X-Original-To: alpine-aports@lists.alpinelinux.org Received: from cdptpa-cmomta03.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.227]) by lists.alpinelinux.org (Postfix) with ESMTP id 698ACF831CE for ; Tue, 5 Feb 2019 16:39:36 +0000 (UTC) Received: from [192.168.100.140] ([98.151.6.58]) by cmsmtp with ESMTP id r3kxgjPhASIlRr3l1gLLW1; Tue, 05 Feb 2019 16:39:35 +0000 From: Dean Takemori Message-Id: <816C9FF1-17D5-4405-BF72-4E9A3DF83DF6@hawaii.rr.com> Content-Type: multipart/alternative; boundary="Apple-Mail=_FFE55789-3B5D-4045-AC76-AE5DFA17975E" X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: [alpine-aports] [PATCH] main/privoxy: Upgrade to 3.0.28, add simple check function Date: Tue, 5 Feb 2019 06:39:31 -1000 In-Reply-To: Cc: Leonardo Arena To: alpine-aports References: <4D77965B-76D9-4080-9F11-E1E576C03FB8@hawaii.rr.com> X-Mailer: Apple Mail (2.3445.102.3) X-CMAE-Envelope: MS4wfE8DGOLU7BoArw9olp83k1GhV2o1qJcUdXoBJrhAJInEDILGuZbK8bXzmOoPBFMbtkE28+ZUuyt36P1egeNGifMMo6hL872VIwqcNmybwzXCzhttZ7B3 nql5o3Lufx4TtWKbT0GZlN/COC/ZTcubVMJcpzc/4VoQNUes84FyXBmSUSt8F4rd1UGlBRN6A66HzA== --Apple-Mail=_FFE55789-3B5D-4045-AC76-AE5DFA17975E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Try again, this time with attachment to (hopefully) avoid any CRLF = issues and rebased - looks like the previous version was missing the = http->https update. > On Feb 5, 2019, at 4:32 AM, Leonardo Arena wrote: >=20 > Hi, >=20 > On Sun, Jan 13, 2019 at 12:18 AM Dean Takemori > wrote: >=20 > 1 file changed, 10 insertions(+), 3 deletions(-) > diff --git a/main/privoxy/APKBUILD b/main/privoxy/APKBUILD > index d1b4ebc..1cd9347 100644 >=20 > the does not apply. I needs to be rebased. >=20 > Thanks! >=20 >=20 > /eo >=20 --Apple-Mail=_FFE55789-3B5D-4045-AC76-AE5DFA17975E Content-Type: multipart/mixed; boundary="Apple-Mail=_9DD8C3E4-BA9C-4B57-BFC2-C96405C1767B" --Apple-Mail=_9DD8C3E4-BA9C-4B57-BFC2-C96405C1767B Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii

Try again, this time with attachment to (hopefully) avoid any CRLF issues and rebased - looks like the previous version was missing the http->https update.


--Apple-Mail=_9DD8C3E4-BA9C-4B57-BFC2-C96405C1767B Content-Disposition: attachment; filename=privoxy-3.0.28.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="privoxy-3.0.28.patch" Content-Transfer-Encoding: 7bit diff --git a/main/privoxy/APKBUILD b/main/privoxy/APKBUILD index 49ba3f2..89a514e 100644 --- a/main/privoxy/APKBUILD +++ b/main/privoxy/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=privoxy -pkgver=3.0.26 +pkgver=3.0.28 pkgrel=0 pkgdesc="A web proxy with advanced filtering capabilities" url="http://www.privoxy.org" @@ -45,6 +45,13 @@ build() { make || return 1 } +check() { + cd "$builddir" + [ -f ./privoxy ] || exit 1 + ./privoxy --version | grep $pkgver + return $? +} + package() { cd "$builddir" @@ -63,7 +70,7 @@ package() { "$pkgdir"/etc/privoxy } -sha512sums="e448305287d0451c761b76b8d8974ea1ec837b621bbb498a7ff16a54cb4d8f1f734efe2eef03235c01163bb40e225785065aad6ee265a31d90970ab98af11044 privoxy-3.0.26-stable-src.tar.gz +sha512sums="5d58024ae73d623a2b8fb2ac49e18f047dfe252c9441388f025cf888c0e4b11546b8796cfa559759ee137002b1b31b30ad28b356ae226836454f32591eb835fc privoxy-3.0.28-stable-src.tar.gz 346bda3a2108547569af3397c77e092c54fa0c20bc6d3bb1d4c202b4e2b8d9c13018eab0a326cd9632310ec8052600ee7db4b6011610faec386c399cdd01af9c privoxy.initd 118caaeac3aba751584c5bdfc737bf5bfeddf1a62fda1f44bcd4654ae2e33183bc1ce6fc66d4a1bdd79766e42e669b1615a6d46d528a1bd49cabdf98385a3bb9 privoxy.logrotate 0220785fff0b34b75e3c8cecbeb302e0137e96039e0663ae44d7450e334a3c1d742c2760de55d52817fb9ed2efb19f505e1fb7406d055b387b7b084f5f52011f privoxy-alpine.patch" --Apple-Mail=_9DD8C3E4-BA9C-4B57-BFC2-C96405C1767B Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii


On Feb 5, 2019, at 4:32 AM, Leonardo Arena <rnalrd@gmail.com> wrote:

Hi,

On Sun, Jan 13, 2019 at 12:18 AM Dean Takemori <deant@hawaii.rr.com> wrote:

 1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/main/privoxy/APKBUILD b/main/privoxy/APKBUILD
index d1b4ebc..1cd9347 100644

the does not apply. I needs to be rebased.

Thanks!


/eo


--Apple-Mail=_9DD8C3E4-BA9C-4B57-BFC2-C96405C1767B-- --Apple-Mail=_FFE55789-3B5D-4045-AC76-AE5DFA17975E-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---