pkgsrc/security/mit-krb5/patches/patch-ck
adam e0d8895900 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.
2012-07-16 19:12:33 +00:00

15 lines
427 B
Text

$NetBSD: patch-ck,v 1.2 2012/07/16 19:12:33 adam Exp $
Fix build where libtool chokes on "--version-info : " (at least OS X)
--- lib/apputils/Makefile.in.orig 2012-05-31 23:49:44.000000000 +0000
+++ lib/apputils/Makefile.in
@@ -16,6 +16,8 @@ DEFS=
STLIBOBJS=net-server.o @LIBOBJS@
STOBJLISTS=OBJS.ST
LIBBASE=apputils
+LIBMAJOR=0
+LIBMINOR=0
all-unix:: all-liblinks
clean-unix:: clean-liblinks clean-libs clean-libobjs