* [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog
@ 2014-06-10 11:09 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-06-10 11:09 UTC (permalink / raw
To: gentoo-commits
blueness 14/06/10 11:09:49
Modified: ChangeLog
Added: stunnel-5.02.ebuild
Log:
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.163 net-misc/stunnel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.163&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.163&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.162&r2=1.163
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog 9 Apr 2014 14:05:06 -0000 1.162
+++ ChangeLog 10 Jun 2014 11:09:49 -0000 1.163
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/stunnel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.162 2014/04/09 14:05:06 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.163 2014/06/10 11:09:49 blueness Exp $
+
+*stunnel-5.02 (10 Jun 2014)
+
+ 10 Jun 2014; Anthony G. Basile <blueness@gentoo.org> +stunnel-5.02.ebuild:
+ Version bump
*stunnel-5.01 (09 Apr 2014)
1.1 net-misc/stunnel/stunnel-5.02.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.1&content-type=text/plain
Index: stunnel-5.02.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.1 2014/06/10 11:09:49 blueness Exp $
EAPI="5"
inherit ssl-cert eutils systemd user
DESCRIPTION="TLS/SSL - Port Wrapper"
HOMEPAGE="http://www.stunnel.org/index.html"
SRC_URI="http://www.stunnel.org/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="ipv6 selinux tcpd"
DEPEND="tcpd? ( sys-apps/tcp-wrappers )
dev-libs/openssl"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-stunnel )"
pkg_setup() {
enewgroup stunnel
enewuser stunnel -1 -1 -1 stunnel
}
src_prepare() {
# Hack away generation of certificate
sed -i -e "s/^install-data-local:/do-not-run-this:/" \
tools/Makefile.in || die "sed failed"
}
src_configure() {
econf \
$(use_enable ipv6) \
$(use_enable tcpd libwrap) \
--with-ssl="${EPREFIX}"/usr \
--disable-fips
}
src_install() {
emake DESTDIR="${D}" install
rm -rf "${ED}"/usr/share/doc/${PN}
rm -f "${ED}"/etc/stunnel/stunnel.conf-sample "${ED}"/usr/bin/stunnel3 \
"${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
# The binary was moved to /usr/bin with 4.21,
# symlink for backwards compatibility
dosym ../bin/stunnel /usr/sbin/stunnel
dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
dohtml doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
tools/importCA.html
insinto /etc/stunnel
doins "${FILESDIR}"/stunnel.conf
newinitd "${FILESDIR}"/stunnel.initd-start-stop-daemon stunnel
systemd_dounit "${S}/tools/stunnel.service"
systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
}
pkg_postinst() {
if [ ! -f "${EROOT}"/etc/stunnel/stunnel.key ]; then
install_cert /etc/stunnel/stunnel
chown stunnel:stunnel "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem}
chmod 0640 "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem}
fi
einfo "If you want to run multiple instances of stunnel, create a new config"
einfo "file ending with .conf in /etc/stunnel/. **Make sure** you change "
einfo "\'pid= \' with a unique filename."
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog
@ 2014-06-10 11:39 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-06-10 11:39 UTC (permalink / raw
To: gentoo-commits
blueness 14/06/10 11:39:33
Modified: stunnel-5.02.ebuild ChangeLog
Log:
Fix bug #476672
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.2 net-misc/stunnel/stunnel-5.02.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?r1=1.1&r2=1.2
Index: stunnel-5.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stunnel-5.02.ebuild 10 Jun 2014 11:09:49 -0000 1.1
+++ stunnel-5.02.ebuild 10 Jun 2014 11:39:33 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.1 2014/06/10 11:09:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.2 2014/06/10 11:39:33 blueness Exp $
EAPI="5"
@@ -54,11 +54,11 @@
tools/importCA.html
insinto /etc/stunnel
- doins "${FILESDIR}"/stunnel.conf
- newinitd "${FILESDIR}"/stunnel.initd-start-stop-daemon stunnel
+ newins "${FILESDIR}"/stunnel.conf-r1 stunnel.conf
+ newinitd "${FILESDIR}"/stunnel.rc7 stunnel
systemd_dounit "${S}/tools/stunnel.service"
- systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
+ systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf-r1 stunnel.conf
}
pkg_postinst() {
1.165 net-misc/stunnel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.164&r2=1.165
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog 10 Jun 2014 11:18:53 -0000 1.164
+++ ChangeLog 10 Jun 2014 11:39:33 -0000 1.165
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/stunnel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.164 2014/06/10 11:18:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.165 2014/06/10 11:39:33 blueness Exp $
+
+ 10 Jun 2014; Anthony G. Basile <blueness@gentoo.org> +files/stunnel.conf-r1,
+ +files/stunnel.rc7, +files/stunnel.tmpfiles.conf-r1, stunnel-5.02.ebuild:
+ Fix bug #476672
10 Jun 2014; Anthony G. Basile <blueness@gentoo.org> stunnel-5.01.ebuild:
Stable arm, ppc, ppc64. Bug #503506
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog
@ 2014-06-10 13:16 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-10 13:16 UTC (permalink / raw
To: gentoo-commits
jer 14/06/10 13:16:28
Modified: stunnel-5.02.ebuild ChangeLog
Log:
Stable for HPPA (bug #503506).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.3 net-misc/stunnel/stunnel-5.02.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?r1=1.2&r2=1.3
Index: stunnel-5.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stunnel-5.02.ebuild 10 Jun 2014 11:39:33 -0000 1.2
+++ stunnel-5.02.ebuild 10 Jun 2014 13:16:28 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.2 2014/06/10 11:39:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.3 2014/06/10 13:16:28 jer Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="ipv6 selinux tcpd"
DEPEND="tcpd? ( sys-apps/tcp-wrappers )
1.166 net-misc/stunnel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.166&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.166&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.165&r2=1.166
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog 10 Jun 2014 11:39:33 -0000 1.165
+++ ChangeLog 10 Jun 2014 13:16:28 -0000 1.166
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/stunnel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.165 2014/06/10 11:39:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.166 2014/06/10 13:16:28 jer Exp $
+
+ 10 Jun 2014; Jeroen Roovers <jer@gentoo.org> stunnel-5.02.ebuild:
+ Stable for HPPA (bug #503506).
10 Jun 2014; Anthony G. Basile <blueness@gentoo.org> +files/stunnel.conf-r1,
+files/stunnel.rc7, +files/stunnel.tmpfiles.conf-r1, stunnel-5.02.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog
@ 2014-06-11 14:27 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-06-11 14:27 UTC (permalink / raw
To: gentoo-commits
blueness 14/06/11 14:27:18
Modified: stunnel-5.02.ebuild ChangeLog
Log:
Stable arm, ppc, ppc64. Bug #503506
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.4 net-misc/stunnel/stunnel-5.02.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?r1=1.3&r2=1.4
Index: stunnel-5.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stunnel-5.02.ebuild 10 Jun 2014 13:16:28 -0000 1.3
+++ stunnel-5.02.ebuild 11 Jun 2014 14:27:18 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.3 2014/06/10 13:16:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.4 2014/06/11 14:27:18 blueness Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="ipv6 selinux tcpd"
DEPEND="tcpd? ( sys-apps/tcp-wrappers )
1.167 net-misc/stunnel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.166&r2=1.167
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog 10 Jun 2014 13:16:28 -0000 1.166
+++ ChangeLog 11 Jun 2014 14:27:18 -0000 1.167
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/stunnel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.166 2014/06/10 13:16:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.167 2014/06/11 14:27:18 blueness Exp $
+
+ 11 Jun 2014; Anthony G. Basile <blueness@gentoo.org> stunnel-5.02.ebuild:
+ Stable arm, ppc, ppc64. Bug #503506
10 Jun 2014; Jeroen Roovers <jer@gentoo.org> stunnel-5.02.ebuild:
Stable for HPPA (bug #503506).
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog
@ 2014-06-13 21:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-06-13 21:44 UTC (permalink / raw
To: gentoo-commits
ago 14/06/13 21:44:53
Modified: stunnel-5.02.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #503506
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 net-misc/stunnel/stunnel-5.02.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?r1=1.4&r2=1.5
Index: stunnel-5.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stunnel-5.02.ebuild 11 Jun 2014 14:27:18 -0000 1.4
+++ stunnel-5.02.ebuild 13 Jun 2014 21:44:53 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.4 2014/06/11 14:27:18 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.5 2014/06/13 21:44:53 ago Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="ipv6 selinux tcpd"
DEPEND="tcpd? ( sys-apps/tcp-wrappers )
1.170 net-misc/stunnel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.170&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.170&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.169&r2=1.170
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog 11 Jun 2014 14:41:33 -0000 1.169
+++ ChangeLog 13 Jun 2014 21:44:53 -0000 1.170
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/stunnel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.169 2014/06/11 14:41:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.170 2014/06/13 21:44:53 ago Exp $
+
+ 13 Jun 2014; Agostino Sarubbo <ago@gentoo.org> stunnel-5.02.ebuild:
+ Stable for amd64, wrt bug #503506
11 Jun 2014; Anthony G. Basile <blueness@gentoo.org>
+files/stunnel-3.26-gentoo.diff:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog
@ 2014-06-13 21:45 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-06-13 21:45 UTC (permalink / raw
To: gentoo-commits
ago 14/06/13 21:45:20
Modified: stunnel-5.02.ebuild ChangeLog
Log:
Stable for x86, wrt bug #503506
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 net-misc/stunnel/stunnel-5.02.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?r1=1.5&r2=1.6
Index: stunnel-5.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- stunnel-5.02.ebuild 13 Jun 2014 21:44:53 -0000 1.5
+++ stunnel-5.02.ebuild 13 Jun 2014 21:45:20 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.5 2014/06/13 21:44:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.6 2014/06/13 21:45:20 ago Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="ipv6 selinux tcpd"
DEPEND="tcpd? ( sys-apps/tcp-wrappers )
1.171 net-misc/stunnel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.171&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.171&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.170&r2=1.171
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog 13 Jun 2014 21:44:53 -0000 1.170
+++ ChangeLog 13 Jun 2014 21:45:20 -0000 1.171
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/stunnel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.170 2014/06/13 21:44:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.171 2014/06/13 21:45:20 ago Exp $
+
+ 13 Jun 2014; Agostino Sarubbo <ago@gentoo.org> stunnel-5.02.ebuild:
+ Stable for x86, wrt bug #503506
13 Jun 2014; Agostino Sarubbo <ago@gentoo.org> stunnel-5.02.ebuild:
Stable for amd64, wrt bug #503506
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog
@ 2014-07-05 12:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-05 12:40 UTC (permalink / raw
To: gentoo-commits
ago 14/07/05 12:40:39
Modified: stunnel-5.02.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #503506
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 net-misc/stunnel/stunnel-5.02.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?r1=1.7&r2=1.8
Index: stunnel-5.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- stunnel-5.02.ebuild 17 Jun 2014 10:41:19 -0000 1.7
+++ stunnel-5.02.ebuild 5 Jul 2014 12:40:39 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.7 2014/06/17 10:41:19 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.8 2014/07/05 12:40:39 ago Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="ipv6 selinux tcpd"
DEPEND="tcpd? ( sys-apps/tcp-wrappers )
1.173 net-misc/stunnel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.172&r2=1.173
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog 17 Jun 2014 10:41:19 -0000 1.172
+++ ChangeLog 5 Jul 2014 12:40:39 -0000 1.173
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/stunnel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.172 2014/06/17 10:41:19 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.173 2014/07/05 12:40:39 ago Exp $
+
+ 05 Jul 2014; Agostino Sarubbo <ago@gentoo.org> stunnel-5.02.ebuild:
+ Stable for ia64, wrt bug #503506
17 Jun 2014; Tobias Klausmann <klausman@gentoo.org> stunnel-5.02.ebuild:
Stable on alpha, bug #503506
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog
@ 2014-07-05 12:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-05 12:57 UTC (permalink / raw
To: gentoo-commits
ago 14/07/05 12:57:55
Modified: stunnel-5.02.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #503506
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 net-misc/stunnel/stunnel-5.02.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?r1=1.8&r2=1.9
Index: stunnel-5.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- stunnel-5.02.ebuild 5 Jul 2014 12:40:39 -0000 1.8
+++ stunnel-5.02.ebuild 5 Jul 2014 12:57:55 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.8 2014/07/05 12:40:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.9 2014/07/05 12:57:55 ago Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="ipv6 selinux tcpd"
DEPEND="tcpd? ( sys-apps/tcp-wrappers )
1.174 net-misc/stunnel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.174&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.174&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.173&r2=1.174
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog 5 Jul 2014 12:40:39 -0000 1.173
+++ ChangeLog 5 Jul 2014 12:57:55 -0000 1.174
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/stunnel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.173 2014/07/05 12:40:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.174 2014/07/05 12:57:55 ago Exp $
+
+ 05 Jul 2014; Agostino Sarubbo <ago@gentoo.org> stunnel-5.02.ebuild:
+ Stable for sparc, wrt bug #503506
05 Jul 2014; Agostino Sarubbo <ago@gentoo.org> stunnel-5.02.ebuild:
Stable for ia64, wrt bug #503506
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-07-05 12:57 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-13 21:44 [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-07-05 12:57 Agostino Sarubbo (ago)
2014-07-05 12:40 Agostino Sarubbo (ago)
2014-06-13 21:45 Agostino Sarubbo (ago)
2014-06-11 14:27 Anthony G. Basile (blueness)
2014-06-10 13:16 Jeroen Roovers (jer)
2014-06-10 11:39 Anthony G. Basile (blueness)
2014-06-10 11:09 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox