Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.0 13 Oct 2024 22:02:56 |
Guido Falsi (madpilot) |
security/xca: Update to 2.8.0 |
2.7.0 28 Aug 2024 19:14:14 |
Guido Falsi (madpilot) |
security/xca: Update to 2.7.0
- Removed unused variable
- Corrected name of another variable
- Adjusted order of variables |
2.6.0 27 Feb 2024 09:51:34 |
Guido Falsi (madpilot) |
security/xca: Update to 2.6.0 |
2.5.0 25 Sep 2023 12:59:29 |
Guido Falsi (madpilot) |
security/xca: Update to 2.5.0
- Flavorize and add qt6 flavor |
2.4.0 28 Jun 2023 13:15:01 |
Guido Falsi (madpilot) |
security/xca: Fix with OpenSSL 3 in head.
Obtained from: upstream commits |
2.4.0 28 Apr 2023 17:18:59 |
Muhammad Moinur Rahman (bofh) |
security/xca: Mark BROKEN_SSL
- Uses deprecated and removed OpenSSL routines from OpenSSL 1.1.X
Approved by: portmgr (blanket) |
2.4.0 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
2.4.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 ) |
2.4.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 ) |
2.4.0 09 May 2021 08:41:41 |
Guido Falsi (madpilot) |
security/xca: Update to 2.4.0 |
2.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.0 24 Jul 2020 17:10:51 |
kevans |
Multiple ports: improve regex compliance (part 2)
This is again a part of the project to stop extraneous escaping of
ordinary characters and redefine some ordinary escapes as special
behavior.
Most of these ports are pushed over to use textproc/gsed because they
want to use GNU extensions. Others are fixed to either escape appropriately
(e.g. $$ rather than \$ in Makefiles!) or just remove redundant escapes
(e.g. backtick in single quotes doesn't need escaped).
PR: 229925
MFH: no (invasive risk) |
2.3.0 30 Apr 2020 20:24:15 |
madpilot |
Update xca to 2.3.0 |
2.2.1 01 Feb 2020 16:24:43 |
madpilot |
Update xca to 2.2.1 |
2.1.2_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.1.2_2 10 Jun 2019 06:49:32 |
madpilot |
Correct home page. |
2.1.2_2 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
2.1.2_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.1.2 13 Nov 2018 19:09:01 |
madpilot |
- Update xca to 2.1.2
- The new version works fine with OpenSSL 1.1.1
- Drop Qt4 option and move to Qt5
- Fix portlint warning
- Project moved to github
- Update WWW in pkg-descr
- Take maintainership |
1.3.2 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.3.2 02 May 2017 15:38:38 |
madpilot |
- Fix build with QT5
- Update WWW line in pkg-descr |
1.3.2 18 Dec 2016 22:06:50 |
tcberner |
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825 |
1.3.2 12 Sep 2016 18:20:24 |
marino |
security/xca: Fix build with LibreSSL |
1.3.2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.3.2 18 Oct 2015 13:41:15 |
madpilot |
- Update to 1.3.2
- Add QT4 and QT5 options, to choose toolkit.
PR: 203804
Submitted by: Ports Fury |
0.9.3_3 14 Oct 2015 23:51:30 |
amdmi3 |
- Add LICENSE_FILE
- Regenerate patches with `make makepatch` |
0.9.3_3 11 Oct 2015 13:19:10 |
zi |
- Reset MAINTAINER due to fatal bounce
Reported by: portscout |
0.9.3_3 26 Sep 2015 16:56:32 |
linimon |
Mark as broken on sparc64: fails to link.
Approved by: portmgr (sparc64 blanket) |
0.9.3_3 25 Mar 2015 08:30:28 |
marino |
security category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket |
0.9.3_3 02 Mar 2015 23:47:18 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.9.3_3 16 Oct 2014 09:15:54 |
madpilot |
- Fix runtime error when used with OpenSSL 1.0.1i [1]
- While here, Fix LICENSE, rename patch files and remove dirrms
PR: 193988
Submitted by: me
Obtained from: upstream git repo [1]
Approved by: maintainer timeout |
0.9.3_2 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
0.9.3_2 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.9.3_2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.9.3_2 06 Nov 2013 18:11:17 |
madpilot |
- Fix build with new ld behavior (on 10 and head)
- Add USES=desktop-file-utils
- Convert to staging
- Use space in pkg-descr WWW line
- Remove redundant update-mime-database lines from pkg-plist
PR: ports/183702
Submitted by: Me
Approved by: FreeBSD@nagilum.org (maintainer) |
0.9.3_1 22 Oct 2013 14:01:39 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [st])
Approved by: portmgr (bdrewery) |
0.9.3_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.9.3_1 16 Sep 2013 17:39:26 |
wg |
security/xca: fix build on head
- Fix build on head [1]
- Trim Makefile header
- USES gmake shared-mime-info
PR: ports/182090
Submitted by: freebsd _AT_ nagilum.org (maintainer) |
0.9.3_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.9.3_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.9.3 14 May 2012 20:14:09 |
madpilot |
- Update to 0.9.3
PR: ports/167869
Submitted by: freebsd@nagilum.org (maintainer)
Approved by: tabthorpe (mentor) |
0.9.2 08 May 2012 19:02:48 |
madpilot |
- Update to 0.9.2 [1]
- Remove check for unsupported OS versions
PR: ports/167674
Submitted by: freebsd@nagilum.org [1]
Approved by: crees (mentor) |
0.9.1 27 Nov 2011 10:28:20 |
miwi |
- Update to 0.91
PR: 162788
Submitted by: maintainer
Feature safe: yes |
0.9.0 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.9.0 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.9.0 01 Sep 2010 16:47:28 |
makc |
Update to 0.9.0
Add LICENSE
PR: ports/150130
Submitted by: maintainer |
0.8.1_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.1_1 24 Jan 2010 16:29:49 |
wxs |
- Update to 0.8.1
- Pass maintainer to submitter
PR: ports/142349
Submitted by: freebsd@nagilum.org
Approved by: Mark Foster <mark@foster.cc> (maintainer) |
0.6.4_1 19 Oct 2009 17:53:43 |
pav |
- Mark BROKEN on 6.x
Reported by: pointyhat |
0.6.4_1 15 Aug 2009 13:30:11 |
wxs |
- Fix build on 8.0 (patch obtained from xca git repo)
PR: ports/137348
Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
Approved by: maintainer timeout |
0.6.4_1 24 May 2009 10:12:22 |
makc |
Remove qt4 build tools from run dependencies.
Approved by: maintainer timeout (2 weeks) |
0.6.4 04 Aug 2008 23:33:44 |
miwi |
- Fix build after qt 4.4.1 update |
0.6.4 08 Jun 2008 17:42:27 |
itetcu |
Besides updating to v0.6.4 this patch fixes the heading include ordering
as pointed out by Mike Watters.
PR: ports/123584
Submitted by: Mark Foster (maintainer) |
0.6.3_1 06 Jun 2008 14:01:07 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.6.3 19 Dec 2007 19:32:02 |
pav |
- Replace -lc_r with ${PTHREAD_LIBS}
Pointy hat to: pav |
0.6.3 15 Dec 2007 13:37:30 |
pav |
- List QT components
- Try if it builds now
PR: ports/117658
Submitted by: Mark D. Foster <mark@foster.cc> (maintainer) |
0.6.3 29 Sep 2007 12:48:56 |
pav |
- Mark BROKEN everywhere: does not compile
Reported by: pointyhat |
0.6.3 23 Jul 2007 13:54:06 |
pav |
- Update to 0.6.3
- Transfer maintainership
PR: ports/113401
Submitted by: Mark D. Foster <mark@foster.cc>
Approved by: maintainership change - linimon (portmgr) |
0.5.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.5.1 10 Sep 2006 23:51:20 |
kris |
BROKEN On 7.0: Does not compile |
0.5.1 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
0.5.1 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.5.1 22 Jan 2006 06:28:59 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.5.1 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.5.1 09 Feb 2005 16:01:24 |
vs |
Fix plist
PR: ports/76892
Submitted by: maintainer
Additional credits: tobez |
0.5.1 26 Jan 2005 04:31:33 |
kevlo |
Update to 0.5.1
PR: ports/76667
Submitted by: MAINTAINER |
0.4.5_1 29 Sep 2004 05:58:10 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
0.4.5_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.4.5_1 26 Feb 2004 18:37:35 |
lofi |
${WRKDIR}/${PKGNAME} -> ${WRKSRC} & unbreak. |
0.4.5_1 17 Feb 2004 11:58:20 |
kris |
BROKEN on 5.x: fails to patch |
0.4.5_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.4.5 05 Dec 2003 23:19:05 |
sergei |
Add xca 0.4.5, graphical certification authority.
Graphical certification authority is an interface for managing
RSA keys and certificates, and the creation and signing of PKCS#10 requests.
It uses the OpenSSL library and a Berkeley DB for key and certificate storage.
It supports importing and exporting keys and PEM DER PKCS8 certificates,
signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions.
A tree view of certificates is presented.
Author: Christian Hohnstaedt <christian@hohnstaedt.de>
WWW: http://www.hohnstaedt.de/xca.html
PR: 58378
Submitted by: Valentin Zahariev <curly@e-card.bg> |