notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/nessus-libraries/Makefile

Number of commits found: 65

Thursday, 17 Mar 2016
13:05 tijl search for other commits by this committer
Mark Nessus ports deprecated.  Nessus became proprietary closed-source
software many years ago and the ports are now outdated.  A good alternative
is OpenVAS which started as a fork of the open-source Nessus.

PR:		208023
Approved by:	Udo.Schweigert@siemens.com (maintainer)
Original commitRevision:411280 
Tuesday, 15 Sep 2015
23:59 cs search for other commits by this committer
Fix build with LibreSSL

PR:		198992
Submitted by:	brnrd@
Approved by:	maintainer
Original commitRevision:397032 
Monday, 20 Apr 2015
19:06 tijl search for other commits by this committer
- Display a stage-qa warning when ports use PREFIX/var instead of /var
- Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not
  when CONFIGURE_ARGS already sets it.  (GNU configure scripts set it to
  PREFIX/var when PREFIX != /usr.)
- Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so
  they aren't affected by this change (for now at least).  This commit is
  meant to ensure that new ports don't make the same mistake.

- games/acm: the configure script in this port is very old; instead of
  patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE.
- irc/charybdis: it already used /var but adding --localstatedir=/var
  changed the behaviour of the configure script; adjust the port to this.

PR:		199506
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:384380 
Monday, 7 Jul 2014
10:29 tijl search for other commits by this committer
- Convert security/nessus-* to USES=libtool and bump dependent ports
- Use @sample in security/nessus
Original commitRevision:361049 
Friday, 25 Oct 2013
19:42 tijl search for other commits by this committer
- Move DIST_SUBDIR up (portlint).
- Remove MAN1 (staging).
Original commitRevision:331628 
12:00 tijl search for other commits by this committer
security/nessus-libnasl:
- Remove BROKEN and fix building with newer OpenSSL versions.
- Add LICENSE.
- Use new LIB_DEPENDS syntax.
- Support staging.  This exposed a bug in security/nessus-libraries.
- Fix an issue in a Makefile to support parallel building.

security/nessus-libraries:
- Add LICENSE.
- Support staging.
- Remove pointyhat references.
- Remove DESTDIR from the nessus-config script.

PR:		ports/175868
Approved by:	"Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer)
Original commitRevision:331569 
Sunday, 22 Sep 2013
19:15 antoine search for other commits by this committer
Fix NO_STAGE
Original commitRevision:327891 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
Monday, 30 Jan 2012
15:29 scheidell search for other commits by this committer
- Fix build due to libtool updates. [1]
- Edit makefile in nessus-libraries to remove bpf40 check, not needed on modern
kernels [2]
- Edit makefile in nessus-libraries allow package building [2]

PR:             ports/164595
Submitted by:   Udo Schweigert <udo.schweigert@siemens.com> (maintainer) [1]
Reviewed by:    scheidell [2]
Approved by:    maintainer, gabor (implicit)
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Friday, 19 Dec 2008
17:52 pav search for other commits by this committer
- Disable package build on pointyhat, it detects presence of /dev/bpf

Reported by:    pointyhat
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Sunday, 5 Nov 2006
20:38 miwi search for other commits by this committer
- Update to 2.2.9

PR:             ports/105176
Submitted by:   Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
Original commit
Friday, 26 May 2006
19:24 pav search for other commits by this committer
- Update to 2.2.8

PR:             ports/97884
Submitted by:   Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Original commit
Friday, 17 Mar 2006
16:07 vd search for other commits by this committer
Upgrade to nessus version 2.2.7

PR:             ports/94544
Submitted by:   Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Tuesday, 8 Nov 2005
22:59 mnag search for other commits by this committer
Update to 2.2.6
Make portlint happyer
Add SHA256

PR:             88679
Submitted by:   Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Original commit
Friday, 7 Oct 2005
17:20 ehaupt search for other commits by this committer
Update master sites.

PR:             87034
Submitted by:   Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Approved by:    novel (mentor)
Original commit
Saturday, 23 Jul 2005
22:19 mezz search for other commits by this committer
Update to 2.2.5.

PR:             ports/83927
Submitted by:   Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Original commit
Sunday, 17 Apr 2005
12:59 sem search for other commits by this committer
- Update to 2.2.4

PR:             ports/79142
Submitted by:   maintainer
Original commit
Monday, 14 Feb 2005
13:04 sem search for other commits by this committer
- Update to 2.2.3

PR:             ports/77419
Submitted by:   maintainer
Original commit
Saturday, 11 Dec 2004
16:40 sem search for other commits by this committer
- Upgrade to nessus version 2.2.2a
- Fix installing of default config files

PR:             ports/74938
Submitted by:   maintainer
Original commit
Saturday, 6 Nov 2004
11:46 sem search for other commits by this committer
- Upgrade to 2.2.0
Original commit
Friday, 13 Aug 2004
13:36 vs search for other commits by this committer
- Add WITHOUT_NESSUS_GTK knob.
- Upgrade rc.d script to the rc-ng style; bump PORTREVISION for that.
- Add CONFLICTS.

PR:             ports/69877
Submitted by:   Udo Schweigert (maintainer)
Original commit
Saturday, 24 Jul 2004
18:28 mezz search for other commits by this committer
-Update to 2.0.12.
-GTK+2 is now default and GTK1 is still optional.

PR:             ports/69333
Submitted by:   Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Original commit
Saturday, 10 Apr 2004
20:45 linimon search for other commits by this committer
Forced commit to note the previous was:

PR:             ports/64578
Submitted by:   Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Original commit
20:42 linimon search for other commits by this committer
Adopt the standard nessus directory structure, reducing the number of
files in ${PREFIX}/etc/nessus. Move existing files to the right places.
Bump PORTREVISION.  (Also do a little bit of work on pkg-plist).
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Friday, 23 Jan 2004
11:00 clement search for other commits by this committer
- Update to 2.10a

PR:             61755
Submitted by:       Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Original commit
Thursday, 4 Dec 2003
14:32 sergei search for other commits by this committer
- Update to 2.0.9

PR:             59019
Submitted by:   maintainer
Original commit
Thursday, 9 Oct 2003
08:35 roam search for other commits by this committer
Update to nessus 2.08a.

PR:             57755
Submitted by:   maintainer
Original commit
Saturday, 4 Oct 2003
13:24 oliver search for other commits by this committer
Upgrade to nessus version 2.0.8

PR:             ports/57547
Submitted By:   maintainer
Original commit
Sunday, 13 Jul 2003
20:34 obraun search for other commits by this committer
- Fix MASTER_SITES by replacing a no longer working european mirror
  by an australian and a japanse.

PR:             ports/54441
Submitted by:   maintainer
Obtained from:  portsurvey
Original commit
Friday, 4 Jul 2003
20:59 obraun search for other commits by this committer
Upgrade to 2.0.7.

PR:             ports/54050
Submitted by:   maintainer
Original commit
Sunday, 1 Jun 2003
06:49 obraun search for other commits by this committer
Upgrade to 2.0.6a.

PR:             ports/52635
Submitted by:   maintainer
Original commit
Tuesday, 13 May 2003
16:52 obraun search for other commits by this committer
* Upgrade checksums. Quote from the developer: "I did a quick "re-release" for
  minor issues that I don't felt were justifying a 2.0.6."
* Bump PORTREVISION.

PR:             ports/52022
Submitted by:   maintainer
Original commit
Tuesday, 6 May 2003
21:17 obraun search for other commits by this committer
Upgrade to 2.0.5.

PR:             ports/51887
Submitted by:   maintainer
Original commit
Thursday, 24 Apr 2003
06:22 obraun search for other commits by this committer
Remove a no longer maintained mirror from the MASTER_SITES.

PR:             ports/51327
Submitted by:   maintainer
Original commit
Saturday, 19 Apr 2003
20:40 obraun search for other commits by this committer
- Update to 2.0.4.
- Add dependency on bpf for the server.
- Add "client only" knob.

PR:             ports/51126
Submitted by:   maintainer
Original commit
Friday, 21 Feb 2003
13:26 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 2 Jan 2003
22:47 obraun search for other commits by this committer
Upgrade to 1.2.7.

PR:             ports/46333
Submitted by:   maintainer
Original commit
Friday, 22 Nov 2002
16:18 olgeni search for other commits by this committer
Update MASTER_SITES.

PR:             45591
Submitted by:   maintainer
Original commit
Thursday, 10 Oct 2002
17:30 obraun search for other commits by this committer
Upgrade to 1.2.6.

PR:             43874
Submitted by:   maintainer
Original commit
Friday, 30 Aug 2002
19:43 obraun search for other commits by this committer
* Upgrade to 1.2.5
* Fix a problem with hanging clients during a nmap scan

PR:             ports/42057
Submitted by:   maintainer
Approved by:    dwcjr (mentor)
Original commit
Saturday, 10 Aug 2002
16:22 pat search for other commits by this committer
Update to 1.2.4

PR:             ports/41514
Submitted by:   maintainer
Original commit
Thursday, 4 Jul 2002
16:28 olgeni search for other commits by this committer
Update ports to version 1.2.3.

PR:             40190
Submitted by:   maintainer
Original commit
Wednesday, 19 Jun 2002
11:13 olgeni search for other commits by this committer
Update nessus suite to version 1.2.2, from security/nessus-*-devel ports.

Give maintainership to udo.schweigert@siemens.com, who already maintains
the -devel ports.
Original commit
Tuesday, 27 Nov 2001
12:25 olgeni search for other commits by this committer
Fix a problem linking libc too late, which caused calling the wrong getopt  
function and broke nasl command line handling.    
Original commit
Wednesday, 8 Aug 2001
14:38 olgeni search for other commits by this committer
Update nessus suite to version 1.0.9, remove extra file from nessus'   pkg-plist
(includes.h).    
Original commit
Thursday, 24 May 2001
12:08 olgeni search for other commits by this committer
Update the Nessus suite to version 1.0.8.    
Original commit
Monday, 5 Feb 2001
23:42 olgeni search for other commits by this committer
Update to version 1.0.7a.    
Original commit
Wednesday, 24 Jan 2001
12:43 olgeni search for other commits by this committer
Use proper capitalization (freebsd.org -> FreeBSD.org)    
Original commit
12:05 olgeni search for other commits by this committer
Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)    
Original commit
03:26 vanilla search for other commits by this committer
Upgrade to 1.0.7.    
Original commit
Sunday, 26 Nov 2000
02:30 dougb search for other commits by this committer
Maintainer upgrade to 1.0.6.    
Original commit
Monday, 13 Nov 2000
11:49 asami search for other commits by this committer
Add INSTALLS_SHLIB so other ports that depend on this one can find the  
libraries.    
Original commit
Thursday, 9 Nov 2000
16:39 sobomax search for other commits by this committer
Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>. 
  
Original commit
13:27 des search for other commits by this committer
Revert maintainership to ports@ at maintainer's request.    
Original commit
Saturday, 28 Oct 2000
03:04 jeh search for other commits by this committer
Update to 1.0.5    
Original commit
Saturday, 9 Sep 2000
13:51 kevlo search for other commits by this committer
Update to version 1.0.4    
Original commit

Number of commits found: 65