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: 04-Jun-2003 17:17:50
Branch: HEAD Handle: 2003060416174801
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
fix building of mod_auth_pam under GCC 3.3
Summary:
Revision Changes Path
1.136 +3 -2 openpkg-src/apache/apache.spec
1.4725 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.135 -r1.136 apache.spec
--- openpkg-src/apache/apache.spec 3 Jun 2003 15:45:40 -0000 1.135
+++ openpkg-src/apache/apache.spec 4 Jun 2003 15:17:49 -0000 1.136
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030603
+Release: 20030604
# package options (suexec related)
%option with_suexec yes
@@ -643,7 +643,8 @@
# optionally prepare mod_auth_pam
%if "%{with_mod_auth_pam}" == "yes"
( cd mod_auth_pam-%{V_mod_auth_pam}
- cp mod_auth_pam.c ../apache_%{V_apache}/src/modules/extra/
+ sed -e '234N;s/\n//' -e '239N;s/\n//' <mod_auth_pam.c \
+ >../apache_%{V_apache}/src/modules/extra/mod_auth_pam.c
)
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4724 -r1.4725 news.txt
--- openpkg-web/news.txt 4 Jun 2003 12:48:54 -0000 1.4724
+++ openpkg-web/news.txt 4 Jun 2003 15:17:48 -0000 1.4725
@@ -1,3 +1,4 @@
+04-Jun-2003: Upgraded package: P<apache-1.3.27-20030604>
04-Jun-2003: Upgraded package: P<mozilla-1.3.1-20030604>
04-Jun-2003: Upgraded package: P<uucp-1.07-20030604>
04-Jun-2003: Upgraded package: P<imagemagick-5.5.7.8-20030604>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]