aboutsummaryrefslogtreecommitdiff
path: root/security/opencdk
Commit message (Collapse)AuthorAgeFilesLines
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-1/+2
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 0.6.6Roman Bogorodskiy2008-06-193-10/+7
| | | | | | | - Drop obsolete mastersites Notes: svn path=/head/; revision=215231
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Chase libgcrypt library versionTilman Keskinoz2008-02-281-1/+1
| | | | Notes: svn path=/head/; revision=208144
* Update to 0.6.0 - the versioin compatible with the current versionRoman Bogorodskiy2007-10-314-17/+19
| | | | | | | | | | of gnutls in ports. Therefore, it fixes the problem described in ports/117671. Approved by: portmgr (pav) Notes: svn path=/head/; revision=202450
* Update to 0.5.13.Roman Bogorodskiy2007-02-143-5/+5
| | | | Notes: svn path=/head/; revision=185169
* Update to 0.5.11.Roman Bogorodskiy2007-01-023-5/+12
| | | | Notes: svn path=/head/; revision=181270
* Update to 0.5.9.Roman Bogorodskiy2006-08-122-10/+4
| | | | Notes: svn path=/head/; revision=170387
* 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-232-3/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 0.5.8.Roman Bogorodskiy2006-02-032-11/+6
| | | | Notes: svn path=/head/; revision=155123
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154318
* 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
* - Pass maintainership of gnutls, libtasn1 and opencdk ports toSergei Kolobov2005-08-301-1/+1
| | | | | | | Roman Bogorodskiy (novel) who kindly agreed to look after them Notes: svn path=/head/; revision=141458
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Attempt to check PGP signature of the tarball (using experimentalSergei Kolobov2005-02-072-0/+4
| | | | | | | USE_GPG support in bsd.port.mk) Notes: svn path=/head/; revision=128221
* Update libgcrypt to 1.2.1. Changes:Tilman Keskinoz2005-01-111-1/+2
| | | | | | | | | | | | | | | | | | * made the code try to lock secure memory pool not only when running as root, * fixed type usage in Serpent, * made the code mix the PID into the entropy pool for better protection after a fork, * fixed memory leak in RSA. * fixed alignment problems in Rijndael, * fixed memory leak in gcry_pk_sign(), * fixed broken pointer access in gcry_ac_open(), * updated the documentation, * fixed several other bugs. Chase Shared library version and bump PORTREVISION of affected ports. Notes: svn path=/head/; revision=126139
* - Remove 2 patches no longer neededSergei Kolobov2004-08-072-24/+0
| | | | | | | | Forgotten by: sergei Reminded by: marcus Notes: svn path=/head/; revision=115545
* - Update to 2.5.5Sergei Kolobov2004-08-062-5/+5
| | | | | | | - Switch to using libtool 1.5 installed from ports Notes: svn path=/head/; revision=115534
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Update libgcrypt to the new stable version 1.2.0Tilman Keskinoz2004-05-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retire libgcrypt-devel Switch back to security/libgcrypt and bump PORTREVISION for - gnutls - gnutls-devel - gsasl - opencdk - vpnc libggz: - Remove dependency on libgcrypt, because the port does not yet work with the new libgcrypt libksba: - Update to 0.9.5 - Pass maintainership to lofi, who already maintains the other aegypten ports. Approved by: lofi wmbiff: Switch to security/libgcrypt but no PORTREVISION bump, because the dependency is optional and the port does not work with the new libgcrypt and needs to be updated. No action, because ports don't work with the new libgcrypt and need to be updated, maintainers informed: security/newpg security/pinentry security/dirmngr emulators/fuse emulators/libspectrum Notes: svn path=/head/; revision=108267
* 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 0.5.4Sergei Kolobov2004-03-103-12/+9
| | | | | | | | Forgotten by: sergei Reminded by: Herbert J. Skuhra <herbert.skuhra@gmx.at> Notes: svn path=/head/; revision=103493
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
| | | | Notes: svn path=/head/; revision=99525
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=91927
* - Backout last commit to build gnutls successfullyKirill Ponomarev2003-09-263-8/+11
| | | | | | | | | | - Bump PORTEPOCH Submitted by: maintainer Discussed with: gnutls developers, maintainer Notes: svn path=/head/; revision=89443
* - Update to 0.5.1Kirill Ponomarev2003-09-243-10/+8
| | | | | | | | PR: 57141 Submitted by: maintainer Notes: svn path=/head/; revision=89160
* - Update to 0.4.5Christian Weisgerber2003-02-274-19/+32
| | | | | | | | | | - Use DOCSDIR and EXAMPLESDIR in pkg-plist PR: 48705 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=76593
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Use MASTER_SITE_GNUPGTilman Keskinoz2003-02-151-2/+2
| | | | Notes: svn path=/head/; revision=75559
* - Make portlint happy (remove space at EOL)Norikatsu Shigemura2003-01-282-4/+5
| | | | | | | | | | | - Remove useless .la files - Make REINPLACE_CMD invocation a bit more readable (at least IMO) PR: ports/47524 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) Notes: svn path=/head/; revision=74181
* Unbreak on CURRENT. Re-sort MASTER_SITESTilman Keskinoz2003-01-242-7/+21
| | | | | | | | PR: 47439 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=73956
* Add opencdk, Open Crypto Development Kit, libary for basic parts of the ↵Tilman Keskinoz2003-01-186-0/+89
OpenPGP message format PR: 47103 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=73428