From: Clinton Ebadi Date: Wed, 5 Mar 2014 05:43:01 +0000 (-0500) Subject: Release X-Git-Tag: debian/2.03^0 X-Git-Url: https://git.hcoop.net/hcoop/debian/libnss-afs.git/commitdiff_plain/3eaf3da5d641341099e3d97e74d8c4fae96f8c75 Release --- diff --git a/Makefile b/Makefile index 0f54253..ab6f436 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SYS=$(shell uname) CC=gcc MAJORVERSION=2 -MINORVERSION=0.2 +MINORVERSION=0.3 LIBNAMES=libnss_afs.so.$(MAJORVERSION) EXTRALIBS=-lresolv AFSROOT=/usr diff --git a/debian/changelog b/debian/changelog index b59128f..f824426 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libnss-afs (2.03) unstable; urgency=low + + * Apply patch from Todd Lewis to fix a possible + buffer overflow + * Fix memory mangling in getgruid + * Consistently use size_t for buflen allowing source to compile without + warnings + + -- Clinton Ebadi Wed, 05 Mar 2014 00:39:53 -0500 + libnss-afs (2.02) stable; urgency=low * Update for libopenafs-dev 1.6.x