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
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: security/opensc/Makefile
SVNWeb

Number of commits found: 84

Wed, 30 Nov 2022
[ 08:22 Alex Dupre (ale) search for other commits by this committer ]    commit hash:b746a92144353a294d16d98f18b1edee4773f528  commit hash:b746a92144353a294d16d98f18b1edee4773f528  commit hash:b746a92144353a294d16d98f18b1edee4773f528  b746a92 
security/opensc: update to 0.23.0 release.
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, 21 Oct 2021
[ 14:27 Stefan Eßer (se) search for other commits by this committer ]    commit hash:dd1edbdc75c9146010efe9714fe722835414c2fd  commit hash:dd1edbdc75c9146010efe9714fe722835414c2fd  commit hash:dd1edbdc75c9146010efe9714fe722835414c2fd  dd1edbd 
security/opensc: Add CPE information

Approved by:	portmgr (blanket)
Mon, 23 Aug 2021
[ 12:43 Alex Dupre (ale) search for other commits by this committer ]    commit hash:bce881ec1ae39539cb9273547d9e6c7d00511174  commit hash:bce881ec1ae39539cb9273547d9e6c7d00511174  commit hash:bce881ec1ae39539cb9273547d9e6c7d00511174  bce881e 
security/opensc: update to 0.22.0 release.
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.
Tue, 24 Nov 2020
[ 16:36 ale search for other commits by this committer ] Original commit   Revision:556174
Update to 0.21.0 release.
Mon, 30 Dec 2019
[ 08:16 ale search for other commits by this committer ] Original commit   Revision:521473
Upgrade to 0.20.0 final release.
Wed, 30 Oct 2019
[ 14:58 ale search for other commits by this committer ] Original commit   Revision:516062
Fix build on powerpc and arm

PR:		241588
Submitted by:	pkubaj
Tue, 29 Oct 2019
[ 11:51 mat search for other commits by this committer ] Original commit   Revision:515975
Fix USE_GITHUB usage.
Thu, 24 Oct 2019
[ 10:43 ale search for other commits by this committer ] Original commit   Revision:515331
Update to 0.20.0-rc3 release.
Tue, 22 Oct 2019
[ 11:21 tobik search for other commits by this committer ] Original commit   Revision:515187
security/opensc: Fix sample config install

Error: Missing: %%ETCDIR%%.conf.sample
[...]
Installing opensc-0.19.0...
cp: /usr/local/etc/opensc.conf.sample: No such file or directory

The build uses USES=autoreconf and patching etc/Makefile.in is a
nop.  Patch etc/Makefile.am instead.

Broken in r500489.
Fri, 12 Jul 2019
[ 02:25 linimon search for other commits by this committer ] Original commit   Revision:506432 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".

For people already testing powerpc on clang, it is possible that they
already have both compilers in base.  Thus, the assumption that "gcc is
in base" (e.g.  libstdc++.so exists) always means "force use of GCC" is
already broken.  It will be for everyone on -CURRENT once the switch is
made.

While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
Tue, 30 Apr 2019
[ 13:38 ale search for other commits by this committer ] Original commit   Revision:500489
Really fix build on GCC based architectures (missing part of previous commit).

PR:		237442
Submitted by:	pkubaj
Thu, 20 Dec 2018
[ 09:02 ale search for other commits by this committer ] Original commit   Revision:487868
Fix build on GCC based architectures.

PR:		234178
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Mon, 8 Oct 2018
[ 08:30 ale search for other commits by this committer ] Original commit   Revision:481524
Update to 0.19.0 release.
Mon, 10 Sep 2018
[ 02:06 linimon search for other commits by this committer ] Original commit   Revision:479351 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Mark various ports broken on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Tue, 26 Jun 2018
[ 10:09 ale search for other commits by this committer ] Original commit   Revision:473380
Update to 0.18.0 release.
Fri, 3 Nov 2017
[ 08:38 ale search for other commits by this committer ] Original commit   Revision:453391
Fix build with disabled SM option.

PR:		223384
Submitted by:	Martin Birgmeier <la5lbtyi@aon.at>
Wed, 1 Nov 2017
[ 11:28 ale search for other commits by this committer ] Original commit   Revision:453275
Bump PORTREVISION.
[ 11:27 ale search for other commits by this committer ] Original commit   Revision:453274
Unbreak support for Feitian ePass2003 token and fix the configure args.

PR:		223353
Submitted by:	Craig Leres
Fri, 27 Oct 2017
[ 07:48 ehaupt search for other commits by this committer ] Original commit   Revision:452966
- convert to options helpers
- use @sample

PR:		220383
Submitted by:	xmj
Approved by:	ale (maintainer)
Thu, 26 Oct 2017
[ 14:26 ale search for other commits by this committer ] Original commit   Revision:452922
Update to 0.17.0 release.

PR:		223265
Submitted by:	ehaupt
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Mon, 20 Jun 2016
[ 10:55 ale search for other commits by this committer ] Original commit   Revision:417150
Update to 0.16.0 release.

PR:		210406
Submitted by:	cmt
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 30 Nov 2015
[ 15:01 ale search for other commits by this committer ] Original commit   Revision:402678
Update to 0.15.0 release.
Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Feb 2015
[ 08:45 ale search for other commits by this committer ] Original commit   Revision:379416
Remove xstproc dependency if DOCS & MANPAGES are not selected.

PR:		195935
Submitted by:	jbeich
Tue, 26 Aug 2014
[ 14:06 tijl search for other commits by this committer ] Original commit   Revision:366215 (Only the first 10 of 227 ports in this commit are shown above. View all ports for this commit)
- Fix missing library problems when the linker enforces explicit linking

PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Tue, 1 Jul 2014
[ 12:50 ale search for other commits by this committer ] Original commit   Revision:359991
Update to 0.14.0 release.
Tue, 13 May 2014
[ 12:33 ale search for other commits by this committer ] Original commit   Revision:353944
Modernize.
Sun, 9 Mar 2014
[ 14:44 miwi search for other commits by this committer ] Original commit   Revision:347641
- Stage support
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)
Tue, 23 Apr 2013
[ 14:20 bapt search for other commits by this committer ] Original commit   Revision:316355 (Only the first 10 of 407 ports in this commit are shown above. View all ports for this commit)
Finish converting the whole ports tree to USES=pkgconfig
Wed, 5 Dec 2012
[ 10:22 ale search for other commits by this committer ] Original commit   Revision:308321
Update to 0.13.0 release.

Feature safe:	yes
Tue, 9 Aug 2011
[ 10:43 ale search for other commits by this committer ] Original commit 
Update to 0.12.2 release.
Thu, 9 Jun 2011
[ 07:04 ale search for other commits by this committer ] Original commit 
Update to 0.12.1 release.
Mon, 27 Dec 2010
[ 09:55 ale search for other commits by this committer ] Original commit 
Update OpenSC to 0.12.0 release.
Wed, 22 Dec 2010
[ 19:16 dougb search for other commits by this committer ] Original commit 
Update libassuan to version 2.0.1:

* Input and output notification handler can now really access the
  parsed fd as stated in the manual.

* Cleaned up the logging.

Bump PORTREVISION and libassuan version number in related ports
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Mon, 28 Jun 2010
[ 07:40 ale search for other commits by this committer ] Original commit 
Even if opensc 0.12.x will drop signer plugin, update it to use libassuan2.

PR:             ports/148164
Submitted by:   lioux
Feature safe:   yes
Mon, 14 Jun 2010
[ 00:42 dougb 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)
Update security/libassuan to version 2.0.0, which is required by gnupg 2.0.15

Unfortunately version 2.0.0 is largely incompatible with version 1.x, so it
is necessary to have a stopgap measure while ports that depend on libassuan
can be updated. In conversation with the maintainers of the dependent ports
it was originally considered ideal to prepare updates for the ports first,
then upgrade everything to libassuan 2.x en masse. Since no action has
arisen on that front, go with plan B:

Copy security/libassuan to security/libassuan-1, and update the dependent
ports accordingly. Because this is (intended to be) a _temporary_ measure,
and because no updates for libassuan 1.x are anticipated, and because the
hope is that it can be removed sooner rather than later, it's a copy instead
of a repocopy.
Tue, 16 Feb 2010
[ 11:22 ale search for other commits by this committer ] Original commit 
Update to 0.11.13 release.

Feature safe:   yes
Wed, 30 Dec 2009
[ 08:34 ale search for other commits by this committer ] Original commit 
Update to 0.11.12 release.
Tue, 27 Oct 2009
[ 06:57 ale search for other commits by this committer ] Original commit 
Update to 0.11.11 release.
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Wed, 29 Jul 2009
[ 07:53 ale search for other commits by this committer ] Original commit 
Update to 0.11.9 release.
Tue, 12 May 2009
[ 06:37 ale search for other commits by this committer ] Original commit 
Update to 0.11.8 release.
Tue, 10 Mar 2009
[ 11:55 ale search for other commits by this committer ] Original commit 
Update to 0.11.7 release.
Sat, 10 Jan 2009
[ 02:45 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.

FYI: GNOME 2.24 depends on this, so it's coming.

BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.

Approved by:    portmgr
Thu, 28 Aug 2008
[ 06:21 ale search for other commits by this committer ] Original commit 
Cosmetic fixes.
Wed, 27 Aug 2008
[ 09:27 ale search for other commits by this committer ] Original commit 
Update to 0.11.6 release.
Tue, 26 Aug 2008
[ 15:39 ale search for other commits by this committer ] Original commit 
Update to 0.11.5 release.
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Sat, 22 Mar 2008
[ 08:55 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Thu, 17 Jan 2008
[ 13:17 ale search for other commits by this committer ] Original commit 
CKA_CERTIFICATE_TYPE value is CK_ULONG.
This fixes storing certificates on 64-bit platforms.
Mon, 10 Sep 2007
[ 18:57 ale search for other commits by this committer ] Original commit 
Update to 0.11.4 release.
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
Tue, 17 Jul 2007
[ 09:22 ale search for other commits by this committer ] Original commit 
Update to 0.11.3 release.
Tue, 28 Nov 2006
[ 07:00 ale search for other commits by this committer ] Original commit 
Update to 0.11.2-pre3 release:
- add optional signer plugin
- fix build when libassuan is installed
Mon, 12 Jun 2006
[ 21:30 ale search for other commits by this committer ] Original commit 
Really grab maintainership.
[ 16:55 ale search for other commits by this committer ] Original commit 
Update to 0.11.1 release:
- OPTIONS'ify
- take maintainership

Approved by:    maintainer
Sat, 13 May 2006
[ 04:15 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 275 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with S
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)
Tue, 7 Feb 2006
[ 11:40 simon search for other commits by this committer ] Original commit 
Case MASTER_SITES redirect as reported by the Distfiles survey.
Sun, 15 Jan 2006
[ 20:51 simon search for other commits by this committer ] Original commit 
- Fix MASTER_SITE (distfile has moved).
- Grab this port since I recently started using opensc, and I'm
  currently working on upgrading the port to the latest version.
Mon, 12 Dec 2005
[ 21:53 bms search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
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.
Thu, 15 Sep 2005
[ 00:05 pav search for other commits by this committer ] Original commit 
- Update to 0.9.6

PR:             ports/83453
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by:    bms (maintainer; blanket)
Wed, 20 Apr 2005
[ 12:42 arved search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
pcsc-lite:
- Upgrade to 1.2.9.b.7
- Use libtool15
- make hier(7)-compliant by moving the pcsc/drivers to lib/pcsc/drivers
- Compile with USB support per default. Use WITHOUT_USB to disable usb
  support
- Chase libusb shared library version (Forgotten by leeym)

Based on:       PR 76068
Reviewed by:    maintainer, sem (earlier patch)

ifd-devkit:
- Chase pcsclite sharedlibrary version

ifd-gempc410:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 18 Jan 2005
[ 16:20 bms search for other commits by this committer ] Original commit 
Fix plist, unmark broken.
Fri, 14 Jan 2005
[ 15:08 bms search for other commits by this committer ] Original commit 
Update to 0.9.4.
Mon, 23 Feb 2004
[ 22:03 kris search for other commits by this committer ] Original commit 
BROKEN on !i386 and !sparc64: Does not compile
Sun, 22 Feb 2004
[ 01:11 bms search for other commits by this committer ] Original commit 
Heed USE_OPENLDAP.
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Wed, 10 Dec 2003
[ 12:55 bms search for other commits by this committer ] Original commit 
Maintenance update of OpenSC to 0.8.1. USB token support is not yet enabled
for FreeBSD; patches for this will be graciously accepted.

Sponsored by:   Weyland-Yutani Corporation
Tue, 9 Sep 2003
[ 04:31 edwin search for other commits by this committer ] Original commit 
Fix MASTER_SITE

Submitted by:   EvilBMS@#bsdcode
Thu, 14 Aug 2003
[ 22:12 kuriyama search for other commits by this committer ] Original commit 
Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later...

Pointy hat to:  kuriyama
Mon, 28 Jul 2003
[ 06:02 daichi search for other commits by this committer ] Original commit 
fix security/opensc: fix mozilla plugin path

PR:             54909
Submitted by:   Bruce M Simpson <bms@spc.org> (maintainer)
Sat, 5 Apr 2003
[ 22:11 kris search for other commits by this committer ] Original commit 
BROKEN: Creates /usr/lib/mozilla
Mon, 24 Feb 2003
[ 02:56 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Point dependencies on net/openldap2 to net/openldap20
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.
Wed, 8 Jan 2003
[ 12:02 perky search for other commits by this committer ] Original commit 
Add opensc 0.7.0, ISO 7816 Smartcard API Library (OpenSSH Compatible).

PR:             42698
Submitted by:   Bruce M Simpson <bms@spc.org>

Number of commits found: 84