| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 May 2011 20:14:20
1.2.33_6
|
bapt  |
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 |
13 Mar 2011 21:30:59
1.2.33_6
|
bapt  |
Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
04 Dec 2010 07:34:27
1.2.33_6
|
ade  |
Sync to new bsd.autotools.mk |
19 Apr 2010 10:43:43
1.2.33_6
|
ale  |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
13 May 2009 09:46:02
1.2.33_5
|
ale  |
Chase libgmp and bump PORTREVISION. |
19 Apr 2008 17:56:05
1.2.33_4  |
miwi  |
- 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) |
25 Mar 2008 22:44:48
1.2.33_4
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
20 Apr 2007 15:12:30
1.2.33_3
|
gabor  |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter r-s |
10 May 2006 14:46:48
1.2.33_3
|
ale  |
Chase gmp library and bump PORTREVISION. |
25 Nov 2005 18:01:16
1.2.33_2
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
1.2.33_2
|
ade  |
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. |
20 Jan 2005 18:52:56
1.2.33_2
|
cperciva  |
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. |
20 Dec 2004 03:20:31
1.2.33_2
|
linimon  |
Update the wording on IGNORE. |
19 Dec 2004 01:59:03
1.2.33_2
|
linimon  |
Switch from FORBIDDEN to IGNORE, since no security issue seems to be stated. |
19 Apr 2004 14:12:37
1.2.33_2
|
clement  |
- define NO_LATEST_LINK, even if port is forbiden
Noticed by: Ports with duplicate LATEST_LINKS report |
10 Apr 2004 17:26:55
1.2.33_2
|
trevor  |
Tidy up whitespace. |
14 Mar 2004 06:17:56
1.2.33_2
|
ade  |
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. |
29 Jan 2004 16:13:06
1.2.33_2
|
trevor  |
SIZEify. |
13 Oct 2003 04:03:41
1.2.33_2
|
dinoex  |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com |
27 Sep 2003 01:01:08
1.2.33_2
|
edwin  |
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> |
20 Feb 2003 18:59:13
1.2.33_2
|
knu  |
De-pkg-comment. |
11 Jan 2003 15:38:35
1.2.33_2
|
netchild  |
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 |
08 Jan 2003 23:34:34
1.2.33_1
|
mdodd  |
- Correctly order KERBEROS_LIBS so that the build doesn't try to
link against system krb5 libs.
- Specify a runtime linker path option. |
25 Oct 2002 14:43:22
1.2.33_1
|
netchild  |
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 |
30 Jun 2002 03:57:57
1.2.33
|
obrien  |
Update to version 1.2.33. |
29 Jun 2002 21:39:04
1.2.32
|
obrien  |
Update to version 1.2.32. |
29 Jun 2002 21:31:50
1.2.31
|
obrien  |
Update to version 1.2.31. |
29 Jun 2002 21:28:23
1.2.30
|
obrien  |
Update to version 1.2.30. |
29 Jun 2002 21:21:56
1.2.29
|
obrien  |
Update to version 1.2.29. |
29 Jun 2002 19:58:19
1.2.29
|
obrien  |
Update to version 1.2.29. |
29 Jun 2002 18:52:29
1.2.29
|
obrien  |
Update to version 1.2.29. |
29 Jun 2002 18:13:36
1.2.28
|
obrien  |
Update to version 1.2.28. |
22 Jun 2002 00:18:12
1.2.27_3
|
obrien  |
Use libgmp4 rather than libgmp-freebsd. |
07 May 2002 10:40:49
1.2.27_3
|
sobomax  |
Fix MASTER_SITES.
Submitted by: Sergii Laskavyi <ls@gambit.com.ru> |
30 Apr 2002 08:54:54
1.2.27_3
|
sobomax  |
Catch up with libgmp3 death.
Pointy hat to: ijliao |
26 Apr 2002 06:23:41
1.2.27_3
|
sobomax  |
Fix libgmp breakage on -current. |
14 Feb 2001 20:19:44 
|
lioux  |
typo clean up police: \s -> \t |
09 Feb 2001 23:07:20 
|
kris  |
Remove some commented out makefile cruft. |
09 Feb 2001 23:06:50 
|
kris  |
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. |
09 Feb 2001 22:56:39 
|
kris  |
Commit fixes for the two recent security problems found by BINDVIEW and
Core-SDI, and bump PORTREVISION. |
09 Feb 2001 22:55:48 
|
kris  |
Commit fixes for the two recent security problems found by BINDVIEW and
Core-SDI, and bump PORTREVISION. |
09 Feb 2001 04:58:25 
|
kris  |
Mark FORBIDDEN: several problems including possible remote root compromise.
OpenSSH 2.3.0 included in 4.2-STABLE is not vulnerable. |
06 Feb 2001 02:38:43 
|
kris  |
Oops, meant to mark FORBIDDEN, not BROKEN, to prevent package builds. |
06 Feb 2001 01:22:25 
|
kris  |
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. |
08 Oct 2000 07:30:58 
|
asami  |
Convert category security to new layout. |
08 Oct 2000 07:03:51 
|
asami  |
Rename PLIST.X11 to pkg-plist.x11. |
22 Sep 2000 00:37:29 
|
kris  |
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. |
17 Sep 2000 09:45:12 
|
kris  |
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. |
23 Aug 2000 10:57:05 
|
kris  |
Don't install the startup script if ssh is being run out of inetd.conf |
02 Jun 2000 04:18:54 
|
will  |
Remove redundant/inappropriate CATEGORIES. People need to start reading the
Porter's Handbook. :-) |