Accepting request 1059311 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1059311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=62
This commit is contained in:
commit
819dbb1de4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed285f4accaf05344f90975757b3dbfe772ba41d1c401c2648b7fa45b711bdd4
|
|
||||||
size 935221
|
|
Binary file not shown.
3
libpcap-1.10.3.tar.gz
Normal file
3
libpcap-1.10.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2a8885c403516cf7b0933ed4b14d6caa30e02052489ebd414dc75ac52e7559e6
|
||||||
|
size 951869
|
BIN
libpcap-1.10.3.tar.gz.sig
Normal file
BIN
libpcap-1.10.3.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 18 09:34:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.10.3:
|
||||||
|
* Sort the PUBHDR variable in Makefile.in in "ls" order.
|
||||||
|
* Fix typo in comment in pflog.h.
|
||||||
|
* Remove two no-longer-present files from .gitignore.
|
||||||
|
* Update code and comments for handling failure to set promiscuous
|
||||||
|
mode based on new information.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 1 12:37:49 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 1.10.2:
|
||||||
|
* Build system updates
|
||||||
|
* Developer visible fixes
|
||||||
|
* Fix some formatting string issues found by cppcheck
|
||||||
|
* "Dead" pcap_ts from pcap_open_dead() and ..._with_tstamp_precision():
|
||||||
|
Don't crash if pcap_breakloop() is called.
|
||||||
|
* Savefiles: multiple bug fixes handling files
|
||||||
|
* Capture: Never process more than INT_MAX packets in a
|
||||||
|
pcap_dispatch() call, to avoid integer overflow
|
||||||
|
* Packet filtering: PFLOG bug fixes and improvements
|
||||||
|
* Fix memory leak in capture device open
|
||||||
|
* Fix detection of CAN/CAN FD packets in direction check
|
||||||
|
* Fix double-free crashes on errors such as running on a kernel
|
||||||
|
with CONFIG_PACKET_MMAP not configured
|
||||||
|
* Multiple CANbus bug fixes
|
||||||
|
* Fix pcap_findalldevs() to find usbmon devices
|
||||||
|
* Fix handling of VLAN tagged packets if the link-layer type is
|
||||||
|
changed from DLT_LINUX_SLL to DLT_LINUX_SLL2
|
||||||
|
* Always turn on PACKET_AUXDATA
|
||||||
|
* Correctly compute the "real" length for isochronous USB transfers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 11 12:02:38 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
Fri Jun 11 12:02:38 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libpcap
|
# spec file for package libpcap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libpcap
|
Name: libpcap
|
||||||
Version: 1.10.1
|
Version: 1.10.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Library for Network Sniffers
|
Summary: A Library for Network Sniffers
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -89,7 +89,7 @@ libpcap static libraries
|
|||||||
%build
|
%build
|
||||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%ifarch %sparc
|
%ifarch %{sparc}
|
||||||
pic="PIC"
|
pic="PIC"
|
||||||
%else
|
%else
|
||||||
pic="pic"
|
pic="pic"
|
||||||
@ -98,7 +98,7 @@ export CFLAGS="%{optflags} -f$pic" CXXFLAGS="%{optflags} -f$pic"
|
|||||||
%configure \
|
%configure \
|
||||||
--enable-bluetooth=yes \
|
--enable-bluetooth=yes \
|
||||||
--enable-ipv6
|
--enable-ipv6
|
||||||
make %{?_smp_mflags} all shared
|
%make_build all shared
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user