OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 10-Dec-2003 15:52:38
Branch: HEAD Handle: 2003121014523601
Modified files:
openpkg-src/sasl sasl.spec
openpkg-web news.txt
Log:
fix openldap support for 2.1.17 accepting trailing backslash lines on
substitution
Summary:
Revision Changes Path
1.105 +2 -2 openpkg-src/sasl/sasl.spec
1.7705 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.104 -r1.105 sasl.spec
--- openpkg-src/sasl/sasl.spec 1 Dec 2003 19:19:43 -0000 1.104
+++ openpkg-src/sasl/sasl.spec 10 Dec 2003 14:52:37 -0000 1.105
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD
Version: 2.1.17
-Release: 20031201
+Release: 20031210
# package options
%option with_fsl yes
@@ -192,7 +192,7 @@
# post adjustment: fix OpenLDAP support
%if "%{with_ldap}" == "yes"
%{l_shtool} subst \
- -e "s;^\(saslauthd_LDADD[ ]*=[ ]*.*\);\1 -lcrypt -lldap -llber -lssl
-lcrypto;" \
+ -e "s;^\(saslauthd_LDADD[ ]*=[ ]*[^\\]*\);\1 -lcrypt -lldap -llber
-lssl -lcrypto ;" \
saslauthd/Makefile
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7704 -r1.7705 news.txt
--- openpkg-web/news.txt 10 Dec 2003 12:46:59 -0000 1.7704
+++ openpkg-web/news.txt 10 Dec 2003 14:52:36 -0000 1.7705
@@ -1,3 +1,4 @@
+10-Dec-2003: Upgraded package: P<sasl-2.1.17-20031210>
10-Dec-2003: Upgraded package: P<j2se14-1.4.2.03-20031210>
09-Dec-2003: Upgraded package: P<ripe-dbase-3.2.0-20031209>
09-Dec-2003: Upgraded package: P<rt-3.0.7-20031209>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]