Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.19.0_1 27 Jan 2024 12:36:28 |
Muhammad Moinur Rahman (bofh) |
security/libtasn1: Moved man to share/man
Approved by: portmgr (blanket) |
4.19.0 30 Oct 2022 15:49:42 |
Roman Bogorodskiy (novel) |
security/libtasn1: update to 4.19.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.18.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.18.0 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.18.0 30 Dec 2021 10:54:55 |
Roman Bogorodskiy (novel) |
security/libtasn1: remove clang workaround
The previously applied clang 10+ workaround which lowered -O
optimization to -O1 appears to be no longer needed according to the
upstream issue https://gitlab.com/gnutls/libtasn1/-/issues/30.
PR: 252548
Reported by: Brad Smith |
4.18.0 14 Nov 2021 04:32:18 |
Roman Bogorodskiy (novel) |
security/libtasn1: update to 4.18.0 |
4.17.0 16 May 2021 04:32:40 |
Roman Bogorodskiy (novel) |
security/libtasn1: update to 4.17.0 |
4.16.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.16.0_1 11 Jan 2021 15:19:09 |
novel |
security/libtasn1: add a workaround for clang 10+
When compiled with clang 10+ and -O[2-9], the resulting package
fails to parse certificates.
As a workaround, downgrade optimization to -O1.
Upstream issue: https://gitlab.com/gnutls/libtasn1/-/issues/30
PR: 252548
Reported by: rozhuk.im@gmail.com |
4.16.0 14 Apr 2020 16:18:33 |
novel |
security/libtasn1: update to 4.16.0 |
4.15.0 15 Jan 2020 15:55:12 |
novel |
security/libtasn1: Drop gmake, add "make test", minor cosmetic changes
- Remove gmake dependency
- Sort USES in alphabetical order
- Add "make test" functionality
Submitted by: Daniel Engberg
Differential Revision: https://reviews.freebsd.org/D23137 |
4.15.0 28 Nov 2019 10:37:18 |
pkubaj |
security/libtasn1: fix build on GCC architectures
After last update the port uses C99:
corpus2array.c:123: error: 'for' loop initial declaration used outside C99 mode
PR: 242278
Approved by: novel (maintainer), linimon (mentor) |
4.15.0 23 Nov 2019 12:16:53 |
novel |
security/libtasn1: update to 4.15.0 |
4.14 23 Jul 2019 16:03:49 |
novel |
security/libtasn1: update to 4.14 |
4.13_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.13 19 Jan 2018 15:44:49 |
novel |
security/libtasn1: update to 4.13
While here, reorder USE* to pet portlint. |
4.12 03 Jun 2017 16:02:26 |
novel |
security/libtasn1: update to 4.12 |
4.10 20 Jan 2017 16:53:25 |
novel |
security/libtasn1: update to 4.10 |
4.9 01 Dec 2016 21:00:53 |
sunpoet |
- Add LICENSE
- Convert to options target helper
Approved by: portmgr (blanket) |
4.9 28 Jul 2016 00:47:00 |
novel |
security/libtasn1: update to 4.9
Add '--disable-gcc-warnings' to CONFIGURE_ARGS to prevent
using '-Werror' that causes spurious build failures. |
4.8 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
4.8 17 Apr 2016 02:50:39 |
novel |
security/libtasn1: update to 4.8 |
4.7 15 Sep 2015 16:54:14 |
novel |
Update to 4.7. |
4.6 05 Sep 2015 09:53:22 |
novel |
Update to 4.6. |
4.5_1 21 May 2015 18:20:51 |
antoine |
Properly register info page
PR: 199980
Approved by: maintainer timeout (2 weeks) |
4.5 18 May 2015 19:18:15 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
4.5 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
4.5 01 May 2015 04:23:31 |
novel |
Update to 4.5. |
4.4 18 Apr 2015 03:22:00 |
novel |
Update to 4.4.
Security: CVE-2015-2806 |
4.2 29 Mar 2015 08:46:14 |
novel |
Add CPE information.
PR: 198833
Submitted by: shun <shun.fbsd.pr@dropcut.net> |
4.2 21 Sep 2014 12:00:58 |
novel |
Update to 4.2. |
4.1 25 Aug 2014 17:24:56 |
novel |
Update to 4.1. |
4.0 28 Jul 2014 06:43:09 |
novel |
- Update security/libtasn1 to 4.0
- Add USES= libtool and set INSTALL_TARGET to install-strip
- Drop useless bsd.port.options.mk include
- Bump PORTREVISION of ports that depend on libtasn1 as
shlib version has changed
- Add an UPDATING entry for that
Exp-run by: antoine |
3.3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
3.3 03 Nov 2013 09:20:51 |
novel |
- Update to 3.3
- Add stage support
- Fix WWW line to pet portlint |
2.14 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
2.14 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.14 01 Jun 2013 16:47:48 |
novel |
Convert to USES for pkgconfig and pkgconfig.
PR: 178313
Submitted by: Kimmo Paasiala <kpaasial@gmail.com> |
2.14 07 Feb 2013 09:54:34 |
avilla |
- Fix installation on 10-CURRENT amd64.
Approved by: novel (maintainer) |
2.14 06 Feb 2013 16:59:35 |
novel |
Update to 2.14.
This makes gnutls properly build with system libtasn1.
Submitted by: Herbert J. Skuhra <hskuhra@eumx.net> |
2.13 10 Jun 2012 05:38:22 |
novel |
Update to 2.13. |
2.12 21 Mar 2012 22:10:14 |
delphij |
Update to 2.12.
With hat: secteam
Security: 2e7e9072-73a0-11e1-a883-001cc0a36e12
Feature safe: yes |
2.11 30 Nov 2011 00:40:38 |
novel |
Update to 2.11.
Feature safe: yes |
2.10 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
2.10 30 Oct 2011 03:36:24 |
novel |
Update to 2.10. |
2.9 28 Oct 2011 18:00:25 |
miwi |
- Fix build FreeBSD 10 |
2.9 31 Dec 2010 13:07:24 |
novel |
- Update to 2.9
- Point WWW to libtasn1's own page at gnu.org |
2.8 23 Oct 2010 19:08:39 |
novel |
Update to 2.8. |
2.7 24 Jul 2010 12:10:40 |
novel |
Update to 2.7. |
2.6 03 May 2010 18:39:48 |
novel |
Update to 2.6. |
2.4 09 Feb 2010 18:55:53 |
novel |
Update to 2.4.
PR: 143269
Submitted by: Hung-Yi Chen <gaod@hychen.org> |
2.3 21 Aug 2009 16:10:48 |
novel |
Update to 2.3. |
2.1 10 May 2009 00:37:23 |
novel |
Update to 2.1. |
1.8 18 Jan 2009 17:02:03 |
novel |
Update to 1.8. |
1.5 30 Aug 2008 12:03:51 |
novel |
Update to 1.5. |
1.4 21 Aug 2008 06:18:49 |
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 ) |
1.4 19 Jun 2008 06:02:47 |
novel |
Update to 1.4. |
1.3 20 Mar 2008 10:03:51 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.3 03 Mar 2008 12:51:09 |
novel |
Update to 1.3. |
1.1 29 Oct 2007 17:44:49 |
novel |
Update to 1.1. |
0.3.10 23 Jul 2007 09:36:52 |
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 |
0.3.10 28 May 2007 13:23:57 |
novel |
Update to 0.3.10. |
0.3.9 25 Mar 2007 11:51:25 |
novel |
Update to 0.3.9. |
0.3.8 02 Jan 2007 13:15:47 |
novel |
Update 0.3.8. |
0.3.6 24 Aug 2006 13:32:01 |
novel |
Update to 0.3.6. |
0.3.5 08 Jul 2006 17:48:34 |
novel |
Update to 0.3.5. |
0.3.4 12 May 2006 02:59:47 |
novel |
Update to 0.3.4. |
0.3.1 05 May 2006 16:01:41 |
novel |
Update to 0.3.1. |
0.2.18_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.2.18 10 Feb 2006 16:26:21 |
novel |
Update to 0.2.18 - a security release which fixes bugs in the DER decoder. |
0.2.17 28 Nov 2005 13:18:36 |
novel |
Update to 0.2.17. |
0.2.13 15 Nov 2005 06:52:12 |
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. |
0.2.13 30 Aug 2005 14:28:29 |
sergei |
- Pass maintainership of gnutls, libtasn1 and opencdk ports to
Roman Bogorodskiy (novel) who kindly agreed to look after them |
0.2.13 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.2.13 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.2.13 07 Feb 2005 12:26:09 |
sergei |
- Update to 0.2.13
- Install info and man pages
- Verify PGP signatures if USE_GPG infrastructure is available |
0.2.10 06 Aug 2004 22:42:49 |
sergei |
- Update to 0.2.10
- Switch to using libtool 1.5 installed from ports |
0.2.7 09 Jul 2004 17:43:11 |
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 |
0.2.7 14 Mar 2004 06:17:56 |
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. |
0.2.7 05 Mar 2004 23:03:00 |
sergei |
- Update to 0.2.7
- Remove USE_REINPLACE: no need for s/malloc.h/stdlib.h/ anymore |
0.2.5 30 Jan 2004 16:03:29 |
sergei |
SIZE *DOES* MATTER. |
0.2.5 23 Oct 2003 05:42:49 |
sergei |
Change to my @FreeBSD.org address.
Approved by: krion |
0.2.5 24 Sep 2003 09:12:47 |
krion |
- Update to 0.2.5
PR: 57139
Submitted by: maintainer |
0.2.4 18 Apr 2003 05:38:50 |
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> |
0.2.4 30 Mar 2003 23:06:43 |
edwin |
[MAINTAINER] Update security/libtasn1 to 0.2.4
PR: ports/50437
Submitted by: Sergei Kolobov <sergei@kolobov.com> |
0.2.3 26 Mar 2003 06:56:17 |
kevlo |
Update to 0.2.3
PR: 50288
Submitted by: MAINTAINER |
0.2.1 18 Mar 2003 01:49:27 |
naddy |
Use OSVERSION to check for getopt_long(), fixes INDEX build.
Reported by: kris
Approved by: kris |
0.2.1 27 Feb 2003 20:09:41 |
naddy |
- Update to 0.2.1
- Bumped shlib version to 1
- Conditionalize libgnugetopt dependency
PR: 48702
Submitted by: Sergei Kolobov <sergei@kolobov.com> |
0.1.2 21 Feb 2003 13:26:58 |
knu |
De-pkg-comment. |
0.1.2 15 Feb 2003 11:14:56 |
arved |
Use MASTER_SITE_GNUPG |
0.1.2 28 Jan 2003 22:19:12 |
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) |
0.1.2 18 Jan 2003 21:11:45 |
arved |
Add a working MASTER_SITE. |
0.1.2 07 Jan 2003 13:44:33 |
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> |