- update to 0.9.6

This commit is contained in:
Miroslav Lichvar 2007-06-19 14:43:38 +00:00
parent cc1bd62ff1
commit b23265499a
4 changed files with 16 additions and 17 deletions

View File

@ -1 +1 @@
libpcap-0.9.5.tar.gz
libpcap-0.9.6.tar.gz

View File

@ -1,5 +1,10 @@
--- libpcap-0.9.5/Makefile.in.shared 2003-12-15 02:35:03.000000000 +0100
+++ libpcap-0.9.5/Makefile.in 2006-11-28 12:01:14.000000000 +0100
--- libpcap-0.9.6/VERSION.shared 2006-09-19 21:27:07.000000000 +0200
+++ libpcap-0.9.6/VERSION 2007-06-19 13:30:34.000000000 +0200
@@ -1 +1 @@
-0.9.5
+0.9.6
--- libpcap-0.9.6/Makefile.in.shared 2006-09-25 20:06:00.000000000 +0200
+++ libpcap-0.9.6/Makefile.in 2007-06-19 13:30:15.000000000 +0200
@@ -22,6 +22,7 @@
#
# Various configurable paths (remember to edit Makefile.in, not Makefile)
@ -8,16 +13,7 @@
# Top level hierarchy
prefix = @prefix@
@@ -49,7 +50,7 @@
DYEXT = @DYEXT@
# Standard CFLAGS
-CFLAGS = $(CCOPT) $(INCLS) $(DEFS)
+CFLAGS = $(CCOPT) $(INCLS) $(DEFS) -fPIC -DPIC
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -95,9 +96,14 @@
@@ -96,9 +97,14 @@ TAGHDR = \
TAGFILES = \
$(SRC) $(HDR) $(TAGHDR)
@ -34,7 +30,7 @@
libpcap.a: $(OBJ)
@rm -f $@
@@ -170,10 +176,13 @@
@@ -171,10 +177,13 @@ bpf_filter.c: $(srcdir)/bpf/net/bpf_filt
bpf_filter.o: bpf_filter.c
$(CC) $(CFLAGS) -c bpf_filter.c

View File

@ -2,7 +2,7 @@
Name: libpcap
Epoch: 14
Version: 0.9.5
Version: 0.9.6
Release: 1%{?dist}
Summary: A system-independent interface for user-level packet capture
Group: Development/Libraries
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
Patch1: libpcap-man.patch
Patch2: libpcap-shared.patch
Patch2: libpcap-0.9.6-shared.patch
Patch3: libpcap-s390.patch
Patch4: libpcap-0.8.3-ppp.patch
@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/pcap.3*
%changelog
* Tue Jun 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 14:0.9.6-1
- update to 0.9.6
* Tue Nov 28 2006 Miroslav Lichvar <mlichvar@redhat.com> 14:0.9.5-1
- split from tcpdump package (#193657)
- update to 0.9.5

View File

@ -1 +1 @@
b0626ad59004fe5767ddd2ce743a2271 libpcap-0.9.5.tar.gz
2e1b5e983654c1d5991450e3e0e525ca libpcap-0.9.6.tar.gz