aboutsummaryrefslogtreecommitdiff
path: root/security/srp
Commit message (Collapse)AuthorAgeFilesLines
* - Remove outdated version checksEitan Adler2012-01-091-2/+0
| | | | | | | Reviewed by: nox Notes: svn path=/head/; revision=288805
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Mark BROKEN on HEAD: fails to build with new utmpxMartin Wilke2010-03-201-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251272
* - Drop maintainershipMartin Wilke2009-07-111-1/+1
| | | | Notes: svn path=/head/; revision=237610
* - Update to 2.1.2Martin Wilke2008-06-203-7/+6
| | | | | | | | | - Take over maintainership Approved by: maintainer implicit Notes: svn path=/head/; revision=215402
* - Fix build on -CURRENT (gcc 4.2.0 import)Frank J. Laszlo2007-07-151-1/+6
| | | | | | | Reported By: pav Notes: svn path=/head/; revision=195661
* Register conflicts for srp in security/heimdal, security/krb4, and ↵Frank J. Laszlo2006-11-141-0/+3
| | | | | | | | | | | | | | securiry/krb5. Bump PORTREVISION accordingly. PR: ports/105442 Submitted by: Ruben van Staveren <ruben@verweg.com> Reviewed by: shaun@, cy@ Approved by: flz (mentor) Notes: svn path=/head/; revision=177202
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-071-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=176714
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* - Update to version 2.1.1Andrej Zverev2005-12-212-7/+7
| | | | | | | | | | - Pass maintainership to submitter PR: ports/90724 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=151715
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98793
* - Update to version 2.0.0Kirill Ponomarev2003-11-105-44/+36
| | | | | | | | PR: 59133 Submitted by: Ports Fury Notes: svn path=/head/; revision=93692
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedJoe Marcus Clarke2003-11-071-2/+2
| | | | | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93295
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91379
* Upgrade to v1.7.5, fixes the "FTPd glob() vulnerability".Foxfair Hu2003-02-272-3/+4
| | | | | | | The latest version is 2.0.0 but still in beta. Notes: svn path=/head/; revision=76547
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Drop MAINTAINER: I'm not really taking care of these anymore.Jacques Vidrine2002-06-211-1/+1
| | | | Notes: svn path=/head/; revision=61692
* Change to vi:ts=8.David E. O'Brien2002-04-221-11/+11
| | | | Notes: svn path=/head/; revision=57987
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-2/+2
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Fix broken pkg-plist: the docs snuck in there, but they are also addedJacques Vidrine2002-01-223-23/+21
| | | | | | | | | | | | | | | by the port at build-time. Fix for FreeBSD-CURRENT: = Remove use of malloc.h = A fragment of this port actually provides its own prototype for time(), and probably only gets it right on DEC and HP systems. PR: ports/34183 Reported by: Trish Lynch <trish@bsdunix.net> Notes: svn path=/head/; revision=53611
* Update 1.7.3 -> 1.7.4Jacques Vidrine2001-10-023-2/+23
| | | | Notes: svn path=/head/; revision=48325
* Fix two other places where _?UTMP_FILE is not defined.Jacques Vidrine2001-08-212-0/+24
| | | | | | | Noticed by: bento.freebsd.org Notes: svn path=/head/; revision=46585
* Use _PATH_UTMP. Normally, the configure script attemptsJacques Vidrine2001-08-161-0/+12
| | | | | | | | | to determine the location of utmp by nosing around /var/run, /var/adm, and so on. This fails in bento's build environment, and it's not the right thing to do anyway. Notes: svn path=/head/; revision=46301
* Secure Remote Password protocol library, TELNET, and FTPJacques Vidrine2001-07-257-0/+96
Notes: svn path=/head/; revision=45490