[Pkg-cyrus-sasl2-commits] r471 - in /cyrus-sasl-2.1/trunk/debian: changelog patches/0020_saslauthd_manpage.dpatch patches/00list rules
fabbe at users.alioth.debian.org
fabbe at users.alioth.debian.org
Sun May 24 16:40:51 UTC 2009
Author: fabbe
Date: Sun May 24 16:40:51 2009
New Revision: 471
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=471
Log:
Some preparations for next release.
Removed:
cyrus-sasl-2.1/trunk/debian/patches/0020_saslauthd_manpage.dpatch
Modified:
cyrus-sasl-2.1/trunk/debian/changelog
cyrus-sasl-2.1/trunk/debian/patches/00list
cyrus-sasl-2.1/trunk/debian/rules
Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=471&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Sun May 24 16:40:51 2009
@@ -1,8 +1,16 @@
cyrus-sasl2 (2.1.23.dfsg1-1) UNRELEASED; urgency=low
- * (NOT RELEASED YET) New upstream release
-
- -- Fabian Fagerholm <fabbe at debian.org> Sun, 24 May 2009 18:16:57 +0300
+ * (NOT RELEASED YET)
+ * New upstream release
+ - Security fix for CVE-2009-0688 (Closes: #528749).
+ - debian/patches/0020_saslauthd_manpage.dpatch: Remove, integrated
+ upstream.
+ - debian/patches/0023_remove_useless_linking.dpatch: Do not link
+ needlessly against libkrb5support (Closes: #528238).
+ - debian/rules: Change chrpath invocation to match new version number of
+ libsql.so.
+
+ -- Fabian Fagerholm <fabbe at debian.org> Sun, 24 May 2009 19:38:30 +0300
cyrus-sasl2 (2.1.22.dfsg1-26) UNRELEASED; urgency=low
Modified: cyrus-sasl-2.1/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/patches/00list?rev=471&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/patches/00list (original)
+++ cyrus-sasl-2.1/trunk/debian/patches/00list Sun May 24 16:40:51 2009
@@ -18,6 +18,6 @@
0017_db4.7
0018_auth_rimap_quotes
0019_ldap_deprecated
-0020_saslauthd_manpage
0021_no_mutex_changes_after_init
0022_gcc4.4_preprocessor_syntax
+0023_remove_useless_linking
Modified: cyrus-sasl-2.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/rules?rev=471&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Sun May 24 16:40:51 2009
@@ -245,7 +245,7 @@
# Alter the rpath of certain binaries and shared libraries.
chrpath -d $(TMPPKG)/usr/sbin/sasldblistusers2 \
$(TMPPKG)/usr/sbin/saslpasswd2
- chrpath -d $(TMPPKG)/usr/lib/sasl2/libsql.so.2.0.22
+ chrpath -d $(TMPPKG)/usr/lib/sasl2/libsql.so.2.0.23
# Install the sasl-sample-client and -server man pages.
dh_installman -psasl2-bin sasl-sample-client.8 sasl-sample-server.8
More information about the Pkg-cyrus-sasl2-commits
mailing list