New version 1.10.3
This commit is contained in:
parent
d270d61074
commit
d6e0557ec5
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@ libpcap-1.1.1.tar.gz
|
||||
/libpcap-1.10.0.tar.gz
|
||||
/libpcap-1.10.1.tar.gz
|
||||
/libpcap-1.10.2.tar.gz
|
||||
/libpcap-1.10.3.tar.gz
|
||||
/libpcap-1.10.3.tar.gz.sig
|
||||
|
||||
@ -12,20 +12,22 @@ path anyway.
|
||||
---
|
||||
pcap-config.in | 27 ++++++++-------------------
|
||||
1 file changed, 8 insertions(+), 19 deletions(-)
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
diff --git a/pcap-config.in b/pcap-config.in
|
||||
index 206be3b..75f2c9f 100644
|
||||
index 6039ef3..72297bf 100644
|
||||
--- a/pcap-config.in
|
||||
+++ b/pcap-config.in
|
||||
@@ -7,7 +7,6 @@
|
||||
@@ -11,7 +11,6 @@
|
||||
prefix="@prefix@"
|
||||
exec_prefix="@exec_prefix@"
|
||||
includedir="@includedir@"
|
||||
-libdir="@libdir@"
|
||||
LIBS="@LIBS@"
|
||||
LIBS_STATIC="@LIBS_STATIC@"
|
||||
|
||||
@@ -54,16 +43,16 @@ then
|
||||
VERSION="@PACKAGE_VERSION@"
|
||||
@@ -90,16 +89,16 @@ then
|
||||
#
|
||||
if [ "$show_cflags" = 1 -a "$show_libs" = 1 ]
|
||||
then
|
||||
@ -46,7 +48,7 @@ index 206be3b..75f2c9f 100644
|
||||
elif [ "$show_additional_libs" = 1 ]
|
||||
then
|
||||
echo "$LIBS_STATIC"
|
||||
@@ -75,15 +64,15 @@ else
|
||||
@@ -117,16 +116,16 @@ then
|
||||
#
|
||||
if [ "$show_cflags" = 1 -a "$show_libs" = 1 ]
|
||||
then
|
||||
@ -66,6 +68,4 @@ index 206be3b..75f2c9f 100644
|
||||
+ echo "-lpcap"
|
||||
elif [ "$show_additional_libs" = 1 ]
|
||||
then
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
echo "$LIBS"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libpcap
|
||||
Epoch: 14
|
||||
Version: 1.10.2
|
||||
Version: 1.10.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A system-independent interface for user-level packet capture
|
||||
License: BSD with advertising
|
||||
@ -92,6 +92,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a
|
||||
%{_mandir}/man5/pcap*.5*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 17 2023 Michal Ruprich <mruprich@redhat.com> - 14:1.10.3-1
|
||||
- New version 1.10.3
|
||||
|
||||
* Tue Jan 03 2023 Michal Ruprich <mruprich@redhat.com> - 14:1.10.2-1
|
||||
- New version 1.10.2
|
||||
|
||||
|
||||
3
sources
3
sources
@ -1 +1,2 @@
|
||||
SHA512 (libpcap-1.10.2.tar.gz) = ccacebf367db44ab74e588f88a4fd7cd82c58e478e6c35414ae36df58fb06d85d542597485b1d1393edfaacc2bc5d35578b7b87fee4965f6dfde10a03d2ddd32
|
||||
SHA512 (libpcap-1.10.3.tar.gz) = 57bc07cbc8c326e203ce10ce1eb9f55760fc33320718d8643c65a68949334291877dffcf19af5f61eb9b4eda2d8ffe7bacee38363d2d6536cc85ae81c851684d
|
||||
SHA512 (libpcap-1.10.3.tar.gz.sig) = dc5ae51a96f9dfc570009a5c711a1e4eca012e99d6eb7af3b35c5636199b3273e92a657fdf85688650c093cc9b6c435ba1e9b84100469b2604b8d3125613b4ab
|
||||
|
||||
Loading…
Reference in New Issue
Block a user