public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: privoxy-3.0.23.ebuild ChangeLog
@ 2015-01-26 21:09 Andrew Savchenko (bircoph)
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Savchenko (bircoph) @ 2015-01-26 21:09 UTC (permalink / raw
  To: gentoo-commits

bircoph     15/01/26 21:09:43

  Modified:             ChangeLog
  Added:                privoxy-3.0.23.ebuild
  Log:
  Version bump. Fixes multiple security issues, see bug 537884.
  
  Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
  (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)

Revision  Changes    Path
1.107                net-proxy/privoxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	25 Jan 2015 11:21:25 -0000	1.106
+++ ChangeLog	26 Jan 2015 21:09:43 -0000	1.107
@@ -1,6 +1,11 @@
 # ChangeLog for net-proxy/privoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.106 2015/01/25 11:21:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.107 2015/01/26 21:09:43 bircoph Exp $
+
+*privoxy-3.0.23 (26 Jan 2015)
+
+  26 Jan 2015; Andrew Savchenko <bircoph@gentoo.org> +privoxy-3.0.23.ebuild:
+  Version bump. Fixes multiple security issues, see bug 537884.
 
   25 Jan 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.22.ebuild:
   Stable for alpha, wrt bug #531292



1.1                  net-proxy/privoxy/privoxy-3.0.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.1&content-type=text/plain

Index: privoxy-3.0.23.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.1 2015/01/26 21:09:43 bircoph Exp $

EAPI="5"

inherit eutils toolchain-funcs autotools systemd user

[ "${PV##*_}" = "beta" ] &&
	PRIVOXY_STATUS="beta" ||
	PRIVOXY_STATUS="stable"

HOMEPAGE="http://www.privoxy.org http://sourceforge.net/projects/ijbswa/"
DESCRIPTION="A web proxy with advanced filtering capabilities for protecting privacy against Internet junk"
SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz"

IUSE="+acl editor external-filters +fast-redirects +force graceful-termination
+image-blocking ipv6 lfs png-images selinux +stats +threads toggle
whitelists +zlib"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
LICENSE="GPL-2"

DEPEND="dev-libs/libpcre
	zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}
	selinux? ( sec-policy/selinux-privoxy )"

REQUIRED_USE="toggle? ( editor )"

S="${WORKDIR}/${P%_*}-${PRIVOXY_STATUS}"

pkg_setup() {
	enewgroup privoxy
	enewuser privoxy -1 -1 /etc/privoxy privoxy
}

src_prepare() {
	epatch "${FILESDIR}"/${PN}-3.0.19-gentoo.patch
	# autoreconf needs to be called even if we don't modify any autotools source files
	# See main makefile
	eautoreconf
}

src_configure() {

	econf \
		$(use_enable acl acl-support) \
		$(use_enable editor) \
		$(use_enable fast-redirects) \
		$(use_enable force) \
		$(use_enable graceful-termination) \
		$(use_enable image-blocking) \
		$(use_enable ipv6 ipv6-support) \
		$(use_enable lfs large-file-support) \
		$(use_enable png-images no-gifs) \
		$(use_enable stats) \
		$(use_enable threads pthread) \
		$(use_enable toggle) \
		$(use_enable whitelists trust-files) \
		$(use_enable zlib) \
		$(usex zlib --enable-compression "") \
		--enable-dynamic-pcre \
		--with-user=privoxy \
		--with-group=privoxy \
		--sysconfdir=/etc/privoxy \
		--docdir=/usr/share/doc/${PF}
}

src_install () {
	default

	newinitd "${FILESDIR}/privoxy.initd" privoxy
	systemd_dounit "${FILESDIR}"/${PN}.service

	insinto /etc/logrotate.d
	newins "${FILESDIR}/privoxy.logrotate" privoxy

	diropts -m 0750 -g privoxy -o privoxy
	keepdir /var/log/privoxy
}





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: privoxy-3.0.23.ebuild ChangeLog
@ 2015-01-28 13:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-28 13:33 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/28 13:33:37

  Modified:             privoxy-3.0.23.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #537884
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  net-proxy/privoxy/privoxy-3.0.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?r1=1.1&r2=1.2

Index: privoxy-3.0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- privoxy-3.0.23.ebuild	26 Jan 2015 21:09:43 -0000	1.1
+++ privoxy-3.0.23.ebuild	28 Jan 2015 13:33:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.1 2015/01/26 21:09:43 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.2 2015/01/28 13:33:37 ago Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 +image-blocking ipv6 lfs png-images selinux +stats +threads toggle
 whitelists +zlib"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND="dev-libs/libpcre



1.108                net-proxy/privoxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?r1=1.107&r2=1.108

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	26 Jan 2015 21:09:43 -0000	1.107
+++ ChangeLog	28 Jan 2015 13:33:37 -0000	1.108
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/privoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.107 2015/01/26 21:09:43 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.108 2015/01/28 13:33:37 ago Exp $
+
+  28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
+  Stable for amd64, wrt bug #537884
 
 *privoxy-3.0.23 (26 Jan 2015)
 





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: privoxy-3.0.23.ebuild ChangeLog
@ 2015-01-31 10:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-31 10:32 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/31 10:32:16

  Modified:             privoxy-3.0.23.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #537884
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  net-proxy/privoxy/privoxy-3.0.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?r1=1.2&r2=1.3

Index: privoxy-3.0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- privoxy-3.0.23.ebuild	28 Jan 2015 13:33:37 -0000	1.2
+++ privoxy-3.0.23.ebuild	31 Jan 2015 10:32:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.2 2015/01/28 13:33:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.3 2015/01/31 10:32:16 ago Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 +image-blocking ipv6 lfs png-images selinux +stats +threads toggle
 whitelists +zlib"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND="dev-libs/libpcre



1.109                net-proxy/privoxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	28 Jan 2015 13:33:37 -0000	1.108
+++ ChangeLog	31 Jan 2015 10:32:16 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/privoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.108 2015/01/28 13:33:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.109 2015/01/31 10:32:16 ago Exp $
+
+  31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
+  Stable for ppc, wrt bug #537884
 
   28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
   Stable for amd64, wrt bug #537884





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: privoxy-3.0.23.ebuild ChangeLog
@ 2015-02-15 15:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-15 15:07 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/15 15:07:20

  Modified:             privoxy-3.0.23.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #537884
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  net-proxy/privoxy/privoxy-3.0.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?r1=1.3&r2=1.4

Index: privoxy-3.0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- privoxy-3.0.23.ebuild	31 Jan 2015 10:32:16 -0000	1.3
+++ privoxy-3.0.23.ebuild	15 Feb 2015 15:07:20 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.3 2015/01/31 10:32:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.4 2015/02/15 15:07:20 ago Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 +image-blocking ipv6 lfs png-images selinux +stats +threads toggle
 whitelists +zlib"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND="dev-libs/libpcre



1.110                net-proxy/privoxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	31 Jan 2015 10:32:16 -0000	1.109
+++ ChangeLog	15 Feb 2015 15:07:20 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/privoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.109 2015/01/31 10:32:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.110 2015/02/15 15:07:20 ago Exp $
+
+  15 Feb 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
+  Stable for x86, wrt bug #537884
 
   31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
   Stable for ppc, wrt bug #537884





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: privoxy-3.0.23.ebuild ChangeLog
@ 2015-02-16 10:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-16 10:21 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/16 10:21:13

  Modified:             privoxy-3.0.23.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #537884
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  net-proxy/privoxy/privoxy-3.0.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?r1=1.4&r2=1.5

Index: privoxy-3.0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- privoxy-3.0.23.ebuild	15 Feb 2015 15:07:20 -0000	1.4
+++ privoxy-3.0.23.ebuild	16 Feb 2015 10:21:13 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.4 2015/02/15 15:07:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.5 2015/02/16 10:21:13 ago Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 +image-blocking ipv6 lfs png-images selinux +stats +threads toggle
 whitelists +zlib"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND="dev-libs/libpcre



1.111                net-proxy/privoxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	15 Feb 2015 15:07:20 -0000	1.110
+++ ChangeLog	16 Feb 2015 10:21:13 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/privoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.110 2015/02/15 15:07:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.111 2015/02/16 10:21:13 ago Exp $
+
+  16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
+  Stable for sparc, wrt bug #537884
 
   15 Feb 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
   Stable for x86, wrt bug #537884





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: privoxy-3.0.23.ebuild ChangeLog
@ 2015-02-18  8:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-18  8:50 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/18 08:50:25

  Modified:             privoxy-3.0.23.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #537884
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  net-proxy/privoxy/privoxy-3.0.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?r1=1.5&r2=1.6

Index: privoxy-3.0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- privoxy-3.0.23.ebuild	16 Feb 2015 10:21:13 -0000	1.5
+++ privoxy-3.0.23.ebuild	18 Feb 2015 08:50:25 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.5 2015/02/16 10:21:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.6 2015/02/18 08:50:25 ago Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 +image-blocking ipv6 lfs png-images selinux +stats +threads toggle
 whitelists +zlib"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND="dev-libs/libpcre



1.112                net-proxy/privoxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	16 Feb 2015 10:21:13 -0000	1.111
+++ ChangeLog	18 Feb 2015 08:50:25 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/privoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.111 2015/02/16 10:21:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.112 2015/02/18 08:50:25 ago Exp $
+
+  18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
+  Stable for ppc64, wrt bug #537884
 
   16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
   Stable for sparc, wrt bug #537884





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: privoxy-3.0.23.ebuild ChangeLog
@ 2015-02-24 10:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24 10:57 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/24 10:57:40

  Modified:             privoxy-3.0.23.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #537884
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  net-proxy/privoxy/privoxy-3.0.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild?r1=1.6&r2=1.7

Index: privoxy-3.0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- privoxy-3.0.23.ebuild	18 Feb 2015 08:50:25 -0000	1.6
+++ privoxy-3.0.23.ebuild	24 Feb 2015 10:57:40 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.6 2015/02/18 08:50:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.23.ebuild,v 1.7 2015/02/24 10:57:40 ago Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 +image-blocking ipv6 lfs png-images selinux +stats +threads toggle
 whitelists +zlib"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND="dev-libs/libpcre



1.113                net-proxy/privoxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/privoxy/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	18 Feb 2015 08:50:25 -0000	1.112
+++ ChangeLog	24 Feb 2015 10:57:40 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/privoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.112 2015/02/18 08:50:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.113 2015/02/24 10:57:40 ago Exp $
+
+  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
+  Stable for alpha, wrt bug #537884
 
   18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> privoxy-3.0.23.ebuild:
   Stable for ppc64, wrt bug #537884





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-24 10:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 21:09 [gentoo-commits] gentoo-x86 commit in net-proxy/privoxy: privoxy-3.0.23.ebuild ChangeLog Andrew Savchenko (bircoph)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-28 13:33 Agostino Sarubbo (ago)
2015-01-31 10:32 Agostino Sarubbo (ago)
2015-02-15 15:07 Agostino Sarubbo (ago)
2015-02-16 10:21 Agostino Sarubbo (ago)
2015-02-18  8:50 Agostino Sarubbo (ago)
2015-02-24 10:57 Agostino Sarubbo (ago)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox