Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.7 03 Oct 2024 20:14:15 |
Craig Leres (leres) |
net-mgmt/arpwatch: Update to 3.7
Changes since 3.6:
- Complete switch to python massagevendor. |
3.6 21 Jan 2024 22:12:43 |
Craig Leres (leres) |
net-mgmt/arpwatch: Update to 3.6
Install man page in share/man.
Changes since 3.5:
- Fix bug that prevented checkpoint() from being called until after
receiving a new arp/rarp packet.
- Remove unconditional FreeBSD configure mandir hack. |
3.5 03 Dec 2023 18:17:07 |
Craig Leres (leres) |
net-mgmt/arpwatch: Update to 3.5
Changes since 3.4:
- Make SIGHUP checkpoint arp.dat; suggested by Gerd v. Egidy
(gerd.von.egidy@intra2net.com)
- Fix bug that prevented checkpoint() from being called until after
receiving a new arp/rarp packet.
- Update pkg-message.in |
3.4 05 Sep 2023 20:24:57 |
Craig Leres (leres) |
net-mgmt/arpwatch: Update to 3.4
Changes since 3.3:
- Switch from http to https for standards-oui.ieee.org/oui/oui.csv
(reported by Douglas Berry)
- Remove deprecated -m patches |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.3 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
3.3 26 Mar 2022 20:42:34 |
Craig Leres (leres) |
net-mgmt/arpwatch: Update to 3.3
Changes since 3.2:
- Fix direction of memmove() in sanity_fddi(). |
3.2 15 Dec 2021 23:34:40 |
Craig Leres (leres) |
net-mgmt/arpwatch: Update to 3.2
Brad Davis points out that sendmail won't exist if the system was
built with WITHOUT_MAIL which causes configure to fail; use the new
--with-sendmail configure option to hardwire sendmail to
/usr/sbin/sendmail.
Changes since 3.1:
- Change update-ethercodes to not clobber ethercodes.dat on failure.
- Add a configure option to specify the path to sendmail.
PR: 260420
Reported by: Brad Davis |
3.1 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
3.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1 27 Mar 2021 22:27:48 |
bapt |
Convert to @touch |
3.1 29 Sep 2020 12:07:28 |
bapt |
First batch at upgrading gnome to 3.36/3.38
Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0
Update cheese to 3.38.0 (Only the first 15 lines of the commit message are shown above ) |
3.1 06 Apr 2020 01:00:11 |
leres |
net-mgmt/arpwatch: Update to 3.1. Remove ETHERCODES option and add
some pkg-message explaining how to use the new update-ethercodes
script. Remove obsolete patches. Changes since 3.0:
- Fix the FreeBSD rc.d script to handle interface names with . in
them. Reported by Daniel Duerr.
- Add python 2 compatibility to massagevendor (for pfsense <= 2.4.4).
- Stop distributing ethercodes.dat and add update-ethercodes.sh to
download and generate it. |
3.0_3 26 Dec 2019 22:47:17 |
leres |
net-mgmt/arpwatch: Add python 2 compatibility to the massagevendor
script. This allows use on pfsense <= 2.4.4.
Approved by: matthew (mentor, implicit) |
3.0_2 17 Dec 2019 00:53:08 |
leres |
net-mgmt/arpwatch: Fix the rc.d script to handle interface names
with '.' in them based on a patch from Daniel Duerr. Remove obsolete
port version of the rc.d script.
PR: 242673
Submitted by: Daniel Duerr
Approved by: ler (mentor, implicit) |
3.0_1 15 Dec 2019 22:21:01 |
leres |
net-mgmt/arpwatch: Obey ETHERCODES option and really don't install
ethercodes.dat when not set.
Approved by: matthew (mentor, implicit) |
3.0 15 Dec 2019 18:49:27 |
leres |
net-mgmt/arpwatch: Update to 3.0. Update MASTER_SITES. Add options
for DEBUG (build with debugging support), ETHERCODES (install
ethercodes.dat optionally), and ZEROPAD (zero pad displayed ethernet
addresses by default).
Take maintainership as per pi@ in the PR.
Notable changes since 2.1a15:
- 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.
- Check for I/O errors when writing new arp.dat file.
(Only the first 15 lines of the commit message are shown above ) |
2.1.a15_10 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
2.1.a15_10 29 Apr 2019 06:13:44 |
pi |
net-mgmt/arpwatch: missing -v flag in getopt()
- The -v flag disables reporting on VRRP/CARP ethernet prefixes..."
in ports r420995, but the getopt() optstring is missing the 'v' so
the case is never matched.
PR: 235415
Submitted by: Art Manion <traulam@gmail.com> |
2.1.a15_10 07 Dec 2017 06:30:41 |
pi |
net-mgmt/arpwatch: fix url to download OUI from in pkg-message
- See
https://github.com/freebsd/freebsd-ports/pull/74
Submitted by: https://github.com/hachiman8 |
2.1.a15_10 27 Aug 2016 20:14:48 |
pi |
net-mgmt/arpwatch: add flag -v to ignore VRRP/CARP traffic
- The -v flag disables reporting on VRRP/CARP ethernet prefixes as
described in RFC5798 (00:00:5e:00:01:xx)
PR: 202548
Submitted by: paul@dokas.name |
2.1.a15_9 28 Mar 2016 16:24:26 |
pi |
net-mgmt/arpwatch: add missing files for -z flag
PR: 208361
Reported by: ohartman@zedat.fu-berlin.de |
2.1.a15_9 28 Mar 2016 09:50:27 |
pi |
net-mgmt/arpwatch: some patches
- take maintainer
- add -z flag to not send mail for 0.0.0.0 IPs from busy dhcp networks
- makepatch conform patchfiles |
2.1.a15_8 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.1.a15_8 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
2.1.a15_8 02 Mar 2015 23:36:36 |
bapt |
Remove Author from pkg-descr and white space fixes |
2.1.a15_8 24 Nov 2014 22:35:08 |
antoine |
Cleanup plist |
2.1.a15_8 03 Sep 2014 21:07:17 |
antoine |
Allow staging as a regular user |
2.1.a15_8 20 Jul 2014 19:38:26 |
pi |
net-mgmt/arpwatch: handle some variant of vlan interfaces
When configuring arpwatch_interfaces, /usr/local/etc/rc.d/arpwatch
failed if you use VLAN interfaces, e.g.:
arpwatch_interfaces="em0.1 em0.2 em0.3"
PR: 191344
Submitted by: dd@gizmocreative.com |
2.1.a15_8 08 May 2014 13:03:47 |
amdmi3 |
- Clarify LICENSE
- Minor style nits |
2.1.a15_8 20 Feb 2014 10:56:01 |
amdmi3 |
- Bump PORTREVISION after recent changes
Suggested by: mat |
2.1.a15_7 20 Feb 2014 09:33:21 |
amdmi3 |
- Fix pkg-message: fetch arguments come before urls |
2.1.a15_7 19 Feb 2014 16:59:22 |
amdmi3 |
- Update instructions in pkg-message: seems like oui.txt file format has changed
and massagevendor script won't work with it out of box
- While here, fix patches naming |
2.1.a15_7 12 Nov 2013 21:29:05 |
antoine |
- Finish stage support
- Add LICENSE |
2.1.a15_6 05 Nov 2013 04:28:03 |
tabthorpe |
- Add stage support
- Reassign to the heap |
2.1.a15_6 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
2.1.a15_6 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.1.a15_6 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.1.a15_6 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.1.a15_6 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.1.a15_6 01 Dec 2010 19:34:48 |
tabthorpe |
- Install scripts and provide instruction to update ethercodes.dat
- Bump PORTREVISION
PR: ports/152624 |
2.1.a15_5 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.1.a15_5 02 Feb 2010 05:14:29 |
tabthorpe |
- Set path in command_args
- Bump PORTREVISION
Submitted by: Arjan de Vet, via private email |
2.1.a15_4 30 Mar 2009 16:17:28 |
tabthorpe |
- Set MAKE_JOBS_SAFE |
2.1.a15_4 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.1.a15_4 23 Aug 2007 04:00:04 |
tabthorpe |
- change maintainer address on ports I maintain
Approved by: clsung (mentor) |
2.1.a15_4 14 Nov 2006 14:37:39 |
ehaupt |
- Install files with proper ownership
- Bump PORTREVISION
PR: 104972
Submitted by: Dr. Markus Waldeck <waldeck@gmx.de>
Approved by: maintainer |
2.1.a15_3 06 Nov 2006 12:07:33 |
jmelo |
- Update mastersite.
PR: ports/104970
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
2.1.a15_3 07 Oct 2006 11:14:55 |
pav |
- Remove net-mgmt/arpwatch-devel in favour of net-mgmt/arpwatch, which have a
newer version anyway
PR: ports/104026
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (arpwatch maintainer)
Approved by: arpwatch-devel maintainer's address bouncing |
2.1.a15_3 04 Oct 2006 00:58:55 |
clsung |
- make arpwatch work fine with multiple interfaces.
- bump PORTREVISION
PR: 103941
Submitted by: Fabian Wenk <fabian_AT_wenks dot ch>
Approved by: maintainer (Thomas Abthorpe) |
2.1.a15_2 21 Sep 2006 09:27:14 |
johans |
- Fix rcNG script (handle restart, allow $arpwatch_dir setting)
PR: ports/102600
Submitted by: Eugene Grosbein
Approved by: Thomas Abthorpe (maintainer) |
2.1.a15_2 28 Aug 2006 16:30:05 |
pav |
- Don't overwrite arpwatch_interfaces on reboot when set from rc.conf
PR: ports/102509
Submitted by: Jordan Gordeev <jgordeev@dir.bg>
Approved by: Thomas Abthorpe <thomasa@tbaytel.net> (maintainer) |
2.1.a15_1 20 Aug 2006 10:53:59 |
rafan |
- Fix problem when multiple interfaces are defined and faststart command
is used. Bump PORTREVISION
PR: ports/101462
Submitted by: Jordan Gordeev <jgordeev at dir.bg>
Approved by: Thomas Abthorpe <thomas at goodking.ca> (maintainer) |
2.1.a15 02 Aug 2006 19:22:27 |
erwin |
- Update to 2.1.a15
- Add more mirrors
PR: 101276
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
2.1.a14_1 20 Jul 2006 18:40:00 |
rafan |
- Don't die on SIGHUP. Thanks to Rudolf Cejka <cejkar at fit.vutbr.cz>
for pointing this out. The HUP only seems to affect arpwatch on 5.X and
6.X. The patch has been tested on 4.11, 5.5 and 6.1.
Bump PORTREVISION
- separate AUTHOR/WWW lines in pkg-descr
PR: ports/100613
Submitted by: maintainer |
2.1.a14 08 Jul 2006 14:54:12 |
rafan |
- Change pkg-descr
- Add mirror site
- Use prefered maintainer address
PR: 99902
Submitted by: Thomas Abthorpe <thomas goodking.ca> (maintainer)
Approved by: delphij (mentor, implicit) |
2.1.a14 07 Jul 2006 17:51:28 |
rafan |
Force commit to note in previous change, maintainership
is passed to submitter.
Approved by: delphij (mentor, implicit) |
2.1.a14 07 Jul 2006 17:46:16 |
rafan |
- Update to 2.1.a14
PR: 99884
Submitted by: maintainer
Approved by: delphij (mentor, implicit) |
2.1.a13_2 01 Apr 2006 22:51:08 |
pav |
- Make ARPDIR configurable
PR: ports/92763
Submitted by: Eugene Grosbein <eugen@kuzbass.ru> |
2.1.a13_2 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
2.1.a13_2 29 Dec 2005 15:48:38 |
pav |
- Allow starting on more than one interface
Reported by: Florian C. Smeets <flo@kasimir.com> |
2.1.a13_1 27 Dec 2005 05:25:18 |
pav |
- Switch to rc_subr startup script
PR: ports/84711
Submitted by: SimpleRezo <freebsd@simplerezo.com> |
2.1.a13 25 Nov 2005 16:56:11 |
pav |
- Add SHA256 |
2.1.a13 12 Oct 2005 17:06:45 |
linimon |
Remove obsolete mirror site.
Source: distfile survey |
2.1.a13 14 Sep 2005 08:26:09 |
krion |
Drop maintainership, since I'm buried in the $REALLIFE stuff. |
2.1.a13 03 Sep 2004 17:03:32 |
krion |
Update to version 2.1.a13
Requested by: vs |
2.1.a11_4 16 Jun 2004 18:19:15 |
krion |
Be more informative and produce an error if binary doesn't
exist.
Submitted by: rob@piethief.co.uk |
2.1.a11_4 14 Apr 2004 08:36:27 |
krion |
- Fix DNS resolver bug
PR: ports/65508
Submitted by: Matthew George <mdg@secureworks.net> |
2.1.a11_3 23 Feb 2004 04:42:13 |
wollman |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |