56 Commits

Author SHA256 Message Date
0736f241a7 Accepting request 848181 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.9.1 [bsc#1153332]

OBS-URL: https://build.opensuse.org/request/show/848181
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=69
2020-11-12 16:28:14 +00:00
Tomáš Chvátal
85d0e358f8 Accepting request 734758 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.9.1
   * Five CVE-2019-15161, CVE-2019-15162, CVE-2019-15163, CVE-2019-15164, CVE-2019-15165
   * Fixes for CVE-2018-16301, errors in pcapng reading.
   * Mention pcap_get_required_select_timeout() in the main pcap man page
   * Fix pcap-usb-linux.c build on systems with musl
   * Fix assorted man page and other documentation issues
   * Plug assorted memory leaks
   * Documentation changes to use https:
   * Changes to how time stamp calculations are done
   * Lots of tweaks to make newer compilers happier and warning-free and
         to fix instances of C undefined behavior
   * Warn if AC_PROG_CC_C99 can't enable C99 support
   * Rename pcap_set_protocol() to  pcap_set_protocol_linux().
   * Align pcap_t private data on an 8-byte boundary.
   * Fix various error messages
   * Use 64-bit clean API in dag_findalldevs()
   * Fix cleaning up after some errors
   * Work around some ethtool ioctl bugs in newer Linux kernels
   * Add backwards compatibility sections to some man pages
   * Fix autotool configuration on AIX and macOS
   * Don't export bpf_filter_with_aux_data() or struct bpf_aux_data;
         they're internal-only and subject to change
   * Fix pcapng block size checking
   * Fix reading of capture statistics for Linux USB
   * Fix packet size values for Linux USB packets
   * Check only VID in VLAN test in filterss
   * Fix pcap_list_datalinks on 802.11 devices on macOS
   * Fix overflows with very large snapshot length in pcap file
   * Improve parsing of rpcapd configuration file
   * Handle systems without strlcpy() or strlcat() better

OBS-URL: https://build.opensuse.org/request/show/734758
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=67
2019-10-04 12:00:54 +00:00
Tomáš Chvátal
dd7a159018 Accepting request 720459 from home:marxin:static
Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/720459
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=65
2019-08-02 07:32:13 +00:00
Tomáš Chvátal
6b1b397e74 Accepting request 637756 from home:mkubecek:branches:Base:System
- update to 1.9.0

OBS-URL: https://build.opensuse.org/request/show/637756
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=63
2018-09-24 19:10:18 +00:00
Tomáš Chvátal
9e1f4cd1ae Accepting request 581732 from home:jengelh:branches:Base:System
- Fix SRPM group

OBS-URL: https://build.opensuse.org/request/show/581732
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=61
2018-03-01 15:44:34 +00:00
Tomáš Chvátal
79358d2d00 Accepting request 523827 from home:adra:branches:Base:System
Added a patch (disable-remote.diff) to fix applications to FTBFS if they define HAVE_REMOTE (deb#843384)

OBS-URL: https://build.opensuse.org/request/show/523827
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=59
2017-09-13 07:48:52 +00:00
6e4acd5d62 Accepting request 482305 from home:jengelh:branches:Base:System
- Restore section setting $pic

OBS-URL: https://build.opensuse.org/request/show/482305
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=57
2017-04-04 11:09:13 +00:00
Tomáš Chvátal
37aa4a6b52 - Do not put conditions about the provides for < 11.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=54
2017-03-01 10:13:10 +00:00
Tomáš Chvátal
4448b34e2e Accepting request 457393 from home:pmonrealgonzalez:branches:Base:System
- Dropped patches not required after review
  * libpcap-1.0.0-pcap-bpf.patch
  * libpcap-1.5.2-filter-fix.patch
- Reference of the pull request for the rest of the patches
  * https://github.com/the-tcpdump-group/libpcap/issues/196
- Changed libpcap-1.0.0-s390.patch to the git formatted one

OBS-URL: https://build.opensuse.org/request/show/457393
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=53
2017-02-15 11:20:18 +00:00
Tomáš Chvátal
abe8eda15a Accepting request 454184 from home:pmonrealgonzalez:branches:Base:System
- Formatted the specs file using spec-cleaner.

- Allow bluetooth monitoring support unconditionally.

- update to 1.8.1
  * Clean up the name-to-DLT mapping table.
  * Add some newer DLT_ values:
  IPMI_HPM_2,ZWAVE_R1_R2,ZWAVE_R3,WATTSTOPPER_DLM,ISO_14443,RDS
  * Fix handling of packet count in the TPACKET_V3 inner loop: GitHub issue
  #493.
  * Filter out duplicate looped back CAN frames.
  * Fix the handling of loopback filters for IPv6 packets.
  * Add a link-layer header type for RDS (IEC 62106) groups.
  * On Linux, handle all CAN captures with pcap-linux.c, in cooked mode.
  * Removes the need for the "host-endian" link-layer header type.
  * Compile with '-Wused-but-marked-unused' in devel mode if supported
  * Have separate DLTs for big-endian and host-endian SocketCAN headers.
  * Require that version.h be generated: all build procedures we support generate version.h (autoconf, CMake, MSVC)!
  * Properly check for sock_recv() errors.
  * Re-impose some of Winsock's limitations on sock_recv().
  * Replace sprintf() with pcap_snprintf().
  * Fix signature of pcap_stats_ex_remote().
  * Have rpcap_remoteact_getsock() return a SOCKET and supply an "is active" flag.
  * Clean up {DAG, Septel, Myricom SNF}-only builds.
  * pcap_create_interface() needs the interface name on Linux.
  * Clean up hardware time stamp support: the "any" device does not support any time stamp types.
  * Recognize 802.1ad nested VLAN tag in vlan filter.
- dropped libpcap-ocloexec.patch, never upstreamed.
- refreshed libpcap-1.0.0-ppp.patch

OBS-URL: https://build.opensuse.org/request/show/454184
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=52
2017-02-02 16:03:40 +00:00
06013bf785 Accepting request 390357 from home:elvigia:branches:Base:System
- libpcap-no-old-socket.patch: never fallback to the obsolete
  SOCK_PACKET (kernel < 2.2) interface, this still happens
  for example, when you update the kernel, run iftop and 
  the old kernel af_packet module wasn't loaded, program fails
  and the kernel prints "iftop uses obsolete (PF_INET,SOCK_PACKET)"

OBS-URL: https://build.opensuse.org/request/show/390357
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=50
2016-04-17 20:16:22 +00:00
e7c807bcf7 Accepting request 312890 from home:elvigia:branches:Base:System
- remove dependency on libusb-devel, only libusb-1.0 is used for
  build.
- split a -devel-static subpackage that contains the static
  libraries and all the extra dependencies which are not needed
  for dynamic linking.

OBS-URL: https://build.opensuse.org/request/show/312890
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=48
2015-06-24 16:18:28 +00:00
Stephan Kulow
3e71c7912a Accepting request 304088 from home:AndreasStieger:branches:Base:System
libpcap 1.7.3

OBS-URL: https://build.opensuse.org/request/show/304088
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=46
2015-04-26 19:26:18 +00:00
Vítězslav Čížek
9fcabd3e22 Accepting request 290619 from home:vitezslav_cizek:branches:Base:System
- update to 1.7.2
  * Support for filtering Geneve encapsulated packets.
  * Fix handling of zones for BPF on Solaris
  * new DLT for ZWAVE
  * clarifications for read timeouts.
  * added bpf_filter1() with extensions
  * some fixes to compilation without stdint.h
  * EBUSY can now be returned by SNFv3 code.
- refreshed libpcap-ocloexec.patch

OBS-URL: https://build.opensuse.org/request/show/290619
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=44
2015-03-13 12:25:03 +00:00
Vítězslav Čížek
427e9ab662 Accepting request 261550 from home:dimstar:gpg2
OBS-URL: https://build.opensuse.org/request/show/261550
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=42
2014-11-14 12:21:57 +00:00
8c7bcca024 Accepting request 247451 from home:AndreasStieger:branches:Base:System
libpcap 1.6.2

OBS-URL: https://build.opensuse.org/request/show/247451
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=40
2014-09-04 08:40:38 +00:00
d8d363959b Accepting request 245010 from home:AndreasStieger:branches:Base:System
libpcap 1.6.1

OBS-URL: https://build.opensuse.org/request/show/245010
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=38
2014-08-21 13:11:40 +00:00
6ef0670f31 Accepting request 222227 from home:vitezslav_cizek:branches:Base:System
- added support for netlink (bnc#863823)
  * libpcap-netlink.patch

- update to 1.5.3
  * Don't let packets that don't match the current filter get to the
    application when TPACKET_V3 is used. (GitHub issue #331)
  * Fix handling of pcap_loop()/pcap_dispatch() with a packet count
    of 0 on some platforms (including Linux with TPACKET_V3).
    (GitHub issue #333)
  * Work around TPACKET_V3 deficiency that causes packets to be lost
    when a timeout of 0 is specified. (GitHub issue #335)
  * Man page formatting fixes.
- refreshed libpcap-1.5.2-filter-fix.patch

OBS-URL: https://build.opensuse.org/request/show/222227
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=36
2014-02-15 10:08:40 +00:00
1177f467e1 Accepting request 210861 from home:AndreasStieger:branches:Base:System
update to 1.5.2

OBS-URL: https://build.opensuse.org/request/show/210861
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=34
2013-12-16 16:55:33 +00:00
63172be653 Accepting request 199025 from home:AndreasStieger:branches:Base:System
update to 1.4.0

OBS-URL: https://build.opensuse.org/request/show/199025
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=32
2013-09-20 15:13:12 +00:00
d265e52164 - Added libpcap-ocloexec.patch:
Use O_CLOEXEC in all internal fds so they do not
  - libpcap-1.2.1-netfilter-dont-fail-on-EPROTONOSUPPORT.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=30
2012-08-29 11:38:37 +00:00
8b8ba7711c Accepting request 131797 from home:elvigia:branches:Base:System
- BuildRequire libusb-devel for "usb sniffing" 

- Use O_CLOEXEC in all internal fds so they do not
  leak on fork()..execve()

OBS-URL: https://build.opensuse.org/request/show/131797
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=29
2012-08-27 19:38:03 +00:00
44d50157e9 Accepting request 125176 from home:jirislaby:branches:Base:System
remove some patches

OBS-URL: https://build.opensuse.org/request/show/125176
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=28
2012-06-16 08:08:35 +00:00
76383e9032 Accepting request 125061 from home:jirislaby:branches:Base:System
update to 1.3.0

OBS-URL: https://build.opensuse.org/request/show/125061
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=27
2012-06-15 07:27:29 +00:00
470f7aa0f5 Accepting request 107420 from home:jirislaby:branches:Base:System
make it work also on kernels without netfilter (bnc#746356)

OBS-URL: https://build.opensuse.org/request/show/107420
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=25
2012-03-01 16:07:49 +00:00
Petr Uzel
d045159f47 - update to libpcap-1.2.1
- Support 802.1 QinQ as a form of VLAN in filters.
  - Treat "carp" as equivalent to "vrrp" in filters.
  - Fix code generated for "ip6 protochain".
  - Add some new link-layer header types.
  - Support capturing NetFilter log messages on Linux.
  - Turn off monitor mode on exit for mac80211 interfaces on Linux.
  - Fix problems turning monitor mode on for non-mac80211 interfaces
  -  on Linux.
  - Properly fail if /sys/class/net or /proc/net/dev exist but can't
  -  be opened.
  - Fail if pcap_activate() is called on an already-activated
  -  pcap_t, and add a test program for that.
  - Fix filtering in pcap-ng files.
  - Simplify handling of new DLT_/LINKTYPE_ values.
  - Expand pcap(3PCAP) man page.
- drop libpcap-fix-calculation-of-frame-size.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=21
2012-01-03 14:53:29 +00:00
Stephan Kulow
8cd98deefd Accepting request 82580 from home:jengelh:bl
- Add libpcap-devel to baselibs
- Remove redundant tags/sections

OBS-URL: https://build.opensuse.org/request/show/82580
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=19
2011-09-17 08:28:56 +00:00
Petr Uzel
334c2b3349 fix bnc#694779
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=16
2011-05-19 14:13:34 +00:00
Cristian Rodríguez
d7bfe13d00 Accepting request 70085 from home:cyliu:branches:Base:System
fix bug #674278. (This fix already included in upstream libpcap.)

OBS-URL: https://build.opensuse.org/request/show/70085
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=14
2011-05-12 19:33:04 +00:00
Stephan Kulow
0af25bcefd OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=13 2010-09-16 10:22:35 +00:00
OBS User autobuild
4219586821 Accepting request 37038 from Base:System
checked in (request 37038)

OBS-URL: https://build.opensuse.org/request/show/37038
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=12
2010-04-07 16:04:26 +00:00
Petr Uzel
015963765c update to libpcap-1.1.1
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=11
2010-04-06 09:03:49 +00:00
OBS User buildservice-autocommit
351ce7f95a Updating link to change in openSUSE:Factory/libpcap revision 21.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=08eabba751604e000e2eed08c6a09327
2010-01-29 14:58:04 +00:00
OBS User autobuild
ce91aac38b checked in (request 30676)
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=9
2010-01-29 14:58:03 +00:00
Pavol Rusnak
6e295ff188 Accepting request 30522 from home:jengelh:branches:Base:System
Copy from home:jengelh:branches:Base:System/libpcap via accept of submit request 30522 revision 2.
Request was accepted with message:
thx

OBS-URL: https://build.opensuse.org/request/show/30522
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=8
2010-01-27 14:28:17 +00:00
OBS User buildservice-autocommit
0a18a91e0b Updating link to change in openSUSE:Factory/libpcap revision 20.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=6a1413704edb19f6e2099dec6f8f4bfd
2009-12-26 11:18:41 +00:00
OBS User autobuild
54731a477c checked in
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=7
2009-12-26 11:18:39 +00:00
Stephan Kulow
e7368a6d00 Accepting request 27182 from home:jengelh:branches:Base:System
Copy from home:jengelh:branches:Base:System/libpcap via accept of submit request 27182 revision 3.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/27182
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=6
2009-12-20 18:58:59 +00:00
OBS User autobuild
fa819f817c Accepting request 25086 from Base:System
Copy from Base:System/libpcap based on submit request 25086 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/25086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=19
2009-11-27 13:07:12 +00:00
OBS User autobuild
bda44885ca Accepting request 23452 from Base:System
Copy from Base:System/libpcap based on submit request 23452 from user puzel

OBS-URL: https://build.opensuse.org/request/show/23452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=18
2009-10-30 16:00:14 +00:00
OBS User unknown
80aa66cf68 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=16 2009-05-28 00:14:43 +00:00
OBS User unknown
f39329d9e1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=15 2009-03-20 18:32:55 +00:00
OBS User unknown
a531f1602c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=14 2009-02-20 20:14:30 +00:00
OBS User unknown
991abe31bb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=13 2009-01-19 01:22:34 +00:00
OBS User unknown
3e17baed05 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=12 2009-01-14 16:55:48 +00:00
OBS User unknown
5486906118 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=11 2008-09-15 15:52:16 +00:00
OBS User unknown
a00e805d51 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=10 2008-09-05 19:34:28 +00:00
OBS User unknown
069e472a69 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=9 2008-08-23 01:02:53 +00:00
OBS User unknown
d2f18f5ffa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=8 2008-04-10 12:31:49 +00:00
OBS User unknown
37c9439d6d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=7 2008-01-09 20:43:01 +00:00