Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog
Date: Tue, 10 Jun 2014 11:39:37
Message-Id: 20140610113933.657542004E@flycatcher.gentoo.org
1 blueness 14/06/10 11:39:33
2
3 Modified: stunnel-5.02.ebuild ChangeLog
4 Log:
5 Fix bug #476672
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 net-misc/stunnel/stunnel-5.02.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild?r1=1.1&r2=1.2
15
16 Index: stunnel-5.02.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- stunnel-5.02.ebuild 10 Jun 2014 11:09:49 -0000 1.1
23 +++ stunnel-5.02.ebuild 10 Jun 2014 11:39:33 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.1 2014/06/10 11:09:49 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.2 2014/06/10 11:39:33 blueness Exp $
29
30 EAPI="5"
31
32 @@ -54,11 +54,11 @@
33 tools/importCA.html
34
35 insinto /etc/stunnel
36 - doins "${FILESDIR}"/stunnel.conf
37 - newinitd "${FILESDIR}"/stunnel.initd-start-stop-daemon stunnel
38 + newins "${FILESDIR}"/stunnel.conf-r1 stunnel.conf
39 + newinitd "${FILESDIR}"/stunnel.rc7 stunnel
40
41 systemd_dounit "${S}/tools/stunnel.service"
42 - systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
43 + systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf-r1 stunnel.conf
44 }
45
46 pkg_postinst() {
47
48
49
50 1.165 net-misc/stunnel/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.165&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.165&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.164&r2=1.165
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
59 retrieving revision 1.164
60 retrieving revision 1.165
61 diff -u -r1.164 -r1.165
62 --- ChangeLog 10 Jun 2014 11:18:53 -0000 1.164
63 +++ ChangeLog 10 Jun 2014 11:39:33 -0000 1.165
64 @@ -1,6 +1,10 @@
65 # ChangeLog for net-misc/stunnel
66 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.164 2014/06/10 11:18:53 blueness Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.165 2014/06/10 11:39:33 blueness Exp $
69 +
70 + 10 Jun 2014; Anthony G. Basile <blueness@g.o> +files/stunnel.conf-r1,
71 + +files/stunnel.rc7, +files/stunnel.tmpfiles.conf-r1, stunnel-5.02.ebuild:
72 + Fix bug #476672
73
74 10 Jun 2014; Anthony G. Basile <blueness@g.o> stunnel-5.01.ebuild:
75 Stable arm, ppc, ppc64. Bug #503506