emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26872: closed ([PATCH 1/4] gnu: libpwquality: fix


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26872: closed ([PATCH 1/4] gnu: libpwquality: fix source URL.)
Date: Thu, 11 May 2017 03:52:02 +0000

Your message dated Wed, 10 May 2017 23:51:24 -0400
with message-id <address@hidden>
and subject line Re: bug#26872: [PATCH 3/4] gnu: python2-dogtail: fix homepage 
URL python-kitchen: fix homepage URL.
has caused the debbugs.gnu.org bug report #26872,
regarding [PATCH 1/4] gnu: libpwquality: fix source URL.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26872: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26872
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/4] gnu: libpwquality: fix source URL. Date: Wed, 10 May 2017 22:41:37 -0400
---
 gnu/packages/password-utils.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 9daacd871..1f563b31d 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -197,8 +197,14 @@ passwords that could be guessed by crack by filtering them 
out, at source.")
     (source (origin
               (method url-fetch)
               (uri (list
-                    (string-append "https://fedorahosted.org/releases/l/i/";
-                                   name "/" name "-" version ".tar.bz2")
+                    (string-append "https://github.com/";
+                                   name
+                                   "/"
+                                   name
+                                   "/releases/download/"
+                                   name  "-" version
+                                   "/"
+                                   name "-" version ".tar.bz2")
                     (string-append "https://launchpad.net/libpwquality/trunk/";
                                    version "/+download/"
                                    name "-" version ".tar.bz2")))
@@ -212,7 +218,8 @@ passwords that could be guessed by crack by filtering them 
out, at source.")
     (inputs
      `(("cracklib" ,cracklib)))
     (synopsis "Password quality checker")
-    (home-page "https://fedorahosted.org/libpwquality/";)
+    ;; Fedorahosted was retired, there's no known home page currently.
+    (home-page "https://github.com/libpwquality/libpwquality";)
     (description
      "Libpwquality is a library for password quality checking and generation of
 random passwords that pass the checks.")
-- 
2.12.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#26872: [PATCH 3/4] gnu: python2-dogtail: fix homepage URL python-kitchen: fix homepage URL. Date: Wed, 10 May 2017 23:51:24 -0400 User-agent: Mutt/1.8.2 (2017-04-18)
On Wed, May 10, 2017 at 10:41:39PM -0400, Ethan R. Jones wrote:

I split this into two commits: one per package.

> ---
>  gnu/packages/python.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 60d3868e9..4d30fa0f9 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -1353,7 +1353,8 @@ Python 3.3+.")
>      (build-system python-build-system)
>      (arguments `(#:python ,python-2
>                   #:tests? #f))                    ; invalid command "test"
> -    (home-page "https://fedorahosted.org/dogtail/";)
> +    ;; Currently no offical homepage.
> +    (home-page "https://pypi.python.org/pypi/dogtail/";)

Pushed as 5ee684ff2f1eadf292cac572e9e02aef5d2cdd35

> @@ -2641,7 +2642,7 @@ version numbers.")
>      (build-system python-build-system)
>      (propagated-inputs
>       `(("python-chardet" ,python-chardet)))
> -    (home-page "https://fedorahosted.org/kitchen";)
> +    (home-page "https://pythonhosted.org/kitchen/";)

I found the GitHub repo where this is being developed by Fedora, so I
changed it to use that URL in cb542830a23926a3df321b37d9e2aa914ea7b8c0.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]