| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
07 Feb 2013 09:54:34
2.14
|
avilla  |
- Fix installation on 10-CURRENT amd64.
Approved by: novel (maintainer) |
06 Feb 2013 16:59:35
2.14
|
novel  |
Update to 2.14.
This makes gnutls properly build with system libtasn1.
Submitted by: Herbert J. Skuhra <hskuhra@eumx.net> |
10 Jun 2012 05:38:22
2.13
|
novel  |
Update to 2.13. |
21 Mar 2012 22:10:14
2.12
|
delphij  |
Update to 2.12.
With hat: secteam
Security: 2e7e9072-73a0-11e1-a883-001cc0a36e12
Feature safe: yes |
30 Nov 2011 00:40:38
2.11  |
novel  |
Update to 2.11.
Feature safe: yes |
09 Nov 2011 15:26:04
2.10  |
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
30 Oct 2011 03:36:24
2.10  |
novel  |
Update to 2.10. |
28 Oct 2011 18:00:25
2.9  |
miwi  |
- Fix build FreeBSD 10 |
31 Dec 2010 13:07:24
2.9  |
novel  |
- Update to 2.9
- Point WWW to libtasn1's own page at gnu.org |
23 Oct 2010 19:08:39
2.8  |
novel  |
Update to 2.8. |
24 Jul 2010 12:10:40
2.7  |
novel  |
Update to 2.7. |
03 May 2010 18:39:48
2.6  |
novel  |
Update to 2.6. |
09 Feb 2010 18:55:53
2.4  |
novel  |
Update to 2.4.
PR: 143269
Submitted by: Hung-Yi Chen <gaod@hychen.org> |
21 Aug 2009 16:10:48
2.3  |
novel  |
Update to 2.3. |
10 May 2009 00:37:23
2.1  |
novel  |
Update to 2.1. |
18 Jan 2009 17:02:03
1.8  |
novel  |
Update to 1.8. |
30 Aug 2008 12:03:51
1.5  |
novel  |
Update to 1.5. |
21 Aug 2008 06:18:49
1.4  |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
19 Jun 2008 06:02:47
1.4  |
novel  |
Update to 1.4. |
20 Mar 2008 10:03:51
1.3  |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
03 Mar 2008 12:51:09
1.3  |
novel  |
Update to 1.3. |
29 Oct 2007 17:44:49
1.1  |
novel  |
Update to 1.1. |
23 Jul 2007 09:36:52
0.3.10  |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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 |
28 May 2007 13:23:57
0.3.10  |
novel  |
Update to 0.3.10. |
25 Mar 2007 11:51:25
0.3.9  |
novel  |
Update to 0.3.9. |
02 Jan 2007 13:15:47
0.3.8  |
novel  |
Update 0.3.8. |
24 Aug 2006 13:32:01
0.3.6  |
novel  |
Update to 0.3.6. |
08 Jul 2006 17:48:34
0.3.5  |
novel  |
Update to 0.3.5. |
12 May 2006 02:59:47
0.3.4  |
novel  |
Update to 0.3.4. |
05 May 2006 16:01:41
0.3.1  |
novel  |
Update to 0.3.1. |
23 Feb 2006 10:40:45
0.2.18_1  |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
10 Feb 2006 16:26:21
0.2.18  |
novel  |
Update to 0.2.18 - a security release which fixes bugs in the DER decoder. |
28 Nov 2005 13:18:36
0.2.17  |
novel  |
Update to 0.2.17. |
15 Nov 2005 06:52:12
0.2.13  |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
30 Aug 2005 14:28:29
0.2.13  |
sergei  |
- Pass maintainership of gnutls, libtasn1 and opencdk ports to
Roman Bogorodskiy (novel) who kindly agreed to look after them |
12 Apr 2005 03:26:57
0.2.13  |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.2.13  |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
07 Feb 2005 12:26:09
0.2.13  |
sergei  |
- Update to 0.2.13
- Install info and man pages
- Verify PGP signatures if USE_GPG infrastructure is available |
06 Aug 2004 22:42:49
0.2.10  |
sergei  |
- Update to 0.2.10
- Switch to using libtool 1.5 installed from ports |
09 Jul 2004 17:43:11
0.2.7  |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
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 |
14 Mar 2004 06:17:56
0.2.7  |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
05 Mar 2004 23:03:00
0.2.7  |
sergei  |
- Update to 0.2.7
- Remove USE_REINPLACE: no need for s/malloc.h/stdlib.h/ anymore |
30 Jan 2004 16:03:29
0.2.5  |
sergei  |
SIZE *DOES* MATTER. |
23 Oct 2003 05:42:49
0.2.5  |
sergei  |
Change to my @FreeBSD.org address.
Approved by: krion |
24 Sep 2003 09:12:47
0.2.5  |
krion  |
- Update to 0.2.5
PR: 57139
Submitted by: maintainer |
18 Apr 2003 05:38:50
0.2.4  |
edwin  |
[MAINTAINER] security/libtasn1: convert to USE_GETOPT_LONG
Convert to USE_GETOPT_LONG=yes
Tested on: 4.8-STABLE, 5.0-CURRENT
PR: ports/51093
Submitted by: Sergei Kolobov <sergei@kolobov.com> |
30 Mar 2003 23:06:43
0.2.4  |
edwin  |
[MAINTAINER] Update security/libtasn1 to 0.2.4
PR: ports/50437
Submitted by: Sergei Kolobov <sergei@kolobov.com> |
26 Mar 2003 06:56:17
0.2.3  |
kevlo  |
Update to 0.2.3
PR: 50288
Submitted by: MAINTAINER |
18 Mar 2003 01:49:27
0.2.1  |
naddy  |
Use OSVERSION to check for getopt_long(), fixes INDEX build.
Reported by: kris
Approved by: kris |
27 Feb 2003 20:09:41
0.2.1  |
naddy  |
- Update to 0.2.1
- Bumped shlib version to 1
- Conditionalize libgnugetopt dependency
PR: 48702
Submitted by: Sergei Kolobov <sergei@kolobov.com> |
21 Feb 2003 13:26:58
0.1.2  |
knu  |
De-pkg-comment. |
15 Feb 2003 11:14:56
0.1.2  |
arved  |
Use MASTER_SITE_GNUPG |
28 Jan 2003 22:19:12
0.1.2  |
nork  |
- Re-sort MASTER_SITES (primary site is temporarily unavailable)
- 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) |
18 Jan 2003 21:11:45
0.1.2  |
arved  |
Add a working MASTER_SITE. |
07 Jan 2003 13:44:33
0.1.2  |
edwin  |
[NEW PORT] security/libtasn1: ASN.1 parser library for GnuTLS
XASN.1 structure parser library
PR: ports/45347
Submitted by: Sergei Kolobov <sergei@kolobov.com> |