24 Commits

Author SHA256 Message Date
ba214a7221 Accepting request 1068705 from security
OBS-URL: https://build.opensuse.org/request/show/1068705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arp-scan?expand=0&rev=9
2023-03-02 22:04:29 +00:00
0922422651 Accepting request 1068557 from home:AndreasStieger:branches:security
arp-scan 1.10.0

OBS-URL: https://build.opensuse.org/request/show/1068557
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=23
2023-03-02 13:49:13 +00:00
47c7227f5b Accepting request 1040616 from security
OBS-URL: https://build.opensuse.org/request/show/1040616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arp-scan?expand=0&rev=8
2022-12-06 13:25:04 +00:00
19d0aa15d3 Accepting request 1040217 from home:dirkmueller:Factory
- update to 1.9.8:
  - Allow the use of Linux IP aliases such as eth0:0 for the interface name.
  - Permit regular MAC addresses e.g. 00:0c:29:b9:43:1b in mac-vendor.txt.
  - --limit=n option exits after n of hosts have responded, exit 1 for <n
  - --resolve option to resolve responding IP addresses to hostnames
  - Potential buffer overrun in unmarshal_arp_pkt().
  - arp-scan aborts with EAGAIN on busy network or using high bandwidth
  - late ARP responses could sometimes be incorrectly flagged as duplicate
  - Updated IEEE URLs in download perl scripts.
  - Updated source for Mersenne RNG and replacement strlcat/strlcpy & getopt.
  - Updated for compatability with autoconf 2.71
  - "make distcheck" works now
  - Number of responding hosts reported no longer counts duplicate packets.
  - Many typos corrected and edge cases fixed.
  - CI framework migrated from travis-ci to github actions.
  - Several new tests for "make check"

OBS-URL: https://build.opensuse.org/request/show/1040217
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=21
2022-12-06 11:00:03 +00:00
164a108543 Accepting request 748657 from security
- Update to version 1.9.7:
  * Internal changes only

OBS-URL: https://build.opensuse.org/request/show/748657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arp-scan?expand=0&rev=7
2019-11-14 23:18:08 +00:00
ff316f5e49 * Internal changes only
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=19
2019-11-14 12:15:30 +00:00
7110bd0ff1 - Update to version 1.9.7:
* No upstream changelog available

OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=18
2019-11-14 12:13:08 +00:00
56013b98d6 Accepting request 742832 from security
- Update to version 1.9.6 (boo#1154552):
  * Use libpcap function pcap_set_immediate_mode() instead of ioctl
    calls to ensure packets are delivered immediately. This means
    that arp-scan now requires libpcap 1.5.0 or later and will
    not work with earlier libpcap versions

OBS-URL: https://build.opensuse.org/request/show/742832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arp-scan?expand=0&rev=6
2019-10-25 16:43:01 +00:00
201af66b2f OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=16 2019-10-25 08:25:55 +00:00
909136be68 - Update to version 1.9.6 (boo#1154552):
* Use libpcap function pcap_set_immediate_mode() instead of ioctl
    calls to ensure packets are delivered immediately. This means
    that arp-scan now requires libpcap 1.5.0 or later and will
    not work with earlier libpcap versions

OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=15
2019-10-25 08:23:05 +00:00
d1fe6124cb Accepting request 739624 from home:RBrownSUSE:branches:security
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739624
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=14
2019-10-17 13:35:34 +00:00
ba286d2ba2 Accepting request 681692 from security
- Update to version 1.9.5:
  * Updated IEEE OUI and IAB MAC/Vendor files.
  * Added new --plain (-x) option to surpress printing of header
    and footer text, and only display one output line for each
    responding host.
  * Use LWP::UserAgent instead of LWP::Simple in get-oui and
    get-iab to enable the raw content to be obtained, which avoids
    Unicode/UTF-8 issues.
  * Added arp-finherprint patterns for WIZnet W5100 and Cisco IOS
    15.0.
- Drop no longer needed arp-scan-avoid-crash.patch

OBS-URL: https://build.opensuse.org/request/show/681692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arp-scan?expand=0&rev=5
2019-03-26 14:39:05 +00:00
16816248bd - Update to version 1.9.5:
* Updated IEEE OUI and IAB MAC/Vendor files.
  * Added new --plain (-x) option to surpress printing of header
    and footer text, and only display one output line for each
    responding host.
  * Use LWP::UserAgent instead of LWP::Simple in get-oui and
    get-iab to enable the raw content to be obtained, which avoids
    Unicode/UTF-8 issues.
  * Added arp-finherprint patterns for WIZnet W5100 and Cisco IOS
    15.0.
- Drop no longer needed arp-scan-avoid-crash.patch

OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=12
2019-03-05 10:57:55 +00:00
1ea40e0a18 Accepting request 610986 from security
OBS-URL: https://build.opensuse.org/request/show/610986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arp-scan?expand=0&rev=4
2018-05-29 08:37:12 +00:00
eab84f01b9 Accepting request 610985 from home:pluskalm:branches:security
- Cleanup spec file with spec-cleaner
- Adjust dependencies

OBS-URL: https://build.opensuse.org/request/show/610985
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=10
2018-05-21 15:25:02 +00:00
033b790527 Accepting request 394764 from security
1

OBS-URL: https://build.opensuse.org/request/show/394764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arp-scan?expand=0&rev=3
2016-05-12 07:33:53 +00:00
7bae45857b Accepting request 394763 from home:msmeissn:branches:security
- arp-scan-avoid-crash.patch: avoid crash when trying capture as
  user (bsc#978596)

OBS-URL: https://build.opensuse.org/request/show/394763
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=8
2016-05-11 07:27:25 +00:00
950054995d Accepting request 359365 from security
- Update project and download url

OBS-URL: https://build.opensuse.org/request/show/359365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arp-scan?expand=0&rev=2
2016-02-17 09:25:58 +00:00
e38cdae11d - Update project and download url
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=6
2016-02-14 17:13:40 +00:00
Stephan Kulow
e0649e242a Accepting request 305836 from security
Cool new package

OBS-URL: https://build.opensuse.org/request/show/305836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arp-scan?expand=0&rev=1
2015-05-15 05:42:50 +00:00
5a2ac6fb81 - Update licensing information
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=4
2015-05-07 20:31:40 +00:00
d1589893a9 Accepting request 305726 from home:pluskalm:branches:security
- Update to 1.9
- Cleanup spec file with spec-cleaner
- Update project url
- Use url for source

OBS-URL: https://build.opensuse.org/request/show/305726
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=3
2015-05-07 19:53:05 +00:00
Pascal Bleser
f2542ae305 1.8
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=2
2011-03-07 16:40:51 +00:00
Stephan Kleine
945475f0cd Initial RPM
OBS-URL: https://build.opensuse.org/package/show/security/arp-scan?expand=0&rev=1
2009-03-20 19:03:13 +00:00