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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: net/nast/Makefile
SVNWeb

Number of commits found: 37

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)
Sat, 30 Jul 2022
[ 05:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5  commit hash:9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5  commit hash:9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5  9f7a285  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
net/libnet: Update to 1.2

- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/libnet/libnet/releases
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(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.
Thu, 18 Feb 2021
[ 02:28 linimon search for other commits by this committer ] Original commit   Revision:565862
Mark BROKEN in 13/14 (via latest llvm update).
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 20 Mar 2016
[ 10:53 tijl search for other commits by this committer ] Original commit   Revision:411432 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Install net/libnet headers and libraries back in the location where other
ports expect it.  The files were put in a different location to avoid a
conflict with net/libnet10 but this port has been removed a while ago now.

PR:		208122
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Mon, 14 Jul 2014
[ 15:38 tijl search for other commits by this committer ] Original commit   Revision:361791 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
Thu, 10 Jul 2014
[ 12:13 olgeni search for other commits by this committer ] Original commit   Revision:361440 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 17 Mar 2014
[ 16:29 ehaupt search for other commits by this committer ] Original commit   Revision:348489
Support staging
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 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)
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)
Mon, 18 Feb 2013
[ 21:13 dinoex search for other commits by this committer ] Original commit   Revision:312526 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
- update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
Fri, 26 Aug 2011
[ 04:15 miwi search for other commits by this committer ] Original commit 
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE

PR:             160129
Submitted by:   Ports Fury
Wed, 29 Dec 2010
[ 20:04 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 31 Jan 2007
[ 14:09 pav search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
- Patch net/libnet* to versioned libraries and header files, so they can
  coexist

PR:             ports/103861
Submitted by:   alepulver
Tested by:      pointyhat
With hat:       portmgr
Thu, 11 May 2006
[ 22:49 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 270 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with N
Mon, 14 Nov 2005
[ 17:07 sem search for other commits by this committer ] Original commit  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:             ports/85519 (based on)
Submitted by:   Stas Yakovlev <stas.yakovlev_at_gmail.com>
Thu, 13 Oct 2005
[ 06:28 linimon search for other commits by this committer ] Original commit 
Chase updated mastersite.  Gets a timeout but that may be transitory; at
least it's the right page.

Source:         distfile survey
Tue, 11 Oct 2005
[ 12:53 krion search for other commits by this committer ] Original commit 
Fix MASTER_SITES.
Thu, 21 Apr 2005
[ 17:44 krion search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Drop maintership.
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Wed, 14 Apr 2004
[ 20:42 krion search for other commits by this committer ] Original commit 
- Fix MASTER_SITES
[ 10:01 krion search for other commits by this committer ] Original commit 
- Bump PORTREVISION because of new libnet-devel version
Tue, 17 Feb 2004
[ 21:51 krion search for other commits by this committer ] Original commit 
- Update to version 0.2.0

* Completely rewritten ncurses graphical interface (-G flag)
* Many improvements in graphical analyzer features
* Connections handling for data stream sniffing and resetting
* Added new stats for byte counter
* Added dns resolution support
* Recoded a new errors handler
* Fixed banner catcher
* Added tcpdump-format logging and loading
* Added NCURSES_README file
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Fri, 30 Jan 2004
[ 14:05 krion search for other commits by this committer ] Original commit  (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
- SIZEify
Wed, 24 Sep 2003
[ 14:34 krion search for other commits by this committer ] Original commit 
- Honor CFLAGS and use PTHREAD_LIBS

Submitted by:   Pav Lucistnik <pav@oook.cz>
Tue, 22 Jul 2003
[ 10:34 krion search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
Tue, 1 Jul 2003
[ 12:44 daichi search for other commits by this committer ] Original commit 
update net/nast:
  Added new master site

PR:             53491
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
Sun, 8 Jun 2003
[ 10:21 erwin search for other commits by this committer ] Original commit 
Update net/nast (maintainer): bento fix

Author did a little modification to Makefile and rerolled
tarball.

PR:             53024
Submitted by:   maintainer
Approved by:    edwin (mentor)
Mon, 2 Jun 2003
[ 15:17 mich search for other commits by this committer ] Original commit 
Update nast: 0.1.7d -> 0.1.7e
- Set promisc mode as default in sniffer
- Fixed a serious memory lack bug in map_lan()
- now it compiles on sparc64

Removed patch files, as they are no longer needed.

PR:             52622
Submitted by:   maintainer
Approved by:    roberto(mentor)
Sun, 27 Apr 2003
[ 16:41 fjoe search for other commits by this committer ] Original commit 
New port: nast

Nast is a packet sniffer and a LAN analyzer based on Libnet and Libpcap.

PR:             51310
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>

Number of commits found: 37