Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds ap-auth-openidc and cjose #222

Closed
wants to merge 10,000 commits into from

Conversation

goekesmi
Copy link

This packages the ap-auth-openidc apache mod which implements an open id connect client for apache. It also includes one of the dependencies which that needs, cjose.

The build has been tested on pkgsrc/trunk, installing on a base-64-lts 18.4.0 image upgraded to trunk packages in the dependency tree, on apache 2.4.

alarixnia and others added 30 commits August 31, 2019 13:17
Upstream changes:
6.06      2019-08-29 14:23:17Z
  - Delimit IPv6 numeric address with brackets and URI-quote an IPv6 zone
    separator in url() method output (GH#32) (Petr Pisar)
  - Handle undef and empty LocalAddr value in new() constructor as an
    unspecified address (GH#24, RT#123069) (Petr Pisar)
  - Use IO::Socket::IP for IPv6 support. (GH#31) (Chase Whitener)

6.05      2019-07-26 20:41:05Z
  - Added the .perltidyrc from the libwww-perl distribution
  - Tidied the test suite with perltidy
  - Tidied Daemon.pm
  - Turned on EOL and tab tests
  - Removed obvious indirect object syntax in test suite
  - Added IPv6 support. (GH#24) Thanks, @ppisar and @intrigeri
  - Added IO::Socket::IP as a prerequisite rather than IO::Socket::INET
Changes since 1.5.2:

    Disable EGL on macOS
    Fix build on macOS [TritonDataCenter#176, Emmanuele Bassi]
    Add macOS tests
    Fix build with uClibc [TritonDataCenter#181, Emmanuele Bassi]
    Fix GLES3 symbol lookup [Adam Jackson]
    Fix conditional compilation [TritonDataCenter#184, Zhao Zhili]
    Require Meson 0.47
    Fix Autotools build with EGL-X11 support [TritonDataCenter#188, Emmanuele Bassi]

Changes since 1.5.1:

    Fix the detection of the -z,relro linker flag
    Query the EGL context version when bootstrapping on GLES [Adam Jackson]
    Avoid inadvertedly loading libraries when probing for them [Adam Jackson]
    Issue TritonDataCenter#169: Fix build on FreeBSD [Ting-Wei Lan]
    Consistently use abort() instead of exit() for internal state checks
    Issue TritonDataCenter#171: Fix a performance regression in the global function pointer
    trampolines introduced by using -Bsymbolic-functions
    Improve performance when using GL function pointers like glAlphaFunc [Adam Jackson]

Changes since 1.5.0:

    Do no add pkg-config dependencies on gl on systems that do not use
    pkg-config, like macOS and Windows [Tom Schoonjans, TritonDataCenter#156]
    Generalise checks for dlvsym [Ross Burton, TritonDataCenter#158]
    Add an option for disabling building the test suite [Ross Burton]
    Typo fixes in the comments and documentation [luz.paz, TritonDataCenter#159]
    Simplify the Meson configuration logic for EGL and GLX [Eric
    Engestrom, TritonDataCenter#162]
    Use assert when no context is found [Adam Jackson, TritonDataCenter#166]
    Remove a test superceded by GLVND [TritonDataCenter#165]
    Avoid Meson warnings when testing for linker arguments


Changes from Epoxy 1.4.3

    Bump the Meson dependency to 0.44.1
    Include Xlib.h in the tests that use X11 API
    Update the GL registry to OpenGL 4.6
    Add gl and egl private dependencies in the pkg-config file
    Allow building Epoxy without X11 support
    Rename the Meson configuration options to be more idiomatic
    New API:
        epoxy_set_resolver_failure_handler()
        epoxy_glsl_version()
        epoxy_extension_in_string()

Issues fixed

    TritonDataCenter#128 - Fix macOS linker flags [Tom Schoonjans]
    TritonDataCenter#129 - Use GLVND if available [Adam Jackson]
    TritonDataCenter#134 - Add fallback definition for EGL_CAST [Daniel Stone]
    TritonDataCenter#133 - Try even harder to not load GLX [Adam Jackson]
    TritonDataCenter#138 - Fix the libOpenGL soname [Adam Jackson]
    TritonDataCenter#137 - Update differences with GLEW [Nigel Stewart]
    TritonDataCenter#131 - Add epoxy_set_resolver_failure_handler() [Adam Jackson]
    TritonDataCenter#140 - Fix pointer mismatch on Windows 10 [danem]
    TritonDataCenter#141 - Define visibility flags for static builds [Dylan Baker]
    TritonDataCenter#136 - Expose epoxy_extension_in_string() [Lyude Paul]
    TritonDataCenter#151 - Use correct guard for Android builds [Robert Bragg]
    TritonDataCenter#154 - Fix dlwrap for glvnd [Adam Jackson]
    TritonDataCenter#155 - Respect DLOPEN_LIBS [Michał Górny]
    TritonDataCenter#143 - Fix printf family usage [Ikey Doherty]
    TritonDataCenter#152 - Do not use OPENGL_LIB on Android
    TritonDataCenter#145 - Add epoxy_glsl_version()
Upstream changes:
4.09  2019-08-22 10:39:03 CEST
  - Fixing set option in script/oai_pmh.pl [stain]
Changes:
    WB coefficients check was too strong, weakened
    Fixed possible buffer underrun in modern Samsung loader
libmpg123:

    Fix an out-of-bounds read of maximal two bytes for truncated RVA2 frames (oss-fuzz-bug 15975). The earlier fix around the same location needed one thought more. Actually, another though was needed, oss-fuzz-bug 16009 documents the incomplete fix.
    Fix an invalid write of one zero byte for empty ID3v2 frames that demand de-unsyncing (oss-fuzz-bug 16050).
    Correct preprocessor syntax in mangle.h, no #error in a #define line. (bug 273, thanks to nmlgc).
Changes:

 * Fixed bug with fore&back colors caused by changes in rev.5...
 * Merged with translations branch
 * Update translation template
 * Remove previously added set_style_css function.
 * Reorganize the big mess of code: order functions and callb...
 * Bug #1828091 fixed: sakura keeps blinking after BEL is rec...
 * Added helper function to set CSS style
 * Bug #1485360 fixed: bright colors broken
 * Bug #1833845 fixed: make 'configuration modified' dialog o...
 * Bug #1810332 fixed: unable to set 100% opacity
 * Bug #1839505 fixed: block cursor doesn't reverse text colo...
 * Changed default font size
 * Make tango palette default again
 * Bug #1792380: Solarized light doesn't work as expected. Us...
 * Removed unused variable in sakura_eof
 * Bug #1790317 fixed: Crash with vte 0.54
* Prevent warnings on Python3.8
* Fix proxy support
* Fix --single to ensure threads are not started until a position in the queue is available
This changes the upstream and adds GTK3 support.
/ easy-to-write structured text format into HTML. Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes,
and links.

This module implements the MultiMarkdown markdown syntax
extensions from <http://fletcherpenney.net/multimarkdown/>.
iochan is a Go library for treating io readers and writers like
channels. This is useful when sometimes you wish to use io.Reader
and such in select statements.
@goekesmi goekesmi closed this Jul 21, 2021
@goekesmi goekesmi deleted the ap-auth-openidc branch July 21, 2021 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.