Date: Sat, 1 Feb 2020 16:24:43 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524775 - in head/security/xca: . files Message-ID: <202002011624.011GOhdw002033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Sat Feb 1 16:24:43 2020 New Revision: 524775 URL: https://svnweb.freebsd.org/changeset/ports/524775 Log: Update xca to 2.2.1 Added: head/security/xca/files/ head/security/xca/files/patch-lib_ipvalidator.h (contents, props changed) Modified: head/security/xca/Makefile head/security/xca/distinfo head/security/xca/pkg-plist Modified: head/security/xca/Makefile ============================================================================== --- head/security/xca/Makefile Sat Feb 1 16:24:34 2020 (r524774) +++ head/security/xca/Makefile Sat Feb 1 16:24:43 2020 (r524775) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xca -PORTVERSION= 2.1.2 -PORTREVISION= 3 +PORTVERSION= 2.2.1 DISTVERSIONPREFIX= RELEASE. CATEGORIES= security Modified: head/security/xca/distinfo ============================================================================== --- head/security/xca/distinfo Sat Feb 1 16:24:34 2020 (r524774) +++ head/security/xca/distinfo Sat Feb 1 16:24:43 2020 (r524775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542022933 -SHA256 (chris2511-xca-RELEASE.2.1.2_GH0.tar.gz) = 19da0b19e5d3b145f630e9b18b3e29d5a569495d6dd3ab927f41e6b490a99cec -SIZE (chris2511-xca-RELEASE.2.1.2_GH0.tar.gz) = 1048019 +TIMESTAMP = 1580463281 +SHA256 (chris2511-xca-RELEASE.2.2.1_GH0.tar.gz) = 595e71d3b2b5b944a30cf87d3364427c47234730d995f0044fbf68aec9490bbd +SIZE (chris2511-xca-RELEASE.2.2.1_GH0.tar.gz) = 1313088 Added: head/security/xca/files/patch-lib_ipvalidator.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/xca/files/patch-lib_ipvalidator.h Sat Feb 1 16:24:43 2020 (r524775) @@ -0,0 +1,14 @@ +--- lib/ipvalidator.h.orig 2020-01-29 20:40:04 UTC ++++ lib/ipvalidator.h +@@ -13,6 +13,11 @@ + #include <QString> + #include <QValidator> + ++#ifdef __FreeBSD__ ++#include <sys/socket.h> ++#include <netinet/in.h> ++#endif ++ + /* Validating IPv4/6 is not as trivial as thought. + * - The QHostAddress class requires the network library + * and i don't want to add many megabytes for this validator Modified: head/security/xca/pkg-plist ============================================================================== --- head/security/xca/pkg-plist Sat Feb 1 16:24:34 2020 (r524774) +++ head/security/xca/pkg-plist Sat Feb 1 16:24:43 2020 (r524775) @@ -20,8 +20,8 @@ share/applications/xca.desktop share/mime/packages/xca.xml share/pixmaps/xca-32x32.xpm %%DATADIR%%/CA.xca -%%DATADIR%%/HTTPS_client.xca -%%DATADIR%%/HTTPS_server.xca +%%DATADIR%%/TLS_client.xca +%%DATADIR%%/TLS_server.xca %%DATADIR%%/dn.txt %%DATADIR%%/eku.txt %%DATADIR%%/oids.txt @@ -29,8 +29,12 @@ share/pixmaps/xca-32x32.xpm %%DATADIR%%/xca_es.qm %%DATADIR%%/xca_fr.qm %%DATADIR%%/xca_hr.qm +%%DATADIR%%/xca_it.qm +%%DATADIR%%/xca_ja.qm +%%DATADIR%%/xca_nl.qm %%DATADIR%%/xca_pl.qm %%DATADIR%%/xca_pt_BR.qm %%DATADIR%%/xca_ru.qm %%DATADIR%%/xca_sk.qm %%DATADIR%%/xca_tr.qm +%%DATADIR%%/xca_zh_CN.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002011624.011GOhdw002033>