Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] shadowsocks-libev: update to 3.3.5
@ 2021-12-07  0:02 rakino
  2021-12-18 23:44 ` dotnetfox
  2021-12-29  2:30 ` [PR PATCH] [Updated] " rakino
  0 siblings, 2 replies; 3+ messages in thread
From: rakino @ 2021-12-07  0:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1222 bytes --]

There is a new pull request by rakino against master on the void-packages repository

https://github.com/rakino/void-packages patch-1
https://github.com/void-linux/void-packages/pull/34412

shadowsocks-libev: update to 3.3.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34412.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-34412.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From e451e1665c33fd1cc5cf0837ff21f9b0f3b35c8a Mon Sep 17 00:00:00 2001
From: Hilton Chain <26847027+rakino@users.noreply.github.com>
Date: Tue, 7 Dec 2021 08:00:23 +0800
Subject: [PATCH] shadowsocks-libev: update to 3.3.5

---
 srcpkgs/shadowsocks-libev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/shadowsocks-libev/template b/srcpkgs/shadowsocks-libev/template
index 910dbd2a5050..4811640ae036 100644
--- a/srcpkgs/shadowsocks-libev/template
+++ b/srcpkgs/shadowsocks-libev/template
@@ -1,6 +1,6 @@
 # Template file for 'shadowsocks-libev'
 pkgname=shadowsocks-libev
-version=3.3.4
+version=3.3.5
 revision=1
 build_style=gnu-configure
 configure_args="--with-pcre=${XBPS_CROSS_BASE}/usr"
@@ -11,7 +11,7 @@ maintainer="whoami <whoami@systemli.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/shadowsocks/shadowsocks-libev"
 distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
-checksum=fce47a956fad0c30def9c71821bcec450a40d3f881548e31e66cedf262b89eb1
+checksum=cfc8eded35360f4b67e18dc447b0c00cddb29cc57a3cec48b135e5fb87433488
 
 system_accounts="shadowsocks"
 make_dirs="/etc/${pkgname} 0750 shadowsocks shadowsocks"

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

* Re: shadowsocks-libev: update to 3.3.5
  2021-12-07  0:02 [PR PATCH] shadowsocks-libev: update to 3.3.5 rakino
@ 2021-12-18 23:44 ` dotnetfox
  2021-12-29  2:30 ` [PR PATCH] [Updated] " rakino
  1 sibling, 0 replies; 3+ messages in thread
From: dotnetfox @ 2021-12-18 23:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

New comment by dotnetfox on void-packages repository

https://github.com/void-linux/void-packages/pull/34412#issuecomment-997300605

Comment:
I could test this version of shadowsocks on my private proxy server. Operates as intended.

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

* Re: [PR PATCH] [Updated] shadowsocks-libev: update to 3.3.5
  2021-12-07  0:02 [PR PATCH] shadowsocks-libev: update to 3.3.5 rakino
  2021-12-18 23:44 ` dotnetfox
@ 2021-12-29  2:30 ` rakino
  1 sibling, 0 replies; 3+ messages in thread
From: rakino @ 2021-12-29  2:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1227 bytes --]

There is an updated pull request by rakino against master on the void-packages repository

https://github.com/rakino/void-packages patch-1
https://github.com/void-linux/void-packages/pull/34412

shadowsocks-libev: update to 3.3.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34412.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-34412.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From 523c1a00ef86072dd3ec403e2c63ee6d910ac02d Mon Sep 17 00:00:00 2001
From: Hilton Chain <26847027+rakino@users.noreply.github.com>
Date: Tue, 7 Dec 2021 08:00:23 +0800
Subject: [PATCH] shadowsocks-libev: update to 3.3.5

---
 srcpkgs/shadowsocks-libev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/shadowsocks-libev/template b/srcpkgs/shadowsocks-libev/template
index 910dbd2a5050..4811640ae036 100644
--- a/srcpkgs/shadowsocks-libev/template
+++ b/srcpkgs/shadowsocks-libev/template
@@ -1,6 +1,6 @@
 # Template file for 'shadowsocks-libev'
 pkgname=shadowsocks-libev
-version=3.3.4
+version=3.3.5
 revision=1
 build_style=gnu-configure
 configure_args="--with-pcre=${XBPS_CROSS_BASE}/usr"
@@ -11,7 +11,7 @@ maintainer="whoami <whoami@systemli.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/shadowsocks/shadowsocks-libev"
 distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
-checksum=fce47a956fad0c30def9c71821bcec450a40d3f881548e31e66cedf262b89eb1
+checksum=cfc8eded35360f4b67e18dc447b0c00cddb29cc57a3cec48b135e5fb87433488
 
 system_accounts="shadowsocks"
 make_dirs="/etc/${pkgname} 0750 shadowsocks shadowsocks"

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

end of thread, other threads:[~2021-12-29  2:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07  0:02 [PR PATCH] shadowsocks-libev: update to 3.3.5 rakino
2021-12-18 23:44 ` dotnetfox
2021-12-29  2:30 ` [PR PATCH] [Updated] " rakino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).