Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.26.0 14 Nov 2024 14:17:56 |
Alex Dupre (ale) |
security/opensc: update to 0.26.0 release. |
0.25.1 08 Apr 2024 06:23:53 |
Alex Dupre (ale) |
security/opensc: update to 0.25.1 release. |
0.25.0_1 21 Mar 2024 20:22:57 |
Nuno Teixeira (eduardo) |
security/opensc: Move man pages to share/man
Approved by: portmgr (blanket) |
0.25.0 06 Mar 2024 15:54:41 |
Alex Dupre (ale) |
security/opensc: update to 0.25.0 release. |
0.24.0 14 Dec 2023 11:20:42 |
Alex Dupre (ale) |
security/opensc: update to 0.24.0 release. |
0.23.0 24 Mar 2023 16:01:25 |
Alex Dupre (ale) |
security/opensc: finally fix build on -CURRENT. |
0.23.0 20 Mar 2023 10:57:44 |
Alex Dupre (ale) |
security/opensc: another attempt to fix build on -CURRENT. |
0.23.0 13 Mar 2023 12:00:26 |
Alex Dupre (ale) |
security/opensc: try to fix build on -CURRENT. |
0.23.0 30 Nov 2022 08:22:57 |
Alex Dupre (ale) |
security/opensc: update to 0.23.0 release. |
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) |
0.22.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 ) |
0.22.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 ) |
0.22.0 21 Oct 2021 14:27:07 |
Stefan Eßer (se) |
security/opensc: Add CPE information
Approved by: portmgr (blanket) |
0.22.0 23 Aug 2021 12:43:10 |
Alex Dupre (ale) |
security/opensc: update to 0.22.0 release. |
0.21.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.21.0 24 Nov 2020 16:36:07 |
ale |
Update to 0.21.0 release. |
0.20.0 30 Dec 2019 08:16:36 |
ale |
Upgrade to 0.20.0 final release. |
0.20.0.r3 30 Oct 2019 14:58:42 |
ale |
Fix build on powerpc and arm
PR: 241588
Submitted by: pkubaj |
0.20.0.r3 29 Oct 2019 11:51:28 |
mat |
Fix USE_GITHUB usage. |
0.20.0.r3 24 Oct 2019 10:43:52 |
ale |
Update to 0.20.0-rc3 release. |
0.19.0_1 22 Oct 2019 11:21:42 |
tobik |
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. |
0.19.0 12 Jul 2019 02:25:07 |
linimon |
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) |
0.19.0 30 Apr 2019 13:38:10 |
ale |
Really fix build on GCC based architectures (missing part of previous commit).
PR: 237442
Submitted by: pkubaj |
0.19.0 20 Dec 2018 09:02:31 |
ale |
Fix build on GCC based architectures.
PR: 234178
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
0.19.0 08 Oct 2018 08:30:58 |
ale |
Update to 0.19.0 release. |
0.18.0 10 Sep 2018 02:06:13 |
linimon |
Mark various ports broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.18.0 26 Jun 2018 10:09:46 |
ale |
Update to 0.18.0 release. |
0.17.0_2 03 Nov 2017 08:38:19 |
ale |
Fix build with disabled SM option.
PR: 223384
Submitted by: Martin Birgmeier <la5lbtyi@aon.at> |
0.17.0_2 01 Nov 2017 11:28:23 |
ale |
Bump PORTREVISION. |
0.17.0_1 01 Nov 2017 11:27:54 |
ale |
Unbreak support for Feitian ePass2003 token and fix the configure args.
PR: 223353
Submitted by: Craig Leres |
0.17.0_1 27 Oct 2017 07:48:56 |
ehaupt |
- convert to options helpers
- use @sample
PR: 220383
Submitted by: xmj
Approved by: ale (maintainer) |
0.17.0 26 Oct 2017 14:26:14 |
ale |
Update to 0.17.0 release.
PR: 223265
Submitted by: ehaupt |
0.16.0 20 Apr 2017 07:42:39 |
ale |
Don't load gost algo when compiled against libressl.
PR: 218727
Submitted by: xmj |
0.16.0 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
0.16.0 20 Jun 2016 10:55:34 |
ale |
Update to 0.16.0 release.
PR: 210406
Submitted by: cmt |
0.15.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.15.0 30 Nov 2015 15:01:04 |
ale |
Update to 0.15.0 release. |
0.14.0_1 02 Aug 2015 15:03:20 |
tijl |
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 ) |
0.14.0 20 Feb 2015 08:45:59 |
ale |
Remove xstproc dependency if DOCS & MANPAGES are not selected.
PR: 195935
Submitted by: jbeich |
0.14.0 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.14.0 01 Jul 2014 12:50:10 |
ale |
Update to 0.14.0 release. |
0.13.0 13 May 2014 12:33:16 |
ale |
Modernize. |
0.13.0 09 Mar 2014 14:44:48 |
miwi |
- Stage support |
0.13.0 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.13.0 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.13.0 05 Dec 2012 10:22:19 |
ale |
Update to 0.13.0 release.
Feature safe: yes |
0.12.2 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.12.2 09 Aug 2011 10:43:53 |
ale |
Update to 0.12.2 release. |
0.12.1 09 Jun 2011 07:04:13 |
ale |
Update to 0.12.1 release. |
0.12.0 27 Dec 2010 09:55:39 |
ale |
Update OpenSC to 0.12.0 release. |
0.11.13_2 22 Dec 2010 19:16:12 |
dougb |
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 |
0.11.13_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.11.13_1 01 Sep 2010 11:08:36 |
ale |
Fix build with latest pcsc-lite. |
0.11.13_1 28 Jun 2010 07:40:42 |
ale |
Even if opensc 0.12.x will drop signer plugin, update it to use libassuan2.
PR: ports/148164
Submitted by: lioux
Feature safe: yes |
0.11.13_1 14 Jun 2010 00:42:52 |
dougb |
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. |
0.11.13 16 Feb 2010 11:22:29 |
ale |
Update to 0.11.13 release.
Feature safe: yes |
0.11.12 30 Dec 2009 08:34:32 |
ale |
Update to 0.11.12 release. |
0.11.11 27 Oct 2009 06:57:32 |
ale |
Update to 0.11.11 release. |
0.11.9_1 02 Aug 2009 19:36:34 |
mezz |
-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 |
0.11.9 29 Jul 2009 07:53:20 |
ale |
Update to 0.11.9 release. |
0.11.8 12 May 2009 06:37:13 |
ale |
Update to 0.11.8 release. |
0.11.7 10 Mar 2009 11:55:54 |
ale |
Update to 0.11.7 release. |
0.11.6_1 10 Jan 2009 02:45:46 |
mezz |
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 |
0.11.6 28 Aug 2008 06:21:54 |
ale |
Cosmetic fixes. |
0.11.6 27 Aug 2008 09:27:02 |
ale |
Update to 0.11.6 release. |
0.11.5 26 Aug 2008 15:39:09 |
ale |
Update to 0.11.5 release. |
0.11.4_2 19 Apr 2008 17:56:05 |
miwi |
- 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) |
0.11.4_2 22 Mar 2008 08:55:40 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.11.4_1 17 Jan 2008 13:17:26 |
ale |
CKA_CERTIFICATE_TYPE value is CK_ULONG.
This fixes storing certificates on 64-bit platforms. |
0.11.4 10 Sep 2007 18:57:01 |
ale |
Update to 0.11.4 release. |
0.11.3 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.11.3 17 Jul 2007 09:22:46 |
ale |
Update to 0.11.3 release. |
0.11.2.p3 23 Feb 2007 21:16:33 |
ale |
Fix build with new pcsc.
PR: ports/109400
Submitted by: Toomas Aas<toomas.aas@raad.tartu.ee> |
0.11.2.p3 28 Nov 2006 07:00:17 |
ale |
Update to 0.11.2-pre3 release:
- add optional signer plugin
- fix build when libassuan is installed |
0.11.1 12 Jun 2006 21:30:01 |
ale |
Really grab maintainership. |
0.11.1 12 Jun 2006 16:55:50 |
ale |
Update to 0.11.1 release:
- OPTIONS'ify
- take maintainership
Approved by: maintainer |
0.9.6_1 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
0.9.6_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.9.6 07 Feb 2006 11:40:12 |
simon |
Case MASTER_SITES redirect as reported by the Distfiles survey. |
0.9.6 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.9.6 22 Jan 2006 02:50:55 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.9.6 15 Jan 2006 20:51:06 |
simon |
- 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. |
0.9.6 12 Dec 2005 21:53:40 |
bms |
Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain. |
0.9.6 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.9.6 15 Sep 2005 00:05:58 |
pav |
- Update to 0.9.6
PR: ports/83453
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: bms (maintainer; blanket) |
0.9.4 20 Apr 2005 12:42:06 |
arved |
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 ) |
0.9.4 22 Jan 2005 21:52:08 |
bms |
Workaround a bug in the configure script which caused libcrypto.a
to be used when linking a dynamic library.
Fix pushed back to maintainers, awaiting resolution.
Fixes build on !i386, !sparc64. |
0.9.4 18 Jan 2005 16:20:05 |
bms |
Fix plist, unmark broken. |
0.9.4 14 Jan 2005 15:08:23 |
bms |
Update to 0.9.4. |
0.8.1_1 30 Aug 2004 13:07:58 |
vs |
Fix location of pkg-config data.
PR: ports/69149
Submitted by: Konstantin Oznobihin
Approved by: maintainer timeout |
0.8.1_1 25 Mar 2004 03:13:15 |
bms |
SIZE update jumbo-commit.
Submitted by: trevor |
0.8.1_1 23 Feb 2004 22:03:30 |
kris |
BROKEN on !i386 and !sparc64: Does not compile |
0.8.1_1 22 Feb 2004 01:11:49 |
bms |
Heed USE_OPENLDAP. |
0.8.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.8.1 10 Dec 2003 12:55:36 |
bms |
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 |
0.7.0_1 09 Sep 2003 04:31:49 |
edwin |
Fix MASTER_SITE
Submitted by: EvilBMS@#bsdcode |
0.7.0_1 14 Aug 2003 22:12:22 |
kuriyama |
Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later...
Pointy hat to: kuriyama |
0.7.0 28 Jul 2003 06:02:45 |
daichi |
fix security/opensc: fix mozilla plugin path
PR: 54909
Submitted by: Bruce M Simpson <bms@spc.org> (maintainer) |
0.7.0 05 Apr 2003 22:11:37 |
kris |
BROKEN: Creates /usr/lib/mozilla |
0.7.0 25 Feb 2003 21:32:40 |
nectar |
Fix building with OpenSSL 0.9.7. |