- Update to version 3.1 (bsc#1185939)
* Dropped
+ arpwatch-2.1a11-emailaddr.dif, this is now supported upstream.
Incompatible change: Flags change from -e and -s to -w and -W
+ arpwatch-2.1a11-hname-overflow.dif: included upstream
+ arpwatch-2.1a11-tokenring.diff: Dropped token ring support
+ arpwatch-2.1a15-massagevendor.patch: new python version
is available
+ arpwatch-MAC.patch: Fix is upstream
+ getnameinfo.patch
* Refreshed
+ 0001-Ignore-802.1Q-frames.patch
+ arp2ethers.patch
* Notable upstream changes:
+ Add python 2 compatibility to massagevendor (for pfsense <= 2.4.4).
+ Add -Z (zero pad) and -C (compact) flags to arpwatch and arpsnmp to allow
run time selection of zero padded or compact ethernet addresses in arp.dat.
+ arpsnmp errors now go to stderr instead of syslog.
+ Add arpwatch directory flag (-D)
+ Added the -x flag which is like -n but excludes cidrs
OBS-URL: https://build.opensuse.org/request/show/916671
OBS-URL: https://build.opensuse.org/package/show/security/arpwatch?expand=0&rev=44
21 lines
1020 B
Diff
21 lines
1020 B
Diff
Index: arpwatch-3.1/Makefile.in
|
|
===================================================================
|
|
--- arpwatch-3.1.orig/Makefile.in
|
|
+++ arpwatch-3.1/Makefile.in
|
|
@@ -127,11 +127,14 @@ version.c: $(srcdir)/VERSION
|
|
install: $(ALL)
|
|
$(INSTALL) -v -m 555 $(PROG) $(DESTDIR)$(BINDEST)
|
|
$(INSTALL) -v -m 555 arpsnmp $(DESTDIR)$(BINDEST)
|
|
+ $(INSTALL) -d -m 755 $(DESTDIR)/var/lib/arpwatch
|
|
+ $(INSTALL) -d -m 755 $(DESTDIR)/usr/share/arpwatch
|
|
+ #$(INSTALL) -m 444 ethercodes.dat $(DESTDIR)/usr/share/arpwatch
|
|
@diff $(srcdir)/$(PROG).8 $(DESTDIR)$(MANDEST)/man8 >/dev/null 2>&1 || \
|
|
$(INSTALL) -v -m 444 $(srcdir)/$(PROG).8 $(DESTDIR)$(MANDEST)/man8
|
|
@diff $(srcdir)/arpsnmp.8 $(DESTDIR)$(MANDEST)/man8 >/dev/null 2>&1 || \
|
|
$(INSTALL) -v -m 444 $(srcdir)/arpsnmp.8 $(DESTDIR)$(MANDEST)/man8
|
|
-@HAVE_FREEBSD_TRUE@ @$(INSTALL) -v -m 555 arpwatch.sh $(DESTDIR)$(prefix)/etc/rc.d/arpwatch
|
|
+#@HAVE_FREEBSD_TRUE@ @$(INSTALL) -v -m 555 arpwatch.sh $(DESTDIR)$(prefix)/etc/rc.d/arpwatch
|
|
|
|
clean:
|
|
rm -f $(CLEANFILES)
|