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/ssh/Makefile

Number of commits found: 43

Sunday, 1 May 2011
20:14 bapt search for other commits by this committer
Remove unmaintained expired ports from security

2011-05-01 security/aafid2: Upstream disapear and distfile is no more available
2011-05-01 security/bjorb: Upstream disapear and distfile is no more available
2011-05-01 security/borzoi: Upstream disapear and distfile is no more available
2011-05-01 security/cmd5checkpw: Upstream disapear and distfile is no more
available
2011-05-01 security/cops: Upstream disapear and distfile is no more available
2011-05-01 security/find_ddos: Upstream disapear and distfile is no more
available
2011-05-01 security/ftpmap: Upstream disapear and distfile is no more available
2011-05-01 security/hafiye: Upstream disapear and distfile is no more available
2011-05-01 security/ident2: Upstream disapear and distfile is no more available
2011-05-01 security/liedentd: Upstream disapear and distfile is no more
available
2011-05-01 security/pam_pop3: Upstream disapear and distfile is no more
available
2011-05-01 security/poc: Upstream disapear and distfile is no more available
2011-05-01 security/portscanner: Upstream disapear and distfile is no more
available
2011-05-01 security/ppgen: Upstream disapear and distfile is no more available
2011-05-01 security/qident: Upstream disapear and distfile is no more available
2011-05-01 security/quintuple-agent: Upstream disapear and distfile is no more
available
2011-05-01 security/rc5pipe: Upstream disapear and distfile is no more available
2011-05-01 security/rid: Upstream disapear and distfile is no more available
2011-05-01 security/ssh: Upstream disapear and distfile is no more available
2011-05-01 security/tea-total: Upstream disapear and distfile is no more
available
2011-05-01 security/uberkey: Upstream disapear and distfile is no more available
Original commit
Sunday, 13 Mar 2011
21:30 bapt search for other commits by this committer
Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Monday, 19 Apr 2010
10:43 ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Original commit
Wednesday, 13 May 2009
09:46 ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
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
Tuesday, 25 Mar 2008
22:44 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Friday, 20 Apr 2007
15:12 gabor search for other commits by this committer
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter r-s
Original commit
Wednesday, 10 May 2006
14:46 ale search for other commits by this committer
Chase gmp library and bump PORTREVISION.
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
Thursday, 20 Jan 2005
18:52 cperciva search for other commits by this committer
Remove conditional dependencies on security/tcp_wrapper: That port
hasn't existed since October 2002, and tcp_wrapper has been included in
the base system since March 1999.
Original commit
Monday, 20 Dec 2004
03:20 linimon search for other commits by this committer
Update the wording on IGNORE.
Original commit
Sunday, 19 Dec 2004
01:59 linimon search for other commits by this committer
Switch from FORBIDDEN to IGNORE, since no security issue seems to be stated.
Original commit
Monday, 19 Apr 2004
14:12 clement search for other commits by this committer
- define NO_LATEST_LINK, even if port is forbiden

Noticed by:     Ports with duplicate LATEST_LINKS report
Original commit
Saturday, 10 Apr 2004
17:26 trevor search for other commits by this committer
Tidy up whitespace.
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
Monday, 13 Oct 2003
04:03 dinoex search for other commits by this committer
- add CONFLICTS
Submitted by:   eikemeier@fillmore-labs.com
Original commit
Saturday, 27 Sep 2003
01:01 edwin search for other commits by this committer
KATO mega patch

- ECHO -> ECHO_MSG

For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD

PR:             ports/56820-56858
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Thursday, 20 Feb 2003
18:59 knu search for other commits by this committer
De-pkg-comment.
Original commit
Saturday, 11 Jan 2003
15:38 netchild search for other commits by this committer
Bump PORTREVISION because of lib-dep change (see below).

From submitter:
- Remove an outdated comment in the Makefile.
- Fix MASTER_SITES.
- Switch from ancient math/libgmp-freebsd to math/libgmp4, the former
  hardly compiles on architectures other/newer than i386 and alpha.
  Tested on i386 and sparc64.

Submitted by:   marius@alchemy.franken.de
Original commit
Friday, 25 Oct 2002
14:43 netchild search for other commits by this committer
Quoting the submitter:
---snip---
- Revert the partially enabled building and usage of the libgmp version
  shipping with ssh introduced with the upgrade to 1.2.33. For -current
  depend on math/libgmp-freebsd and use the libgmp in the base system
  for -stable like this port did before. This fixes compilation on
  -current and turns of the annoying errors when the configure of the
  ssh-enclosed libgmp tests the optimisations using the wrong assembler-
  syntax on 4-stable. The later causes configure to hang on 3-stable.
- Don't define 'REALLY_WANT_SSH=1' in the Makefile else the FORBIDDEN
  for FreeBSD systems shipping with OpenSSH in the base-distribution and
  not defining 'REALLY_WANT_SSH' is useless. This was also broken with
  the last commit.

Tested on 5.0-current, 4-stable and 3-stable.
---snip---

Submitted by:   marius@alchemy.franken.de
Original commit
Sunday, 30 Jun 2002
03:57 obrien search for other commits by this committer
Update to version 1.2.33.
Original commit
Saturday, 29 Jun 2002
21:39 obrien search for other commits by this committer
Update to version 1.2.32.
Original commit
21:31 obrien search for other commits by this committer
Update to version 1.2.31.
Original commit
21:28 obrien search for other commits by this committer
Update to version 1.2.30.
Original commit
18:52 obrien search for other commits by this committer
Update to version 1.2.29.
Original commit
18:13 obrien search for other commits by this committer
Update to version 1.2.28.
Original commit
Saturday, 22 Jun 2002
00:18 obrien search for other commits by this committer
Use libgmp4 rather than libgmp-freebsd.
Original commit
Tuesday, 7 May 2002
10:40 sobomax search for other commits by this committer
Fix MASTER_SITES.

Submitted by:   Sergii Laskavyi <ls@gambit.com.ru>
Original commit
Tuesday, 30 Apr 2002
08:54 sobomax search for other commits by this committer
Catch up with libgmp3 death.

Pointy hat to:  ijliao
Original commit
Friday, 26 Apr 2002
06:23 sobomax search for other commits by this committer
Fix libgmp breakage on -current.
Original commit
Wednesday, 14 Feb 2001
20:19 lioux search for other commits by this committer
typo clean up police: \s -> \t    
Original commit
Friday, 9 Feb 2001
23:07 kris search for other commits by this committer
Remove some commented out makefile cruft.    
Original commit
23:06 kris search for other commits by this committer
Sigh, the patch released by ssh.com was wrong (kill() had the arguments   in the
wrong order). Fix this, and bump PORTREVISION again. The window   was only a few
minutes, but this won't disrupt things, and someone may   have updated in that
window given the prominence of the problem.    
Original commit
22:55 kris search for other commits by this committer
Commit fixes for the two recent security problems found by BINDVIEW   and
Core-SDI, and bump PORTREVISION.    
Original commit
04:58 kris search for other commits by this committer
Mark FORBIDDEN: several problems including possible remote root   compromise.
OpenSSH 2.3.0 included in 4.2-STABLE is not vulnerable.    
Original commit
Tuesday, 6 Feb 2001
02:38 kris search for other commits by this committer
Oops, meant to mark FORBIDDEN, not BROKEN, to prevent package builds.    
Original commit
01:22 kris search for other commits by this committer
Note the reason why this port is still at 1.2.27 (1.2.30 is under   the more
restrictive SSH2 license), deprecate this port in favour of   OpenSSH as a
parting shot (still allow people to build by setting an   environment variable)
and remove myself as maintainer since I don't   have any interest in maintaining
it.    
Original commit
Sunday, 8 Oct 2000
07:03 asami search for other commits by this committer
Rename PLIST.X11 to pkg-plist.x11.    
Original commit
Friday, 22 Sep 2000
00:37 kris search for other commits by this committer
Fennerize MASTER_SITES and replace with a fresh set which a) actually carry  
the distfile and b) are probably better sorted networkologically for the  
majority of users. Trim DESCR down to a sane length.    
Original commit
Sunday, 17 Sep 2000
09:45 kris search for other commits by this committer
Remove dependency on rsaref, comment out RESTRICTED line (but leave it   there
for reference in case we replace these with a CRYPTO variable), and   bump
PORTREVISION.    
Original commit
Wednesday, 23 Aug 2000
10:57 kris search for other commits by this committer
Don't install the startup script if ssh is being run out of inetd.conf    
Original commit
Friday, 2 Jun 2000
04:18 will search for other commits by this committer
Remove redundant/inappropriate CATEGORIES.  People need to start reading   the
Porter's Handbook.  :-)    
Original commit

Number of commits found: 43