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: 23-Oct-2003 21:07:18
Branch: HEAD Handle: 2003102320071602
Modified files:
openpkg-src/tcpdump tcpdump.spec
openpkg-web news.txt
Log:
simplify
Summary:
Revision Changes Path
1.31 +4 -4 openpkg-src/tcpdump/tcpdump.spec
1.7129 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcpdump/tcpdump.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 tcpdump.spec
--- openpkg-src/tcpdump/tcpdump.spec 16 Jul 2003 12:08:57 -0000 1.30
+++ openpkg-src/tcpdump/tcpdump.spec 23 Oct 2003 19:07:18 -0000 1.31
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 3.7.2
-Release: 20030716
+Release: 20031023
# list of sources
Source0: http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz
@@ -55,16 +55,16 @@
%prep
%setup -q
%patch -p0
+ %{l_shtool} subst -e 's;des_;DES_;g' configure
%build
- %{l_shtool} subst -e 's;des_;DES_;g' configure
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O} %{l_cppflags openssl}
-DOPENSSL_DES_LIBDES_COMPATIBILITY" \
CPPFLAGS="%{l_cppflags openssl}" \
LDFLAGS="%{l_ldflags}" \
./configure \
- --prefix=%{l_prefix}
- %{l_shtool} subst -e 's;-I/usr/include;;' -e 's;-L/usr/lib;;' Makefile
+ --prefix=%{l_prefix} \
+ --with-crypto
%{l_make} %{l_mflags -O}
%install
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7128 -r1.7129 news.txt
--- openpkg-web/news.txt 23 Oct 2003 13:14:38 -0000 1.7128
+++ openpkg-web/news.txt 23 Oct 2003 19:07:16 -0000 1.7129
@@ -1,3 +1,4 @@
+23-Oct-2003: Upgraded package: P<tcpdump-3.7.2-20031023>
23-Oct-2003: Upgraded package: P<coreutils-4.5.4-1.2.1>
23-Oct-2003: Upgraded package: P<coreutils-5.0.1-1.3.2>
23-Oct-2003: Upgraded package: P<coreutils-5.0.91-20031023>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]