OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 25-Jul-2003 10:32:35
Branch: HEAD Handle: 2003072509323401
Modified files:
openpkg-src/bind bind.spec
openpkg-web news.txt
Log:
postgres clients require to link with libcrypt
Summary:
Revision Changes Path
1.70 +3 -2 openpkg-src/bind/bind.spec
1.5802 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.69 -r1.70 bind.spec
--- openpkg-src/bind/bind.spec 23 Jul 2003 13:54:19 -0000 1.69
+++ openpkg-src/bind/bind.spec 25 Jul 2003 08:32:35 -0000 1.70
@@ -37,7 +37,7 @@
Group: DNS
License: ISC
Version: %{V_bind}
-Release: 20030723
+Release: 20030725
# package options
%option with_dlz_mysql no
@@ -108,7 +108,8 @@
# fix up DLZ link libraries for MySQL and PostgreSQL
%{l_shtool} subst \
-e '/-lmysqlclient/s;-l\(nsl\|z\|crypt\|m\)\( \|"\);\2;g' \
- -e 's;\(-lpq\);\1 -lssl -lcrypto;g' \
+ -e 's;\(-lpq\);\1 -lssl -lcrypto -lcrypt;g' \
+ -e 's;\(\$use_dlz_postgres/include\);\1/postgresql;g' \
configure
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5801 -r1.5802 news.txt
--- openpkg-web/news.txt 25 Jul 2003 08:19:31 -0000 1.5801
+++ openpkg-web/news.txt 25 Jul 2003 08:32:34 -0000 1.5802
@@ -1,3 +1,4 @@
+25-Jul-2003: Upgraded package: P<bind-9.2.2-20030725>
25-Jul-2003: Upgraded package: P<libffi-20030724-20030725>
25-Jul-2003: Upgraded package: P<gd-2.0.15-20030725>
25-Jul-2003: Upgraded package: P<vim-6.2.31-20030725>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]