From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager-vpnc/
Date: Tue, 24 Jul 2018 23:50:22 +0000 (UTC) [thread overview]
Message-ID: <1532476172.3cf88f8d4ae9db896054b12a03ff17e495adbdfd.leio@gentoo> (raw)
commit: 3cf88f8d4ae9db896054b12a03ff17e495adbdfd
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 23:48:52 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 23:49:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf88f8d
net-misc/networkmanager-vpnc: security bump to 1.2.6
Bug: https://bugs.gentoo.org/661712
Package-Manager: Portage-2.3.43, Repoman-2.3.10
net-misc/networkmanager-vpnc/Manifest | 1 +
.../networkmanager-vpnc-1.2.6.ebuild | 49 ++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/net-misc/networkmanager-vpnc/Manifest b/net-misc/networkmanager-vpnc/Manifest
index fe3f505a7a6..d85a3250ee0 100644
--- a/net-misc/networkmanager-vpnc/Manifest
+++ b/net-misc/networkmanager-vpnc/Manifest
@@ -1 +1,2 @@
DIST NetworkManager-vpnc-1.2.4.tar.xz 402428 BLAKE2B 64d4241e2d8339f0b92a2d56dac4d8fd53575c4ebd7767bb1aeaf3dd1028bf563410d9c323e118b1ac64a0dfbc54162e88f50061ee657f846c2aa679c2f4abd0 SHA512 313fec1b054870d14908df3eba6db28eaf4b3c45cdd745ddea682870a6eb058971bbc1dccbd399b2270ab63c6e8ceeeded12bf7b9c7eb283ea591b2c0715ecbc
+DIST NetworkManager-vpnc-1.2.6.tar.xz 417412 BLAKE2B 00072e2f5449687a55ff4dc0382c4ef2bb2042f9b2a4437d1d6790084ff1b88210e45909808048498f315d59ed5408630ae15d09a1d22e4acbf840554e452546 SHA512 4f8adf58d73cef74a950d822c6f17cd813a1e74fcd3c0391f847541c279e448a6353b83984d593fe5e11138a37b7f1c21b9a24a6843c1d35e4cb68bc29bc3eb1
diff --git a/net-misc/networkmanager-vpnc/networkmanager-vpnc-1.2.6.ebuild b/net-misc/networkmanager-vpnc/networkmanager-vpnc-1.2.6.ebuild
new file mode 100644
index 00000000000..6149a172ac2
--- /dev/null
+++ b/net-misc/networkmanager-vpnc/networkmanager-vpnc-1.2.6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
+
+inherit gnome2
+
+DESCRIPTION="NetworkManager VPNC plugin"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gtk test"
+
+RDEPEND="
+ >=net-misc/networkmanager-1.2.0:=
+ >=dev-libs/dbus-glib-0.74
+ >=dev-libs/glib-2.32:2
+ >=net-vpn/vpnc-0.5.3_p550
+ gtk? (
+ >=app-crypt/libsecret-0.18
+ >=gnome-extra/nm-applet-1.2.0
+ >=x11-libs/gtk+-3.4:3
+ )
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ dev-util/intltool
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ # Test will fail if the machine doesn't have a particular locale installed
+ # https://bugzilla.gnome.org/show_bug.cgi?id=742708
+ sed '/test_non_utf8_import (plugin/ d' \
+ -i properties/tests/test-import-export.c || die "sed failed"
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-more-warnings \
+ --disable-static \
+ --with-dist-version=Gentoo \
+ $(use_with gtk gnome)
+}
next reply other threads:[~2018-07-24 23:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-24 23:50 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-28 14:08 [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager-vpnc/ Mart Raudsepp
2018-07-28 13:25 Thomas Deutschmann
2018-07-25 8:24 Agostino Sarubbo
2018-03-10 11:31 Pacho Ramos
2017-02-16 0:17 Mart Raudsepp
2017-02-11 18:31 Pacho Ramos
2016-07-07 19:18 Pacho Ramos
2016-07-07 19:18 Pacho Ramos
2016-04-02 20:38 Pacho Ramos
2015-09-12 9:11 Agostino Sarubbo
2015-09-07 21:55 Mikle Kolyada
2015-09-05 11:06 Pacho Ramos
2015-09-05 11:05 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1532476172.3cf88f8d4ae9db896054b12a03ff17e495adbdfd.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox