Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tor: update to 0.4.6.7.
@ 2021-08-20 22:08 daniel-eys
  2021-08-23 19:52 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: daniel-eys @ 2021-08-20 22:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages tor
https://github.com/void-linux/void-packages/pull/32607

tor: update to 0.4.6.7.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] 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/32607.patch is attached

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

From 31b9539955184b96ed81a28ff6bff81cab618863 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 21 Aug 2021 00:00:45 +0200
Subject: [PATCH] tor: update to 0.4.6.7.

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

diff --git a/srcpkgs/tor/template b/srcpkgs/tor/template
index 673b8b969735..778335082570 100644
--- a/srcpkgs/tor/template
+++ b/srcpkgs/tor/template
@@ -1,6 +1,6 @@
 # Template file for 'tor'
 pkgname=tor
-version=0.4.6.6
+version=0.4.6.7
 revision=1
 build_style=gnu-configure
 configure_args="--enable-zstd"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://www.torproject.org/"
 changelog="https://gitweb.torproject.org/tor.git/plain/ReleaseNotes"
 distfiles="https://dist.torproject.org/tor-${version}.tar.gz"
-checksum=3423189ba455372021ed44e0be576d181f2908cbd9bdef202d9c11c950882e12
+checksum=ff665ce121b2952110bd98b9c8741b5593bf6c01ac09033ad848ed92c2510f9a
 
 conf_files="/etc/tor/torrc"
 system_accounts="tor"

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

* Re: [PR REVIEW] tor: update to 0.4.6.7.
  2021-08-20 22:08 [PR PATCH] tor: update to 0.4.6.7 daniel-eys
@ 2021-08-23 19:52 ` paper42
  2021-08-24 23:16 ` [PR PATCH] [Closed]: " daniel-eys
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-08-23 19:52 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32607#discussion_r694263999

Comment:
changelog URL is broken now, could you fix it? https://gitlab.torproject.org/tpo/core/tor/-/raw/main/ChangeLog

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

* Re: [PR PATCH] [Closed]: tor: update to 0.4.6.7.
  2021-08-20 22:08 [PR PATCH] tor: update to 0.4.6.7 daniel-eys
  2021-08-23 19:52 ` [PR REVIEW] " paper42
@ 2021-08-24 23:16 ` daniel-eys
  2021-08-24 23:23 ` [PR PATCH] [Updated] " daniel-eys
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: daniel-eys @ 2021-08-24 23:16 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

tor: update to 0.4.6.7.
https://github.com/void-linux/void-packages/pull/32607

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: [PR PATCH] [Updated] tor: update to 0.4.6.7.
  2021-08-20 22:08 [PR PATCH] tor: update to 0.4.6.7 daniel-eys
  2021-08-23 19:52 ` [PR REVIEW] " paper42
  2021-08-24 23:16 ` [PR PATCH] [Closed]: " daniel-eys
@ 2021-08-24 23:23 ` daniel-eys
  2021-08-24 23:27 ` [PR REVIEW] " daniel-eys
  2021-08-26 18:31 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: daniel-eys @ 2021-08-24 23:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages tor
https://github.com/void-linux/void-packages/pull/32607

tor: update to 0.4.6.7.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] 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/32607.patch is attached

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

From 86e906aae8b6584d57b3f426273373184663f948 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 21 Aug 2021 00:00:45 +0200
Subject: [PATCH] tor: update to 0.4.6.7.

---
 srcpkgs/tor/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tor/template b/srcpkgs/tor/template
index 673b8b969735..39ee33963862 100644
--- a/srcpkgs/tor/template
+++ b/srcpkgs/tor/template
@@ -1,6 +1,6 @@
 # Template file for 'tor'
 pkgname=tor
-version=0.4.6.6
+version=0.4.6.7
 revision=1
 build_style=gnu-configure
 configure_args="--enable-zstd"
@@ -12,9 +12,9 @@ short_desc="Anonymizing overlay network"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://www.torproject.org/"
-changelog="https://gitweb.torproject.org/tor.git/plain/ReleaseNotes"
+changelog="https://gitlab.torproject.org/tpo/core/tor/-/raw/main/ChangeLog"
 distfiles="https://dist.torproject.org/tor-${version}.tar.gz"
-checksum=3423189ba455372021ed44e0be576d181f2908cbd9bdef202d9c11c950882e12
+checksum=ff665ce121b2952110bd98b9c8741b5593bf6c01ac09033ad848ed92c2510f9a
 
 conf_files="/etc/tor/torrc"
 system_accounts="tor"

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

* Re: [PR REVIEW] tor: update to 0.4.6.7.
  2021-08-20 22:08 [PR PATCH] tor: update to 0.4.6.7 daniel-eys
                   ` (2 preceding siblings ...)
  2021-08-24 23:23 ` [PR PATCH] [Updated] " daniel-eys
@ 2021-08-24 23:27 ` daniel-eys
  2021-08-26 18:31 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: daniel-eys @ 2021-08-24 23:27 UTC (permalink / raw)
  To: ml

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

New review comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/32607#discussion_r695282996

Comment:
ok done (even though the gitweb url is actually still working for me)


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

* Re: [PR PATCH] [Merged]: tor: update to 0.4.6.7.
  2021-08-20 22:08 [PR PATCH] tor: update to 0.4.6.7 daniel-eys
                   ` (3 preceding siblings ...)
  2021-08-24 23:27 ` [PR REVIEW] " daniel-eys
@ 2021-08-26 18:31 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-08-26 18:31 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

tor: update to 0.4.6.7.
https://github.com/void-linux/void-packages/pull/32607

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-08-26 18:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20 22:08 [PR PATCH] tor: update to 0.4.6.7 daniel-eys
2021-08-23 19:52 ` [PR REVIEW] " paper42
2021-08-24 23:16 ` [PR PATCH] [Closed]: " daniel-eys
2021-08-24 23:23 ` [PR PATCH] [Updated] " daniel-eys
2021-08-24 23:27 ` [PR REVIEW] " daniel-eys
2021-08-26 18:31 ` [PR PATCH] [Merged]: " paper42

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).