aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls
Commit message (Collapse)AuthorAgeFilesLines
* Clean out MASTER_SITES.Roman Bogorodskiy2009-03-141-6/+3
| | | | | | | Reported by: Atom Powers <apowers@digipen.edu> Notes: svn path=/head/; revision=230022
* Update to 2.6.4.Roman Bogorodskiy2009-02-122-5/+4
| | | | Notes: svn path=/head/; revision=228136
* Chase libtasn1 shared library version bump.Roman Bogorodskiy2009-01-181-2/+3
| | | | Notes: svn path=/head/; revision=226372
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-5/+0
| | | | Notes: svn path=/head/; revision=225335
* - Update to 2.6.3Roman Bogorodskiy2009-01-066-56/+46
| | | | | | | | | | | - Remove WITH_OPENCDK knob since it's not relevant anymore - Add WITH_LZO knob PR: 127330 (partially) Submitted by: Yarema <yds@CoolRat.org> Notes: svn path=/head/; revision=225334
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-2/+2
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* - Fix the patch for CVE-2008-4989 not to cause segfaults on runtime anymorePav Lucistnik2008-11-192-18/+1
| | | | | | | | PR: ports/128868 Obtained from: vendor Notes: svn path=/head/; revision=223034
* - Update to 2.4.2Roman Bogorodskiy2008-11-163-5/+42
| | | | | | | | | | - Fix CVE-2008-4989 PR: 128868 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Notes: svn path=/head/; revision=222916
* 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
* Fix broken header installed by gnutls: it would silently break portsXin LI2008-07-302-0/+12
| | | | | | | that makes use of gnutls_certificate_print_formats_t enum. Notes: svn path=/head/; revision=217838
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Update to 2.4.1.Roman Bogorodskiy2008-07-014-46/+5
| | | | Notes: svn path=/head/; revision=216082
* Update to 2.4.0.Roman Bogorodskiy2008-06-236-8/+107
| | | | | | | | | Unlike previous major version bumps, this time ABI hasn't changed, so the shared libraries' versions stayed the same. Therefore, this update doesn't requite any special handling. Notes: svn path=/head/; revision=215638
* Add WITHOUT_OPENCDK and WITHOUT_LIBTASN1 knobs to respect if theRoman Bogorodskiy2008-06-151-2/+6
| | | | | | | | | | | user wishes to build gnutls with the included versions instead of the ones from ports. PR: 121357 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Notes: svn path=/head/; revision=214878
* 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
* Update to 2.2.5.Roman Bogorodskiy2008-05-202-4/+4
| | | | | | | | PR: 123828 Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org> Notes: svn path=/head/; revision=213389
* Update to 2.2.2.Roman Bogorodskiy2008-03-034-37/+46
| | | | Notes: svn path=/head/; revision=208374
* Add --disable-guild to CONFIGURE_ARGS to avoid build problem with guile.Roman Bogorodskiy2008-03-031-1/+1
| | | | | | | Reported by: marcus Notes: svn path=/head/; revision=208368
* Chase libgcrypt library versionTilman Keskinoz2008-02-281-2/+2
| | | | Notes: svn path=/head/; revision=208144
* Chase opencdk shared lib version change.Roman Bogorodskiy2007-10-311-2/+3
| | | | | | | Approved by: portmgr (pav) (as a part of security/opencdk commit) Notes: svn path=/head/; revision=202451
* Update to 2.0.2.Roman Bogorodskiy2007-10-294-8/+47
| | | | Notes: svn path=/head/; revision=202309
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.6.3Roman Bogorodskiy2007-07-014-11/+14
| | | | | | | | - Use ltverhack to avoid unnecessary shared library version changes in future Notes: svn path=/head/; revision=194563
* Update to 1.6.2.Roman Bogorodskiy2007-04-303-5/+5
| | | | Notes: svn path=/head/; revision=191212
* Track libgpg-error shlib version change.Jean-Yves Lefort2007-03-081-2/+2
| | | | Notes: svn path=/head/; revision=186897
* Chase security/opencdk update.Roman Bogorodskiy2007-02-141-2/+3
| | | | Notes: svn path=/head/; revision=185170
* - Fix build with 4.XMartin Wilke2007-01-071-0/+1
| | | | | | | Approved by: novel@ Notes: svn path=/head/; revision=181716
* Update to 1.6.1.Roman Bogorodskiy2007-01-024-8/+22
| | | | Notes: svn path=/head/; revision=181261
* Update to 1.4.5.Roman Bogorodskiy2006-11-092-5/+4
| | | | Notes: svn path=/head/; revision=176948
* - Chase libgpg-error version bump [1]Sergei Kolobov2006-09-221-1/+2
| | | | | | | | | | | | - Add explicit version to libgpg-error dependency where missing [2] - Bump PORTREVISION [1] Approved by: maintainers (arved, lofi, novel, ports at mcdermottroe dot com) [1] Suggested by: novel, lofi [2] Notes: svn path=/head/; revision=173573
* - Update to 1.4.4Roman Bogorodskiy2006-09-142-5/+5
| | | | | | | - Replace INSTALLS_SHLIB with USE_LDCONFIG Notes: svn path=/head/; revision=172992
* Update to 1.4.3.Roman Bogorodskiy2006-09-082-4/+4
| | | | Notes: svn path=/head/; revision=172579
* Update to 1.4.2.Roman Bogorodskiy2006-08-122-4/+4
| | | | Notes: svn path=/head/; revision=170388
* - Update to 1.4.1Roman Bogorodskiy2006-07-143-5/+7
| | | | | | | | - Remove --with-included-libtasn1 from CONFIGURE_ARGS (should have been done that earlier actually) Notes: svn path=/head/; revision=167818
* Update to 1.4.0.Roman Bogorodskiy2006-07-064-297/+354
| | | | Notes: svn path=/head/; revision=167067
* Fix libtasn1 dependency.Roman Bogorodskiy2006-05-191-1/+1
| | | | | | | | | PR: 97487 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Pointyhat to: tmclaugh Notes: svn path=/head/; revision=162774
* Move opencdk and libtasn1 detection to after bsd.port.pre.mk so they canTom McLaughlin2006-05-171-8/+8
| | | | | | | be properly detected if already installed. Notes: svn path=/head/; revision=162670
* - Update to 1.2.11Roman Bogorodskiy2006-05-122-12/+11
| | | | | | | | | - Order MASTER_SITEs by relevance - Allow using libtasn1 from ports (disabled in previous commit due to problems) Notes: svn path=/head/; revision=162152
* Temporary allow using included libtasn1 only to fix build.Roman Bogorodskiy2006-05-061-4/+4
| | | | | | | | | PR: 96838, 96833 Submitted by: Carl Fongheiser <kf0yn@mchsi.com>, Kyryll A Mirnenko <mirya@matrix.ua> Notes: svn path=/head/; revision=161463
* Chase security/libtasn1 shlib version bump.Roman Bogorodskiy2006-05-051-3/+3
| | | | Notes: svn path=/head/; revision=161426
* - Chase libgpg-error shlib version bump (.1 -> .2)Sergei Kolobov2006-05-031-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=161270
* - Depend on texinfo from ports only when it is really needed [1]Roman Bogorodskiy2006-03-161-3/+6
| | | | | | | | | - Remove USE_REINPLACE Submitted by: nork [1] Notes: svn path=/head/; revision=157434
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 1.2.10 - a security release which fixes bugs inRoman Bogorodskiy2006-02-102-4/+4
| | | | | | | libtasn1's DER decoder Notes: svn path=/head/; revision=155662
* Update to 1.2.9.Roman Bogorodskiy2006-01-094-33/+398
| | | | Notes: svn path=/head/; revision=153141
* 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
* - Revive CONFLICTS with gnutls-devel [1]Roman Bogorodskiy2005-09-112-4/+3
| | | | | | | | | | - Do not build static libraries [2] Requested by: kris [1] vs [2] Notes: svn path=/head/; revision=142431
* Don't CONFLICTS with gnutls-devel since it has been removed.Roman Bogorodskiy2005-09-091-2/+0
| | | | Notes: svn path=/head/; revision=142294
* - 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