aboutsummaryrefslogtreecommitdiff
path: root/security/libtasn1
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.8.Roman Bogorodskiy2009-01-183-6/+8
| | | | Notes: svn path=/head/; revision=226371
* Update to 1.5.Roman Bogorodskiy2008-08-302-4/+4
| | | | Notes: svn path=/head/; revision=219449
* 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 1.4.Roman Bogorodskiy2008-06-193-17/+4
| | | | Notes: svn path=/head/; revision=215234
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* Update to 1.3.Roman Bogorodskiy2008-03-032-4/+4
| | | | Notes: svn path=/head/; revision=208377
* Update to 1.1.Roman Bogorodskiy2007-10-292-4/+4
| | | | Notes: svn path=/head/; revision=202322
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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 0.3.10.Roman Bogorodskiy2007-05-282-4/+4
| | | | Notes: svn path=/head/; revision=192177
* Update to 0.3.9.Roman Bogorodskiy2007-03-252-4/+4
| | | | Notes: svn path=/head/; revision=188272
* Update 0.3.8.Roman Bogorodskiy2007-01-022-5/+5
| | | | Notes: svn path=/head/; revision=181272
* Update to 0.3.6.Roman Bogorodskiy2006-08-242-4/+4
| | | | Notes: svn path=/head/; revision=171329
* Update to 0.3.5.Roman Bogorodskiy2006-07-082-4/+5
| | | | Notes: svn path=/head/; revision=167202
* Update to 0.3.4.Roman Bogorodskiy2006-05-123-4/+10
| | | | Notes: svn path=/head/; revision=162151
* Update to 0.3.1.Roman Bogorodskiy2006-05-053-11/+16
| | | | Notes: svn path=/head/; revision=161425
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 0.2.18 - a security release which fixes bugs in the DER decoder.Roman Bogorodskiy2006-02-102-4/+4
| | | | Notes: svn path=/head/; revision=155661
* Update to 0.2.17.Roman Bogorodskiy2005-11-283-7/+11
| | | | Notes: svn path=/head/; revision=149778
* 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
* - Update to 0.2.13Sergei Kolobov2005-02-073-8/+37
| | | | | | | | - Install info and man pages - Verify PGP signatures if USE_GPG infrastructure is available Notes: svn path=/head/; revision=128222
* - Update to 0.2.10Sergei Kolobov2004-08-063-6/+8
| | | | | | | - Switch to using libtool 1.5 installed from ports Notes: svn path=/head/; revision=115533
* 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
* 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.2.7Sergei Kolobov2004-03-052-9/+3
| | | | | | | - Remove USE_REINPLACE: no need for s/malloc.h/stdlib.h/ anymore Notes: svn path=/head/; revision=103055
* 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
* - Update to 0.2.5Kirill Ponomarev2003-09-242-5/+3
| | | | | | | | PR: 57139 Submitted by: maintainer Notes: svn path=/head/; revision=89163
* [MAINTAINER] security/libtasn1: convert to USE_GETOPT_LONGEdwin Groothuis2003-04-181-10/+2
| | | | | | | | | | | Convert to USE_GETOPT_LONG=yes Tested on: 4.8-STABLE, 5.0-CURRENT PR: ports/51093 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=79189
* [MAINTAINER] Update security/libtasn1 to 0.2.4Edwin Groothuis2003-03-302-2/+2
| | | | | | | | PR: ports/50437 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=77769
* Update to 0.2.3Kevin Lo2003-03-263-3/+4
| | | | | | | | PR: 50288 Submitted by: MAINTAINER Notes: svn path=/head/; revision=77469
* Use OSVERSION to check for getopt_long(), fixes INDEX build.Christian Weisgerber2003-03-181-7/+9
| | | | | | | | Reported by: kris Approved by: kris Notes: svn path=/head/; revision=77149
* - Update to 0.2.1Christian Weisgerber2003-02-274-20/+31
| | | | | | | | | | | - Bumped shlib version to 1 - Conditionalize libgnugetopt dependency PR: 48702 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=76592
* 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=75560
* - Re-sort MASTER_SITES (primary site is temporarily unavailable)Norikatsu Shigemura2003-01-285-40/+14
| | | | | | | | | | | | - Use REINPLACE instead of 3 individual patches - Allow user to specify their own CPPFLAGS and LDFLAGS - Remove useless .la files PR: ports/47522 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) Notes: svn path=/head/; revision=74182
* Add a working MASTER_SITE.Tilman Keskinoz2003-01-181-1/+2
| | | | Notes: svn path=/head/; revision=73426
* [NEW PORT] security/libtasn1: ASN.1 parser library for GnuTLSEdwin Groothuis2003-01-078-0/+100
XASN.1 structure parser library PR: ports/45347 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=72694