notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/libtasn1/Makefile
SVNWeb

Number of commits found: 88

Sun, 30 Oct 2022
[ 15:49 Roman Bogorodskiy (novel) search for other commits by this committer ]    commit hash:ecdb8004221e5ed604e45c07bf5419c7d7810bd2  commit hash:ecdb8004221e5ed604e45c07bf5419c7d7810bd2  commit hash:ecdb8004221e5ed604e45c07bf5419c7d7810bd2  ecdb800 
security/libtasn1: update to 4.19.0
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  857c05f  (Only the first 10 of 840 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 30 Dec 2021
[ 10:54 Roman Bogorodskiy (novel) search for other commits by this committer ]    commit hash:9724b5e9e0b31a29080565f3bbbd7f3f4fcf3499  commit hash:9724b5e9e0b31a29080565f3bbbd7f3f4fcf3499  commit hash:9724b5e9e0b31a29080565f3bbbd7f3f4fcf3499  9724b5e 
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
Sun, 14 Nov 2021
[ 04:32 Roman Bogorodskiy (novel) search for other commits by this committer ]    commit hash:8c2660d1f58278e57f2deb07da56b1da9bd86f13  commit hash:8c2660d1f58278e57f2deb07da56b1da9bd86f13  commit hash:8c2660d1f58278e57f2deb07da56b1da9bd86f13  8c2660d 
security/libtasn1: update to 4.18.0
Sun, 16 May 2021
[ 04:32 Roman Bogorodskiy (novel) search for other commits by this committer ]    commit hash:439e8e2baaf2ae026254b816b911fe15734ba55c  commit hash:439e8e2baaf2ae026254b816b911fe15734ba55c  commit hash:439e8e2baaf2ae026254b816b911fe15734ba55c  439e8e2 
security/libtasn1: update to 4.17.0
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 11 Jan 2021
[ 15:19 novel search for other commits by this committer ] Original commit   Revision:561219
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
Tue, 14 Apr 2020
[ 16:18 novel search for other commits by this committer ] Original commit   Revision:531703
security/libtasn1: update to 4.16.0
Wed, 15 Jan 2020
[ 15:55 novel search for other commits by this committer ] Original commit   Revision:523120
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
Thu, 28 Nov 2019
[ 10:37 pkubaj search for other commits by this committer ] Original commit   Revision:518573
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)
Sat, 23 Nov 2019
[ 12:16 novel search for other commits by this committer ] Original commit   Revision:518224
security/libtasn1: update to 4.15.0
Tue, 23 Jul 2019
[ 16:03 novel search for other commits by this committer ] Original commit   Revision:507222
security/libtasn1: update to 4.14
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
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
Fri, 19 Jan 2018
[ 15:44 novel search for other commits by this committer ] Original commit   Revision:459431
security/libtasn1: update to 4.13

While here, reorder USE* to pet portlint.
Sat, 3 Jun 2017
[ 16:02 novel search for other commits by this committer ] Original commit   Revision:442505
security/libtasn1: update to 4.12
Fri, 20 Jan 2017
[ 16:53 novel search for other commits by this committer ] Original commit   Revision:431971
security/libtasn1: update to 4.10
Thu, 1 Dec 2016
[ 21:00 sunpoet search for other commits by this committer ] Original commit   Revision:427521
- Add LICENSE
- Convert to options target helper

Approved by:	portmgr (blanket)
Thu, 28 Jul 2016
[ 00:47 novel search for other commits by this committer ] Original commit   Revision:419204
security/libtasn1: update to 4.9

Add '--disable-gcc-warnings' to CONFIGURE_ARGS to prevent
using '-Werror' that causes spurious build failures.
Sun, 17 Apr 2016
[ 02:50 novel search for other commits by this committer ] Original commit   Revision:413488
security/libtasn1: update to 4.8
Tue, 15 Sep 2015
[ 16:54 novel search for other commits by this committer ] Original commit   Revision:397006
Update to 4.7.
Sat, 5 Sep 2015
[ 09:53 novel search for other commits by this committer ] Original commit   Revision:396164
Update to 4.6.
Thu, 21 May 2015
[ 18:20 antoine search for other commits by this committer ] Original commit   Revision:386950
Properly register info page

PR:		199980
Approved by:	maintainer timeout (2 weeks)
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Fri, 1 May 2015
[ 04:23 novel search for other commits by this committer ] Original commit   Revision:385082
Update to 4.5.
Sat, 18 Apr 2015
[ 03:22 novel search for other commits by this committer ] Original commit   Revision:384204
Update to 4.4.

Security:	CVE-2015-2806
Sun, 29 Mar 2015
[ 08:46 novel search for other commits by this committer ] Original commit   Revision:382572
Add CPE information.

PR:		198833
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
Sun, 21 Sep 2014
[ 12:00 novel search for other commits by this committer ] Original commit   Revision:368742
Update to 4.2.
Mon, 25 Aug 2014
[ 17:24 novel search for other commits by this committer ] Original commit   Revision:366105
Update to 4.1.
Mon, 28 Jul 2014
[ 06:43 novel search for other commits by this committer ] Original commit   Revision:363113 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 3 Nov 2013
[ 09:20 novel search for other commits by this committer ] Original commit   Revision:332595
- Update to 3.3
- Add stage support
- Fix WWW line to pet portlint
Sun, 22 Sep 2013
[ 18:05 bapt search for other commits by this committer ] Original commit   Revision:327888 (Only the first 10 of 132 ports in this commit are shown above. View all ports for this commit)
Fix NO_STAGE attribution
Fri, 20 Sep 2013
[ 22:55 bapt search for other commits by this committer ] Original commit   Revision:327769 (Only the first 10 of 1016 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Sat, 1 Jun 2013
[ 16:47 novel search for other commits by this committer ] Original commit   Revision:319580
Convert to USES for pkgconfig and pkgconfig.

PR:		178313
Submitted by:	Kimmo Paasiala <kpaasial@gmail.com>
Thu, 7 Feb 2013
[ 09:54 avilla search for other commits by this committer ] Original commit   Revision:311822
- Fix installation on 10-CURRENT amd64.

Approved by:	novel (maintainer)
Wed, 6 Feb 2013
[ 16:59 novel search for other commits by this committer ] Original commit   Revision:311781
Update to 2.14.

This makes gnutls properly build with system libtasn1.

Submitted by:	Herbert J. Skuhra <hskuhra@eumx.net>
Sun, 10 Jun 2012
[ 05:38 novel search for other commits by this committer ] Original commit 
Update to 2.13.
Wed, 21 Mar 2012
[ 22:10 delphij search for other commits by this committer ] Original commit 
Update to 2.12.

With hat:       secteam
Security:       2e7e9072-73a0-11e1-a883-001cc0a36e12
Feature safe:   yes
Wed, 30 Nov 2011
[ 00:40 novel search for other commits by this committer ] Original commit 
Update to 2.11.

Feature safe:   yes
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Sun, 30 Oct 2011
[ 03:36 novel search for other commits by this committer ] Original commit 
Update to 2.10.
Fri, 28 Oct 2011
[ 18:00 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Fix build FreeBSD 10
Fri, 31 Dec 2010
[ 13:07 novel search for other commits by this committer ] Original commit 
- Update to 2.9
- Point WWW to libtasn1's own page at gnu.org
Sat, 23 Oct 2010
[ 19:08 novel search for other commits by this committer ] Original commit 
Update to 2.8.
Sat, 24 Jul 2010
[ 12:10 novel search for other commits by this committer ] Original commit 
Update to 2.7.
Mon, 3 May 2010
[ 18:39 novel search for other commits by this committer ] Original commit 
Update to 2.6.
Tue, 9 Feb 2010
[ 18:55 novel search for other commits by this committer ] Original commit 
Update to 2.4.

PR:             143269
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
Fri, 21 Aug 2009
[ 16:10 novel search for other commits by this committer ] Original commit 
Update to 2.3.
Sun, 10 May 2009
[ 00:37 novel search for other commits by this committer ] Original commit 
Update to 2.1.
Sun, 18 Jan 2009
[ 17:02 novel search for other commits by this committer ] Original commit 
Update to 1.8.
Sat, 30 Aug 2008
[ 12:03 novel search for other commits by this committer ] Original commit 
Update to 1.5.
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 19 Jun 2008
[ 06:02 novel search for other commits by this committer ] Original commit 
Update to 1.4.
Thu, 20 Mar 2008
[ 10:03 pav search for other commits by this committer ] Original commit  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Mon, 3 Mar 2008
[ 12:51 novel search for other commits by this committer ] Original commit 
Update to 1.3.
Mon, 29 Oct 2007
[ 17:44 novel search for other commits by this committer ] Original commit 
Update to 1.1.
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 28 May 2007
[ 13:23 novel search for other commits by this committer ] Original commit 
Update to 0.3.10.
Sun, 25 Mar 2007
[ 11:51 novel search for other commits by this committer ] Original commit 
Update to 0.3.9.
Tue, 2 Jan 2007
[ 13:15 novel search for other commits by this committer ] Original commit 
Update 0.3.8.
Thu, 24 Aug 2006
[ 13:32 novel search for other commits by this committer ] Original commit 
Update to 0.3.6.
Sat, 8 Jul 2006
[ 17:48 novel search for other commits by this committer ] Original commit 
Update to 0.3.5.
Fri, 12 May 2006
[ 02:59 novel search for other commits by this committer ] Original commit 
Update to 0.3.4.
Fri, 5 May 2006
[ 16:01 novel search for other commits by this committer ] Original commit 
Update to 0.3.1.
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Fri, 10 Feb 2006
[ 16:26 novel search for other commits by this committer ] Original commit 
Update to 0.2.18 - a security release which fixes bugs in the DER decoder.
Mon, 28 Nov 2005
[ 13:18 novel search for other commits by this committer ] Original commit 
Update to 0.2.17.
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 30 Aug 2005
[ 14:28 sergei search for other commits by this committer ] Original commit 
- Pass maintainership of gnutls, libtasn1 and opencdk ports to
  Roman Bogorodskiy (novel) who kindly agreed to look after them
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Mon, 7 Feb 2005
[ 12:26 sergei search for other commits by this committer ] Original commit 
- Update to 0.2.13
- Install info and man pages
- Verify PGP signatures if USE_GPG infrastructure is available
Fri, 6 Aug 2004
[ 22:42 sergei search for other commits by this committer ] Original commit 
- Update to 0.2.10
- Switch to using libtool 1.5 installed from ports
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
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
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 5 Mar 2004
[ 23:03 sergei search for other commits by this committer ] Original commit 
- Update to 0.2.7
- Remove USE_REINPLACE: no need for s/malloc.h/stdlib.h/ anymore
Thu, 23 Oct 2003
[ 05:42 sergei search for other commits by this committer ] Original commit  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Change to my @FreeBSD.org address.

Approved by:    krion
Wed, 24 Sep 2003
[ 09:12 krion search for other commits by this committer ] Original commit 
- Update to 0.2.5

PR:             57139
Submitted by:   maintainer
Fri, 18 Apr 2003
[ 05:38 edwin search for other commits by this committer ] Original commit 
[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>
Sun, 30 Mar 2003
[ 23:06 edwin search for other commits by this committer ] Original commit 
[MAINTAINER] Update security/libtasn1 to 0.2.4

PR:             ports/50437
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Wed, 26 Mar 2003
[ 06:56 kevlo search for other commits by this committer ] Original commit 
Update to 0.2.3

PR: 50288
Submitted by: MAINTAINER
Tue, 18 Mar 2003
[ 01:49 naddy search for other commits by this committer ] Original commit 
Use OSVERSION to check for getopt_long(), fixes INDEX build.

Reported by:    kris
Approved by:    kris
Thu, 27 Feb 2003
[ 20:09 naddy search for other commits by this committer ] Original commit 
- Update to 0.2.1
- Bumped shlib version to 1
- Conditionalize libgnugetopt dependency

PR:             48702
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Fri, 21 Feb 2003
[ 13:26 knu search for other commits by this committer ] Original commit  (Only the first 10 of 242 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sat, 15 Feb 2003
[ 11:14 arved search for other commits by this committer ] Original commit 
Use MASTER_SITE_GNUPG
Tue, 28 Jan 2003
[ 22:19 nork search for other commits by this committer ] Original commit 
- 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)
Sat, 18 Jan 2003
[ 21:11 arved search for other commits by this committer ] Original commit 
Add a working MASTER_SITE.
Tue, 7 Jan 2003
[ 13:44 edwin search for other commits by this committer ] Original commit 
[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>

Number of commits found: 88