OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 11-Nov-2003 20:58:33
Branch: OPENPKG_1_2_SOLID HEAD Handle: 2003111119582704
Modified files:
openpkg-web news.txt
Modified files: (Branch: OPENPKG_1_2_SOLID)
openpkg-src/postgresql postgresql.spec
Log:
finally fix security bugs from CAN-2003-0901 by including the security
patch into the result source RPM package
Summary:
Revision Changes Path
1.31.2.1.2.5+3 -1 openpkg-src/postgresql/postgresql.spec
1.7368 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.31.2.1.2.4 -r1.31.2.1.2.5 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 30 Oct 2003 09:14:25 -0000
1.31.2.1.2.4
+++ openpkg-src/postgresql/postgresql.spec 11 Nov 2003 19:58:31 -0000
1.31.2.1.2.5
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 1.2.3
+Release: 1.2.4
# package options
%option with_cxx no
@@ -56,6 +56,7 @@
Source4:
ftp://ftp.us.postgresql.org/odbc/versions/src/psqlodbc-%{V_psqlodbc}.tar.gz
Source5: rc.postgresql
Source6: pg_migrate
+Patch0: postgresql.patch
# build information
Prefix: %{l_prefix}
@@ -81,6 +82,7 @@
%prep
%setup0 -q
+ %patch0 -p0
%if "%{with_cxx}" == "yes"
%setup1 -q -T -D -a 1
%setup2 -q -T -D -a 2
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7367 -r1.7368 news.txt
--- openpkg-web/news.txt 11 Nov 2003 19:03:00 -0000 1.7367
+++ openpkg-web/news.txt 11 Nov 2003 19:58:27 -0000 1.7368
@@ -1,3 +1,4 @@
+11-Nov-2003: Upgraded package: P<postgresql-7.3.1-1.2.4>
11-Nov-2003: Upgraded package: P<netdude-0.4.2-20031111>
11-Nov-2003: Upgraded package: P<gnutls-0.9.97-20031111>
11-Nov-2003: Upgraded package: P<libnetdude-0.3-20031111>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]