aboutsummaryrefslogtreecommitdiffstats
path: root/security/openvpn
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-11-02 09:52:51 +0800
committermnag <mnag@FreeBSD.org>2005-11-02 09:52:51 +0800
commitd3087fc10819ad1f3345875b5c71a3ed6986d230 (patch)
treefd8bd9d658bc235fff21d0200da3203a933df7c2 /security/openvpn
parent9d6fbd935fa729eaa67b3858e7282ad5ba32e831 (diff)
downloadfreebsd-ports-gnome-d3087fc10819ad1f3345875b5c71a3ed6986d230.tar.gz
freebsd-ports-gnome-d3087fc10819ad1f3345875b5c71a3ed6986d230.tar.zst
freebsd-ports-gnome-d3087fc10819ad1f3345875b5c71a3ed6986d230.zip
Update to 2.0.4
PR: 88379 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Security: CVE-2005-3393, CVE-2005-3409
Diffstat (limited to 'security/openvpn')
-rw-r--r--security/openvpn/Makefile7
-rw-r--r--security/openvpn/distinfo4
-rw-r--r--security/openvpn/pkg-plist20
3 files changed, 5 insertions, 26 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index 5eeca827019c..4c211346b15a 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= openvpn
-DISTVERSION= 2.0.2
-PORTREVISION= 1
+DISTVERSION= 2.0.4
CATEGORIES= security
MASTER_SITES= http://openvpn.net/release/
@@ -35,9 +34,9 @@ SUB_FILES= pkg-message
# So depend on LZO1 only if it's already there and LZO2 isn't.
# PACKAGE_BUILDING will also force LZO2.
.if exists(${LOCALBASE}/lib/liblzo2.so.2) || !exists(${LOCALBASE}/lib/liblzo.so.1) || defined(PACKAGE_BUILDING)
-LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2
+LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2
.else
-LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
+LIB_DEPENDS+= lzo.1:${PORTSDIR}/archivers/lzo
.endif
.if defined(WITH_PW_SAVE)
diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo
index b10a921e3adc..2ed569d5328a 100644
--- a/security/openvpn/distinfo
+++ b/security/openvpn/distinfo
@@ -1,2 +1,2 @@
-MD5 (openvpn-2.0.2.tar.gz) = 862f8788f080f669b1ae00a74ef68001
-SIZE (openvpn-2.0.2.tar.gz) = 663246
+MD5 (openvpn-2.0.4.tar.gz) = de32775b88e6bcd737ae93b9a365494c
+SIZE (openvpn-2.0.4.tar.gz) = 653156
diff --git a/security/openvpn/pkg-plist b/security/openvpn/pkg-plist
index 00cd2a6e9435..5d96f03a86a1 100644
--- a/security/openvpn/pkg-plist
+++ b/security/openvpn/pkg-plist
@@ -25,25 +25,6 @@ sbin/openvpn
%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/revoke-full
%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/sign-req
%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/vars
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/README
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/build-ca
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/build-dh
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/build-inter
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/build-key
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/build-key-pass
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/build-key-pkcs12
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/build-key-server
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/build-req
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/build-req-pass
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/clean-all
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/inherit-inter
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/list-crl
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/openssl.cnf
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/pkitool
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/revoke-full
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/scripts
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/sign-req
-%%PORTDOCS%%%%DOCSDIR%%/easy-rsa/2.0/vars
%%PORTDOCS%%%%DOCSDIR%%/sample-config-files/README
%%PORTDOCS%%%%DOCSDIR%%/sample-config-files/client.conf
%%PORTDOCS%%%%DOCSDIR%%/sample-config-files/firewall.sh
@@ -67,6 +48,5 @@ sbin/openvpn
%%PORTDOCS%%%%DOCSDIR%%/sample-scripts/verify-cn
%%PORTDOCS%%@dirrm %%DOCSDIR%%/sample-scripts
%%PORTDOCS%%@dirrm %%DOCSDIR%%/sample-config-files
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/easy-rsa/2.0
%%PORTDOCS%%@dirrm %%DOCSDIR%%/easy-rsa
%%PORTDOCS%%@dirrm %%DOCSDIR%%
an class='deletions'>-4/+4 | | | | | | Security: CVE-2006-5857, CVE-2007-0045, CVE-2007-0046, CVE-2007-0047, CVE-2007-0048 Security: http://www.adobe.com/support/security/bulletins/apsb07-01.html * Fix dependency specification - korean/hlatex no longer installsvd2007-01-151-2/+2 | | | | | | | | ${LOCALBASE}/share/texmf/doc/latex/hlatex/uhc.ks, thus depend on `hbibtex' executable instead. Reported by: kris Approved by: kris * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-202-6/+6 | | | | Approved by: portmgr * Cure korean/hlatex-psfonts-uhc-extra by switching its dependency andvd2006-12-143-9/+7 | | | | fixing its plist. korean/hlatex is not broken. * - maintainer lost his motivationclsung2006-12-071-1/+1 | | | | | PR: ports/104607 Submitted by: Masanori OZAWA<ozawa_AT_ongs dot co dot jp> * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-148-14/+16 | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) * Remove usage of OSVERSION in BROKEN message. I introduced this usage butlinimon2006-09-181-1/+1 | | | | | | have declared it to be bogus. Hat: portmgr * BROKEN on 6.x: Incorrect pkg-plistkris2006-09-171-1/+7 | * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-134-8/+6 | * Remove expired leaf ports:vd2006-09-125-60/+0 | | | | | | 2006-09-01 devel/linux_devtools 2006-09-10 graphics/pecl-imagick 2006-09-01 korean/linux_locale * Schedule these broken ports for termination on 2006-12-01kris2006-09-032-0/+4 | * temporarily, I mark it BROKEN in 4.x.cjh2006-08-131-0/+4 | | | | | | (maybe compiler problem) Approved by: kris * Update to 7.0.8.hrs2006-08-022-5/+5 | * Deprecate this port, the dependency is deprecated and this port is notnetchild2006-06-301-0/+3 | | | | | | needed anymore. Maintainer informed (CCed in discussion). * This port may not be needed anymore. The maintainer is checking this. Innetchild2006-06-141-2/+2 | | | | | | the meantime I hardcode the linux base dependency to the current default one. This solves a problem with the upcomming new default one in an exp-build run. * Register conflicts with the FC linux base ports (fixes experimental portsnetchild2006-06-101-2/+4 | | | | | | | | build runs for the upcomming switch of the default linux base port). While I'm here please portlint a little bit. Approved by: implicit approval for conflicts resolution, maintainer informed * Update to KDE 3.5.3lofi2006-06-064-20/+18 | * - Remove single-locale firefox l10n ports, please use www/firefox-i18n nowsat2006-06-015-77/+0 | | | | Approved by: krion (mentor, implicit) * Bump PORTREVISION to reflect the fact that the .desktop file is nojylefort2006-05-211-1/+1 | | | | longer installed. * Bump PORTREVISION to reflect the fact that these ports may nowjylefort2006-05-191-1/+1 | | | | install/deinstall a desktop entry. * Remove USE_REINPLACE from categories starting with a Kedwin2006-05-094-4/+0 | * Update to 7.3perky2006-04-222-4/+4 | * Reset hollywar@mail.holywar.net due to no response to email about maintainerlinimon2006-04-053-3/+3 | | | | | | timeouts. Hat: portmgr * Update to KDE 3.5.2lofi2006-03-314-126/+20 | * Update to 7.1perky2006-03-193-6/+8 | | | | | PR: 93562 Submitted by: Byung-Hee HWANG <bz@izb.knu.ac.kr> * Downgrade to 7.0.1 temporarily mainly because the printing featurehrs2006-03-082-4/+5 | | | | | | does not work with Linux emulation environment. Bump PORTEPOCH. Approved by: portmgr (krion) * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-074-4/+4 | | | | | Discussed with: kris Approved by: portmgr (implicit) * - Fix build breakage due to print/adobe-cmaps updating.hrs2006-02-273-21/+23 | | | | | | - Bump PORTREVISION. Approved by: portmgr (krion) * Fix devel/libytnef[1] and others[2] after libtool commit.ade2006-02-241-1/+1 | | | | | Submitted by: pointyhat[1] ume[2] Approved by: portmgr (implicit) * Conversion to a single libtool environment.ade2006-02-235-3/+7 | | | | Approved by: portmgr (kris) * Fix pkg-plist.hrs2006-02-221-0/+1 | | | | Reported by: pointyhat * - Use a distfile in tarball instead of one in rpm.hrs2006-02-223-23/+7 | | | | | | | | | - Remove CONFLICTS. All of the localized versions can coexist now. - Update the localized versions to 7.0.5 if possible. - Add support for print/acroreadwrapper. Discussed with: netchild and mezz PR: ports/90319 * - Remove ak12.tar.Z and use print/adobe-cmaps instead.hrs2006-02-213-50/+19 | | | | | | - Change installation directory. Approved by: maintainer timeout (2 months) * Bump PORTREVISION because of print/ghostscript-gnu-commfont update.hrs2006-02-211-0/+1 | * * Remove print/acroread - it has expired on 2006-01-03vd2006-02-104-24/+0 | | | | | | | | | | | | | * Remove print/acroread related ports: chinese/acroread5-chsfont chinese/acroread5-chtfont japanese/acroread5-jpnfont korean/acroread5-korfont print/acroread5-commfont * Update misc/instant-workstation to use print/acroread7 Reviewed by: netchild Approved by: garga (mentor) * Upgrade to 1.5a.vanilla2006-02-083-14/+9 | | | | | PR: ports/93018 Submitted by: maintainer * - Remove USE_REINPLACEbarner2006-02-061-4/+2 | | | | | | | | - Fix IGNORE line - Pacify portlint Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> PR: ports/92374 * - Fix bug(updater.ini).vanilla2006-02-042-4/+2 | | | | | PR: ports/92789 Submitted by: maintainer * - Unbreakvanilla2006-02-024-35/+30 | | | | | PR: ports/92701 Submitted by: maintainer * Update to KDE 3.5.1.lofi2006-02-012-6/+6 | * Update to 6.5perky2006-02-013-6/+5 | * SHA256ifyedwin2006-01-305-2/+24 | | | | Approved by: krion@ * SHA256ify, and remove file from filesdiredwin2006-01-301-1/+2 | * BROKEN when WITHOUT_X11: Broken dependencykris2006-01-261-0/+4 | * SHA256ifyedwin2006-01-2239-0/+59 | | | | Approved by: krion@ * eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1 | | | | | Approved by: krion@ PR: ports/88711 (related) * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-226-11/+11 | | | | | Approved by: krion@ PR: ports/88711 (related) * BROKEN: Unfetchablekris2006-01-201-0/+2 | * Update to KDE 3.5.0lofi2006-01-096-76/+98 | * Hash with SHA-256.trevor2006-01-081-0/+1 | * Add firefox-ko 1.5, Firefox Korean(ko) Language Pack.lawrance2005-12-196-0/+87 | | | | | PR: ports/90639 Submitted by: chinsan <chinsan.tw@gmail.com> * Update to 6.2perky2005-12-173-11/+12 | | | | | PR: 90235 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> * Update to 0.2.1.cjh2005-12-082-4/+5 | | | | | PR: ports/90089 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> * - Update to 1.1.1-a021.hrs2005-12-072-4/+4 | | | | | - Use rc.subr(8) for startup scripts. - Remove unnecessary patch files. * - Add SHA256pav2005-11-252-0/+2 | * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-154-6/+4 | | | | | | | | | | | | | | | | | 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. * Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-052-10/+0 | * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-055-4/+5 | * Fix pkg-plistedwin2005-11-032-5/+2 | * Update to 0.5.4.nork2005-11-036-24/+55 | * Drop maintainership.jkim2005-10-171-1/+1 | | | | Discussed with: cjh * SCIM updated to 1.4.2.nork2005-10-152-2/+2 | | | | | | | | | | o Update scim 1.4.2. [1] o Update skim 1.4.2. [1] o Update scim-uim 0.1.4. [2] o Bump PORTREVISION in scim related ports. Approved by: Jie Gao <gaoj@cpsc.ucalgary.ca> [1] Approved by: Seiya Yanagita <s_yanagita@ybb.ne.jp> [2] * Enable Korean support for xpdf.jkim2005-10-151-0/+1 | | | | | Approved by: maintainer timeout (15 days) Inspired by: ja-xpdf * Enable korean support for xpdf.jkim2005-10-156-0/+85 | | | | | Approved by: maintainer timeout (15 days) Inspired by: ja-xpdf * activate scim-hangul, Korean imengine for scim.cjh2005-10-136-0/+75 | | | | Inspired by: Byung-Hee HWANG <bh@izb.knu.ac.kr>, nork@ * Update to 5.4perky2005-10-103-7/+8 | * localized versions of Adobe Reader (formerly Acrobat Reader)trevor2005-10-084-0/+36 | * Canonicalize name of null maintainer.linimon2005-10-041-1/+1 | * Update to 0.9.13perky2005-09-112-4/+4 | * BROKEN: Broken dependencykris2005-08-312-0/+4 | * - Unbreak on 5.X and 6.Xpav2005-08-063-4/+40 | | | | Approved by: portmgr (marcus) * - Fix broken behavior that overwrites some files from x11/xterm.perky2005-08-044-14/+27 | | | | | | - Set mutual exclusive conflict between korean/hanterm{,-xf86}. Approved by: portmgr (marcus), cjh (maintainer, blanket) * - Fix plistperky2005-08-01