Codebase list cyrus-sasl2 / ea4dfac
Add patch that reverts upstream SONAME bump Roberto C. Sanchez 10 years ago
2 changed file(s) with 25 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Author: Roberto C. Sanchez <roberto@connexer.com>
1 Description: Revert upstream's SONAME bump, which was introduced in upstream version 2.1.26. SONAME breakage was previously handled in Debian and a bump is not required at this time.
2 --- cyrus-sasl2.git.orig/lib/Makefile.am
3 +++ cyrus-sasl2.git/lib/Makefile.am
4 @@ -43,7 +43,7 @@
5 # Library version info - here at the top, for sanity
6 # See <http://www.gnu.org/software/libtool/manual/libtool.html#Versioning>
7 # CURRENT:REVISION:AGE
8 -sasl_version = 3:0:0
9 +sasl_version = 2:25:0
10
11 INCLUDES=-DLIBSASL_EXPORTS=1 -I$(top_srcdir)/include -I$(top_srcdir)/plugins -I$(top_builddir)/include -I$(top_srcdir)/sasldb
12
13 --- cyrus-sasl2.git.orig/lib/Makefile.in
14 +++ cyrus-sasl2.git/lib/Makefile.in
15 @@ -319,7 +319,7 @@
16 # Library version info - here at the top, for sanity
17 # See <http://www.gnu.org/software/libtool/manual/libtool.html#Versioning>
18 # CURRENT:REVISION:AGE
19 -sasl_version = 3:0:0
20 +sasl_version = 2:25:0
21 INCLUDES = -DLIBSASL_EXPORTS=1 -I$(top_srcdir)/include -I$(top_srcdir)/plugins -I$(top_builddir)/include -I$(top_srcdir)/sasldb
22 EXTRA_DIST = windlopen.c staticopen.h NTMakefile
23 EXTRA_LIBRARIES = libsasl2.a
2525 0042_release_server_creds.patch
2626 0043_types_h.patch
2727 0044_debug_log_typo_fix.patch
28 0045_revert_upstream_soname_bump.patch