forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
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
update ap-auth-kerb to build for apache 2.4 #172
Closed
nshalman
wants to merge
10,000
commits into
TritonDataCenter:joyent/release/trunk
from
nshalman:fix-auth-kerb
Closed
update ap-auth-kerb to build for apache 2.4 #172
nshalman
wants to merge
10,000
commits into
TritonDataCenter:joyent/release/trunk
from
nshalman:fix-auth-kerb
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Silly github, this shouldn't be closed yet... |
Argh, stupid Github. Re-opening again. |
Changes from Ant 1.9.2 TO Ant 1.9.3 =================================== Fixed bugs: ----------- * <parallel> swallowed the status code of nested <fail> tasks. Bugzilla Report 55539. * a race condition could make <fixcrlf> tasks of parallel builds to interfere with each other. Bugzilla Report 54393. * <mail>'s mailport still didn't work properly when using smtps. Bugzilla Report 49267. * using attributes belonging to the if and unless namespaces made macrodef fail. Bugzilla Report 55885. * Ant 1.8 exec task changes have slowed exec to a crawl Bugzilla Report 54128. * Apt is not available under JDK 1.8 Bugzilla Report 55922. Other changes: -------------- * Documentation fix for if/unless attributes. PR 55359. * tar entries with long link names are now handled the same way as entries with long names. * Addition of 'skipNonTests' attribute to <junit> and <batchtest> tasks to allow the tasks to skip classes that don't contain tests. * <filterset> now supports a nested <propertyset> to specify filters. Bugzilla Report 55794. * <xslt>'s params can now be typed. Bugzilla Report 21525. * build of Mac OS X pkg installer Bugzilla Report 55899.
* Firefox should be built with MOZ_SAMPLE_TYPE_FLOAT32=1 for DragonFly like NetBSD
01 May 2014, PHP 5.4.28 - Core: . Fixed bug #61019 (Out of memory on command stream_get_contents). (Mike) . Fixed bug #64330 (stream_socket_server() creates wrong Abstract Namespace UNIX sockets). (Mike) . Fixed bug #66171 (Symlinks and session handler allow open_basedir bypass). (Jann Horn, Stas) . Fixed bug #66182 (exit in stream filter produces segfault). (Mike) . Fixed bug #66736 (fpassthru broken). (Mike) . Fixed bug #67024 (getimagesize should recognize BMP files with negative height). (Gabor Buella) - cURL: . Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent). (Freek Lijten) - Date: . Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is supplied). (Boro Sitnikovski) - Embed: . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol) - Fileinfo: . Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian). (Remi) - FPM: . Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf). . Fixed bug #67060 (sapi/fpm: possible privilege escalation due to insecure default configuration) (CVE-2014-0185). (Stas) - JSON: . Fixed bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set). (Kevin Israel) - LDAP: . Fixed issue with null bytes in LDAP bindings. (Matthew Daley) - OpenSSL: . Fix bug #66942 (memory leak in openssl_seal()). (Chuan Ma) . Fix bug #66952 (memory leak in openssl_open()). (Chuan Ma) - SimpleXML: . Fixed bug #66084 (simplexml_load_string() mangles empty node name) (Anatol) - XSL: . Fixed bug #53965 (<xsl:include> cannot find files with relative paths when loaded with "file://"). (Anatol) - Apache2 Handler SAPI: . Fixed Apache log issue caused by APR's lack of support for %zu (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120). (Jeff Trawick)
GCC never uses "amd64" in the triplet, it always must be x86_64.
No objection on public mailinglist.
Conflicts: devel/libuuid/Makefile devel/libuuid/distinfo devel/libuuid/patches/patch-aa devel/libvolume_id/distinfo lang/lua51/Makefile lang/lua51/distinfo lang/lua51/patches/patch-aa lang/lua52/Makefile
The patches from the Fedora project appear to fix the build. http://pkgs.fedoraproject.org/cgit/mod_auth_kerb.git/tree/ The spec file applies them in this order: Patch1: mod_auth_kerb-5.4-rcopshack.patch Patch2: mod_auth_kerb-5.4-fixes.patch Patch3: mod_auth_kerb-5.4-s4u2proxy.patch Patch4: mod_auth_kerb-5.4-httpd24.patch Patch5: mod_auth_kerb-5.4-delegation.patch Patch6: mod_auth_kerb-5.4-cachedir.patch Patch7: mod_auth_kerb-5.4-longuser.patch Patch8: mod_auth_kerb-5.4-handle-continue.patch I have converted those patches (plus the original pkgsrc one) into a pair of per-file patches.
+1 |
superseded by #213 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The patches from the Fedora project appear to fix the build.
http://pkgs.fedoraproject.org/cgit/mod_auth_kerb.git/tree/
The spec file applies them in this order:
Patch1: mod_auth_kerb-5.4-rcopshack.patch
Patch2: mod_auth_kerb-5.4-fixes.patch
Patch3: mod_auth_kerb-5.4-s4u2proxy.patch
Patch4: mod_auth_kerb-5.4-httpd24.patch
Patch5: mod_auth_kerb-5.4-delegation.patch
Patch6: mod_auth_kerb-5.4-cachedir.patch
Patch7: mod_auth_kerb-5.4-longuser.patch
Patch8: mod_auth_kerb-5.4-handle-continue.patch
I have converted those patches (plus the original
pkgsrc one) into a pair of per-file patches.