notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net-mgmt/p0f/Makefile
SVNWeb

Number of commits found: 33

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:43ac3e28ab940adda213d535ac0b1f0792d456da  commit hash:43ac3e28ab940adda213d535ac0b1f0792d456da  commit hash:43ac3e28ab940adda213d535ac0b1f0792d456da  43ac3e2  (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 20 Sep 2019
[ 18:44 pi search for other commits by this committer ] Original commit   Revision:512424
net-mgmt/p0f: add rc script

Added rc script to run p0f in daemon mode as as unprivileged user.
That is useful to provide access to p0f API via unix socket for
various clients (e.g. anti-spam filters like rspamd, haraka-plugin-p0f,
etc.).

PR:		240712
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru>
Fri, 20 Jan 2017
[ 08:36 antoine search for other commits by this committer ] Original commit   Revision:431935
Reinplace the target of the symlink instead of the symlink

PR:		216309
Wed, 20 Apr 2016
[ 04:31 pi search for other commits by this committer ] Original commit   Revision:413668
net-mgmt/p0f: 3.08b -> 3.09b

- Fixed a likely only cosmetic bug with a one-byte overread of the pcap
  packet buffer, which would cause an error under ASAN. Spotted by
  Xavid Pretzer.
- Added a new signature for Chrome.
- Updated another signature for Chrome.
Sun, 14 Dec 2014
[ 20:43 pi search for other commits by this committer ] Original commit   Revision:374722
net-mgmt/p0f: fix p0f-sendsyn

Submitted by:	Anton Yuzhaninov <citrin@citrin.ru>
Tue, 11 Nov 2014
[ 11:38 pi search for other commits by this committer ] Original commit   Revision:372441
net-mgmt/p0f: 3.07b -> 3.08b

- fix for a packet loss bug with some VMs
Tue, 20 May 2014
[ 11:49 pi search for other commits by this committer ] Original commit   Revision:354628
net-mgmt/p0f: 3.06b -> 3.07b, and change to freebsd maintainer email address

Bug fixes:
- Improvement to API handling to avoid FATAL() on short API reads & writes.
- Minor bug fix to IP parsing in one of the companion utilities.

Improvements:
- New signatures.

Approved by:    jadawin (mentor)
Fri, 21 Feb 2014
[ 14:03 miwi search for other commits by this committer ] Original commit   Revision:345463
- Stage support
[ 13:38 ehaupt search for other commits by this committer ] Original commit   Revision:345425 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category net-mgmt
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Fri, 20 Sep 2013
[ 22:24 bapt search for other commits by this committer ] Original commit   Revision:327757 (Only the first 10 of 336 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 27 Jan 2013
[ 05:55 tabthorpe search for other commits by this committer ] Original commit   Revision:311049 (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
- Strip header at request of original creator

Submitted by:	trevor
With hat:	portmgr
Sun, 7 Oct 2012
[ 12:34 jhale search for other commits by this committer ] Original commit   Revision:305468
- Update to 3.06b

While here:
- Trim Makefile header
- Convert to new options framework
- Remove LICENSE_FILES and extra installation of COPYING
  since the full LGPL21 license is included in the ports tree

PR:		ports/172394
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Approved by:	makc, avilla (mentors implicit)
Sat, 19 May 2012
[ 12:43 zi search for other commits by this committer ] Original commit 
- Honor CC/CFLAGS (+fix clang build) [1]
- Add additional MASTER_SITES [1]
- Whitespace cleanup
- Mark JOBS_SAFE [1]
- Add LICENSE

PR:             ports/168133 [1]
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1]
Tue, 15 May 2012
[ 19:40 pawel search for other commits by this committer ] Original commit 
Update to 3.05b

PR:             ports/167912
Submitted by:   maintainer
Thu, 5 Apr 2012
[ 14:11 pawel search for other commits by this committer ] Original commit 
Update to version 3.04b

PR:             ports/166643
Submitted by:   maintainer
Feature safe:   yes
Fri, 23 Mar 2012
[ 18:36 wxs search for other commits by this committer ] Original commit 
Pass maintainer to submitter of previous PR. The email address in the PR
was incorrect, so I took it over until I could get confirmation on what
address to use.

PR:             ports/166224
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu>
Feature safe:   yes
Mon, 19 Mar 2012
[ 01:19 wxs search for other commits by this committer ] Original commit 
Update to 3.03b.
Switch to using PLIST_FILES and PORTDOCS.
No longer require gmake.
Don't require bash (build.sh).

PR:             ports/166224 (based upon)
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu>
Feature safe:   yes
Fri, 6 Jan 2012
[ 21:01 wxs search for other commits by this committer ] Original commit 
Add support for pflog interfaces. Adjust chunk statements in the patch
while here.

Submitted by:   Clayton Milos <clay@milos.co.za> (via ports@ list)
Mon, 9 Mar 2009
[ 19:29 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
- Reset farrokhi@freebsd.org due to long period of inactivity.

Approved by:    portmgr (linimon)
Wed, 8 Nov 2006
[ 09:28 farrokhi search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Change my email address to farrokhi@ in all ports that I maintain.
Approved by:    miwi (mentor)
Wed, 1 Nov 2006
[ 15:27 jmelo search for other commits by this committer ] Original commit 
- Add mastersite.

PR:             ports/104151
Submitted by:   Babak Farrokhi <babak@farrokhi.net> (maintainer)
Mon, 18 Sep 2006
[ 12:58 miwi search for other commits by this committer ] Original commit 
- Update to 2.0.8

PR:             ports/103350
Submitted by:   Babak Farrokhi <babak(at)farrokhi.net>  (maintainer)
Sun, 20 Aug 2006
[ 12:08 miwi search for other commits by this committer ] Original commit 
- Update to 2.0.7

PR:             port/102134
Submitted by:   Babak Farrokhi <babak(at)farrokhi.net>
Approved by:    krion (mentor)
Thu, 23 Mar 2006
[ 11:14 garga search for other commits by this committer ] Original commit 
- Update to 2.0.6

PR:             ports/94856
Submitted by:   maintainer
Wed, 15 Feb 2006
[ 10:23 ehaupt search for other commits by this committer ] Original commit 
- Update to 2.0.5
- Update WWW
- Respect CC (self)
- Remove files/patch-FreeBSD (self)
- Use REINPLACE_CMD instead of SED (self)

PR:             93355
Submitted by:   Babak Farrokhi <babak@farrokhi.net> (maintainer)
Sun, 12 Feb 2006
[ 04:59 lawrance search for other commits by this committer ] Original commit 
Update to 2.0.4.
- Submitter takes maintainership
- Remove stale patches

PR:             ports/93206
Submitted by:   Babak Farrokhi <babak@farrokhi.net>
Sat, 11 Feb 2006
[ 21:03 netchild search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:     portmgr (explicit: krion; silence: rest)
Maintainer timeout:     ~4 months
Submitted by:           Sangwoo Shim <sangwoos@gmail.com> [1]
PR:                     87985 [1]
Sat, 3 Apr 2004
[ 16:07 pav search for other commits by this committer ] Original commit 
Readd changes which was lost in repocopy of this port from net to net-mgmt:

Makefile rev 1.15
  Install the p0fa.fp and p0fr.fp files, needed when the -A and -R
  options are used (new PORTREVISION).

  PR:           62273
  Submitted by: Radim Kolar

files/patch-p0f.c rev 1.3
  On FreeBSD, the loopback interface is normally called lo0.

  PR:           62358
  Submitted by: Radim Kolar

files/patch-mtu.h rev 1.5
files/patch-p0f.c rev 1.1
  more patches to add loopback support

  PR:           62274
  Submitted by: Radim Kolar

Reported by:                    Radim Kolar <hsn@netmag.cz>
Pointy hat (XL size) to:        wollman
Mon, 23 Feb 2004
[ 04:42 wollman search for other commits by this committer ] Original commit  (Only the first 10 of 907 ports in this commit are shown above. View all ports for this commit)
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

Number of commits found: 33