63 Commits

Author SHA256 Message Date
Stephan Kulow
49bd140b94 Accepting request 247480 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/247480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=45
2014-09-09 16:59:43 +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
Stephan Kulow
4fecf33b1a Accepting request 245596 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/245596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=43
2014-08-25 09:02:59 +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
Stephan Kulow
33231c5b43 Accepting request 222427 from 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 (forwarded request 222227 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/222427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=42
2014-02-17 08:56:27 +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
Stephan Kulow
565fac5071 Accepting request 211090 from Base:System
update to 1.5.2 (forwarded request 210861 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/211090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=41
2013-12-17 09:02:07 +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
Stephan Kulow
bcc0b4cfa8 Accepting request 199869 from Base:System
update to 1.4.0 (forwarded request 199025 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/199869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=40
2013-09-23 07:53:15 +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
Stephan Kulow
3cd0f8f8c9 Accepting request 131953 from Base:System
- BuildRequire libusb-devel for "usb sniffing" 

- Added libpcap-ocloexec.patch:
  Use O_CLOEXEC in all internal fds so they do not
  leak on fork()..execve() 

- remove some patches
  - libpcap-1.0.0-fcode.patch -- not needed, if this emitted a warning,
    it was a compiler bug
  - libpcap-1.0.0-mac_syntax.patch -- already handled by MAC rule
  - libpcap-1.0.0-man.patch -- tcpdump is man 1, not 8
  - libpcap-1.1.1-scanif.patch -- misapplied, this was fixed upstream
    already
  - libpcap-1.2.1-netfilter-dont-fail-on-EPROTONOSUPPORT.patch

- update to 1.3.0
  - Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
  - Linux: Don't fail if netfilter isn't enabled in the kernel.
  - Add new link-layer type for NFC Forum LLCP.
  - Put the CANUSB stuff into EXTRA_DIST, so it shows up in the release tarball.
  - Add LINKTYPE_NG40/DLT_NG40.
  - Add DLT_MPEG_2_TS/LINKTYPE_MPEG_2_TS for MPEG-2 transport streams.
  - [PATCH] Fix AIX-3.5 crash with read failure during stress
  - AIX fixes.
  - Introduce --disable-shared configure option.
  - Added initial support for canusb devices.
  - Include the pcap(3PCAP) additions as 1.2.1 changes.
  - many updates to documentation: pcap.3pcap.in
  - Improve 'inbound'/'outbound' capture filters under Linux.
  - Note the cleanup of handling of new DLT_/LINKTYPE_ values.

OBS-URL: https://build.opensuse.org/request/show/131953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=37
2012-08-31 07:37:20 +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
Stephan Kulow
216734e090 Accepting request 107687 from Base:System
make it work also on kernels without netfilter (bnc#746356) (forwarded request 107420 from jirislaby)

OBS-URL: https://build.opensuse.org/request/show/107687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=35
2012-03-02 12:48:48 +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
Stephan Kulow
311fd83afc Accepting request 99393 from Base:System
update to libpcap-1.2.1

OBS-URL: https://build.opensuse.org/request/show/99393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=34
2012-01-11 14:37:11 +00:00
Petr Uzel
69020001a7 delete dropped patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=22
2012-01-09 07:35:13 +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
5f3420d2e6 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=33
2011-12-06 17:25:08 +00:00
Lars Vogdt
d332fd39b8 Accepting request 82623 from Base:System
- Add libpcap-devel to baselibs
- Remove redundant tags/sections (forwarded request 82580 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/82623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=31
2011-09-19 19:12:43 +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
Sascha Peilicke
97fd0743d5 Autobuild autoformatter for 70709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=30
2011-05-20 12:47:04 +00:00
OBS User buildservice-autocommit
ed0e8bbd64 Updating link to change in openSUSE:Factory/libpcap revision 30.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=3758d7ab10615d0e18e270aeae7d1a84
2011-05-20 12:47:04 +00:00
Sascha Peilicke
af0971274a Accepting request 70709 from Base:System
fix bnc#694779

OBS-URL: https://build.opensuse.org/request/show/70709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=29
2011-05-20 12:46:54 +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
Sascha Peilicke
b524f0ef7d Autobuild autoformatter for 70147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=28
2011-05-16 07:39:41 +00:00
OBS User buildservice-autocommit
d129211788 Updating link to change in openSUSE:Factory/libpcap revision 28.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=4212eb999991e2e77ad086c987c75d05
2011-05-16 07:39:41 +00:00
Sascha Peilicke
1bef027bb5 Accepting request 70147 from Base:System
fix bug #674278. (This fix already included in upstream libpcap.) (forwarded request 70085 from cyliu)

OBS-URL: https://build.opensuse.org/request/show/70147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=27
2011-05-16 07:39:28 +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
832b1a1b8d Accepting request 37038 from Base:System
Copy from Base:System/libpcap based on submit request 37038 from user puzel

OBS-URL: https://build.opensuse.org/request/show/37038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=23
2010-04-07 16:04:27 +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 autobuild
163bf22047 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=22 2010-03-18 15:04:45 +00:00
OBS User buildservice-autocommit
3e70428eec Updating link to change in openSUSE:Factory/libpcap revision 22.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=94ecc922855d1072a8f3a66973f3b01d
2010-03-18 15:04:45 +00:00
OBS User autobuild
4d3dbb9dbe Accepting request 30676 from Base:System
Copy from Base:System/libpcap based on submit request 30676 from user puzel

OBS-URL: https://build.opensuse.org/request/show/30676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=21
2010-01-29 14:58:04 +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 autobuild
4e4f19405f Accepting request 27553 from Base:System
Copy from Base:System/libpcap based on submit request 27553 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=20
2009-12-26 11:18:41 +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