* [PATCH] gnu: tor: Update to 0.2.8.7.
@ 2016-08-24 19:32 ng0
2016-08-24 20:12 ` Leo Famulari
0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2016-08-24 19:32 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1.1: Type: text/plain, Size: 197 bytes --]
Updates tor to 0.2.8.7, released.. today? yesterday? Well, recently.
Question: why is perl not a native-input for tor? I see some
version-update.pl complaining update it but not fatally failing.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-tor-Update-to-0.2.8.7.patch --]
[-- Type: text/x-patch, Size: 1110 bytes --]
From 9090a30806cbb444e69e403d9bbdd0bf937cf6a2 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Wed, 24 Aug 2016 19:25:02 +0000
Subject: [PATCH] gnu: tor: Update to 0.2.8.7.
* gnu/packages/tor.scm (tor): Update to 0.2.8.7.
---
gnu/packages/tor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index eec3c96..951b8f6 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -38,14 +38,14 @@
(define-public tor
(package
(name "tor")
- (version "0.2.8.6")
+ (version "0.2.8.7")
(source (origin
(method url-fetch)
(uri (string-append "https://www.torproject.org/dist/tor-"
version ".tar.gz"))
(sha256
(base32
- "0nmbwcr8s1qkrc2ahrk7jz81nax74sdhszkhrrgys8ndyw1grj9x"))))
+ "1iigfi8ljl88s8b5y1g4ak8im57simazscl467zvfbg8k6vf4i5f"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2))) ; for tests
--
2.9.3
[-- Attachment #1.3: Type: text/plain, Size: 74 bytes --]
--
ng0
For non-prism friendly talk find me on http://www.psyced.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: tor: Update to 0.2.8.7.
2016-08-24 19:32 [PATCH] gnu: tor: Update to 0.2.8.7 ng0
@ 2016-08-24 20:12 ` Leo Famulari
2016-08-26 10:47 ` ng0
0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2016-08-24 20:12 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 505 bytes --]
On Wed, Aug 24, 2016 at 07:32:52PM +0000, ng0 wrote:
> Updates tor to 0.2.8.7, released.. today? yesterday? Well, recently.
Thanks, pushed as ec9be00fc.
> Question: why is perl not a native-input for tor? I see some
> version-update.pl complaining update it but not fatally failing.
It looks like 'scripts/main/updateVersions.pl' is a tool used by the Tor
maintainers when preparing new releases of Tor. I'm not sure about the
other script in that directory, 'checkOptionDocs.pl'.
Should we add Perl?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: tor: Update to 0.2.8.7.
2016-08-24 20:12 ` Leo Famulari
@ 2016-08-26 10:47 ` ng0
2016-08-26 10:58 ` ng0
0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2016-08-26 10:47 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
Leo Famulari <leo@famulari.name> writes:
> [ Unknown signature status ]
> On Wed, Aug 24, 2016 at 07:32:52PM +0000, ng0 wrote:
>> Updates tor to 0.2.8.7, released.. today? yesterday? Well, recently.
>
> Thanks, pushed as ec9be00fc.
>
>> Question: why is perl not a native-input for tor? I see some
>> version-update.pl complaining update it but not fatally failing.
>
> It looks like 'scripts/main/updateVersions.pl' is a tool used by the Tor
> maintainers when preparing new releases of Tor. I'm not sure about the
> other script in that directory, 'checkOptionDocs.pl'.
>
> Should we add Perl?
maybe, I can't be certain until I've added and run it.
https://gitweb.torproject.org/tor.git/tree/scripts/maint/checkOptionDocs.pl.in
I will do so today.
--
ng0
For non-prism friendly talk find me on http://www.psyced.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: tor: Update to 0.2.8.7.
2016-08-26 10:47 ` ng0
@ 2016-08-26 10:58 ` ng0
2016-08-26 23:24 ` Leo Famulari
0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2016-08-26 10:58 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
ng0 <ng0@we.make.ritual.n0.is> writes:
> Leo Famulari <leo@famulari.name> writes:
>
>> [ Unknown signature status ]
>> On Wed, Aug 24, 2016 at 07:32:52PM +0000, ng0 wrote:
>>> Updates tor to 0.2.8.7, released.. today? yesterday? Well, recently.
>>
>> Thanks, pushed as ec9be00fc.
>>
>>> Question: why is perl not a native-input for tor? I see some
>>> version-update.pl complaining update it but not fatally failing.
>>
>> It looks like 'scripts/main/updateVersions.pl' is a tool used by the Tor
>> maintainers when preparing new releases of Tor. I'm not sure about the
>> other script in that directory, 'checkOptionDocs.pl'.
>>
>> Should we add Perl?
>
> maybe, I can't be certain until I've added and run it.
> https://gitweb.torproject.org/tor.git/tree/scripts/maint/checkOptionDocs.pl.in
>
> I will do so today.
I think this perl script is not even used in the standard check phase.
Maybe it is used in the full-check phase, which we might be able to add
once we have all the applications this phase requires (stem, and some
more) if we want/can run test-full.
--
ng0
For non-prism friendly talk find me on http://www.psyced.org
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-08-26 23:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24 19:32 [PATCH] gnu: tor: Update to 0.2.8.7 ng0
2016-08-24 20:12 ` Leo Famulari
2016-08-26 10:47 ` ng0
2016-08-26 10:58 ` ng0
2016-08-26 23:24 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.