aboutsummaryrefslogtreecommitdiff
path: root/security/xmlsec1
Commit message (Collapse)AuthorAgeFilesLines
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-0/+1
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* - Update to 1.2.11Johan van Selst2007-12-152-7/+10
| | | | Notes: svn path=/head/; revision=203779
* - Fix build on FreeBSD 7Johan van Selst2007-11-141-0/+1
| | | | | | | | Reported by: pointyhead (via pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=202712
* - Fix compilation on FreeBSD 7 (openssl issues)Johan van Selst2007-10-111-7/+7
| | | | | | | | - Fix libnss option - Grab maintainership (and feed patches upstream) Notes: svn path=/head/; revision=201309
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-1/+1
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.Mark Linimon2007-02-271-1/+1
| | | | | | | | | We appreciate the help in the past. Hat: portmgr Notes: svn path=/head/; revision=186167
* - Chase security/gnutls updateRoman Bogorodskiy2007-01-021-1/+2
| | | | | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here Notes: svn path=/head/; revision=181262
* BROKEN on 7.0: Does not compileKris Kennaway2006-09-101-0/+4
| | | | Notes: svn path=/head/; revision=172741
* - Update to 1.2.20Martin Wilke2006-07-192-4/+4
| | | | | | | | | PR: ports/99269 Submitted by: miwi Approved by: markus (co mentor), maintainer timeout Notes: svn path=/head/; revision=168212
* devel/pkgconfig -> devel/pkg-configJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163666
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update from 1.2.4 to 1.2.9. Switch to using OPTIONS and add nss asMikhail Teterin2006-01-252-27/+48
| | | | | | | | | one of the optional back-ends. Approved by: maintainer Notes: svn path=/head/; revision=154446
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Chase gnutls update.Roman Bogorodskiy2006-01-091-2/+2
| | | | Notes: svn path=/head/; revision=153142
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Chase the gnutls shared lib version.Joe Marcus Clarke2004-06-061-1/+1
| | | | | | | Pointy hat to: sergei Notes: svn path=/head/; revision=110919
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Chase the gnutls shared lib version.Joe Marcus Clarke2004-03-191-1/+1
| | | | Notes: svn path=/head/; revision=104584
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* - Update to 1.2.4Pav Lucistnik2004-02-124-203/+18
| | | | | | | | | PR: ports/62301 Submitted by: ijliao Approved by: maintainer Notes: svn path=/head/; revision=100757
* Chase the libxslt shared lib version with a PORTREVISION bump.Joe Marcus Clarke2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=93101
* - Chase libraries to new gnutls versionKirill Ponomarev2003-09-261-1/+1
| | | | Notes: svn path=/head/; revision=89455
* Update: security/xmlsec1Edwin Groothuis2003-06-043-24/+48
| | | | | | | | | | | | | | | Changes/update for myself - Bring GNUTLS as optional flavor Changes/update from KATO Tsuguru <tkato@prontomail.com> (thanks!) - Do not install useless .la file - Install .pc file to correct place PR: ports/52769 Submitted by: Jim Geovedi <jim@corebsd.or.id> Notes: svn path=/head/; revision=82252
* Add xmlsec1 1.0.1 released at Apr 28 2003. This is the latest stable versionFoxfair Hu2003-05-064-0/+239
of a C library based on LibXML2 and OpenSSL. Origial PR was intended to import 1.0.0 but we have a newer version to go now, also enable GnuTLS support . PR: 51102 Submitted by: Jim Geovedi <jim@corebsd.or.id> Notes: svn path=/head/; revision=80199