head 1.5; access; symbols pkgsrc-2015Q4:1.4.0.8 pkgsrc-2015Q4-base:1.4 pkgsrc-2015Q3:1.4.0.6 pkgsrc-2015Q3-base:1.4 pkgsrc-2015Q2:1.4.0.4 pkgsrc-2015Q2-base:1.4 pkgsrc-2015Q1:1.4.0.2 pkgsrc-2015Q1-base:1.4 pkgsrc-2014Q4:1.2.0.20 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.18 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.16 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.14 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.12 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.10 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.6 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.2 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.1.0.12 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.10 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.8 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.6 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.4 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.2; locks; strict; comment @# @; 1.5 date 2016.03.15.15.16.39; author tez; state dead; branches; next 1.4; commitid vfGyRvS5ID9EDKYy; 1.4 date 2015.03.22.20.09.09; author joerg; state Exp; branches; next 1.3; commitid zWPurz3IX35ZNDey; 1.3 date 2015.03.15.23.07.20; author joerg; state Exp; branches; next 1.2; commitid i9C1WOcBnFQW0Ldy; 1.2 date 2012.07.16.19.12.33; author adam; state Exp; branches; next 1.1; 1.1 date 2011.04.09.00.16.18; author tez; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2011.04.09.00.16.18; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2011.04.16.09.43.47; author tron; state Exp; branches; next ; desc @@ 1.5 log @Update to 1.14.1 resolving all reported vulnerabilities including: CVE-2015-2695 CVE-2015-2696 CVE-2015-2697 CVE-2015-2698 CVE-2015-8629 CVE-2015-8630 CVE-2015-8631 @ text @$NetBSD: patch-ck,v 1.4 2015/03/22 20:09:09 joerg Exp $ libapputils is an internal library, so make it a convenience libtool archive. --- lib/apputils/Makefile.in.orig 2013-11-06 20:52:23.000000000 +0000 +++ lib/apputils/Makefile.in @@@@ -16,6 +16,9 @@@@ DEFS= STLIBOBJS=net-server.o @@LIBOBJS@@ STOBJLISTS=OBJS.ST LIBBASE=apputils +LIBTOOL_TAIL= +PROG_RPATH= ${KRB5_LIBDIR} +SHLIB_RDIRS= ${KRB5_LIBDIR} all-unix:: all-liblinks clean-unix:: clean-liblinks clean-libs clean-libobjs @ 1.4 log @Redo rpath handling as the option is leaked into the config binary. Bump revision. @ text @d1 1 a1 1 $NetBSD: patch-ck,v 1.3 2015/03/15 23:07:20 joerg Exp $ @ 1.3 log @Don't use -R without argument. Make libapputils a convenience archive as it is. Don't depend on gmake. @ text @d1 1 a1 1 $NetBSD: patch-ck,v 1.2 2012/07/16 19:12:33 adam Exp $ d5 1 a5 1 --- lib/apputils/Makefile.in.orig 2012-05-31 23:49:44.000000000 +0000 d7 1 a7 1 @@@@ -16,6 +16,7 @@@@ DEFS= d12 2 @ 1.2 log @Changes 1.10.2: This is a bugfix release. * Fix an interop issue with Windows Server 2008 R2 Read-Only Domain Controllers. * Update a workaround for a glibc bug that would cause DNS PTR queries to occur even when rdns = false. * Fix a kadmind denial of service issue (null pointer dereference), which could only be triggered by an administrator with the "create" privilege. [CVE-2012-1013] Changes 1.10.1: This is a bugfix release. * Fix access controls for KDB string attributes [CVE-2012-1012] * Make the ASN.1 encoding of key version numbers interoperate with Windows Read-Only Domain Controllers * Avoid generating spurious password expiry warnings in cases where the KDC sends an account expiry time without a password expiry time. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Fix build where libtool chokes on "--version-info : " (at least OS X) d7 1 a7 1 @@@@ -16,6 +16,8 @@@@ DEFS= d11 1 a11 2 +LIBMAJOR=0 +LIBMINOR=0 @ 1.1 log @correct openssl dependency (it needs >=0.9.8) correct BUILDLINK_API_DEPENDS.mit-krb5 fix building where libtool chokes on "--version-info : " (at least OS X) @ text @d3 1 a3 1 fix build where libtool chokes on "--version-info : " (at least OS X) d5 4 a8 4 --- lib/apputils/Makefile.in.orig 2009-11-22 12:13:29.000000000 -0600 +++ lib/apputils/Makefile.in 2011-04-08 16:54:37.000000000 -0500 @@@@ -18,6 +18,8 @@@@ STLIBOBJS=dummy.o @@LIBOBJS@@ @ 1.1.2.1 log @file patch-ck was added on branch pkgsrc-2011Q1 on 2011-04-16 09:43:47 +0000 @ text @d1 15 @ 1.1.2.2 log @Pullup ticket #3415 - requested by tez security/mit-krb5: security patch Revisions pulled up: - security/mit-krb5/Makefile 1.52-1.53 - security/mit-krb5/buildlink3.mk 1.11 - security/mit-krb5/builtin.mk 1.7 - security/mit-krb5/distinfo 1.28-1.29 - security/mit-krb5/patches/patch-ck 1.1 --- Module Name: pkgsrc Committed By: tez Date: Fri Apr 8 17:30:35 UTC 2011 Modified Files: pkgsrc/security/mit-krb5: builtin.mk Log Message: Add builtin support for SunOS per PR#44597 --- Module Name: pkgsrc Committed By: tez Date: Sat Apr 9 00:16:18 UTC 2011 Modified Files: pkgsrc/security/mit-krb5: Makefile buildlink3.mk distinfo Added Files: pkgsrc/security/mit-krb5/patches: patch-ck Log Message: correct openssl dependency (it needs >=0.9.8) correct BUILDLINK_API_DEPENDS.mit-krb5 fix building where libtool chokes on "--version-info : " (at least OS X) --- Module Name: pkgsrc Committed By: tez Date: Thu Apr 14 19:37:26 UTC 2011 Modified Files: pkgsrc/security/mit-krb5: Makefile distinfo Log Message: fix MITKRB5-SA-2011-004 (CVE-2011-0285) DOS in kadmind @ text @a0 15 $NetBSD$ fix build where libtool chokes on "--version-info : " (at least OS X) --- lib/apputils/Makefile.in.orig 2009-11-22 12:13:29.000000000 -0600 +++ lib/apputils/Makefile.in 2011-04-08 16:54:37.000000000 -0500 @@@@ -18,6 +18,8 @@@@ STLIBOBJS=dummy.o @@LIBOBJS@@ STOBJLISTS=OBJS.ST LIBBASE=apputils +LIBMAJOR=0 +LIBMINOR=0 all-unix:: all-liblinks clean-unix:: clean-liblinks clean-libs clean-libobjs @