[PATCH 1/4] gnu: libpwquality: fix source URL.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ethan R. Jones
  • Leo Famulari
Owner
unassigned
Submitted by
Ethan R. Jones
Severity
normal

Debbugs page

Ethan R. Jones wrote 8 years ago
(address . guix-patches@gnu.org)(name . Ethan R. Jones)(address . doubleplusgood23@gmail.com)
20170511024140.1852-1-doubleplusgood23@gmail.com
---
gnu/packages/password-utils.scm | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
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
Ethan R. Jones wrote 8 years ago
[PATCH 4/4] gnu: libaio: fix source URL
(address . guix-patches@gnu.org)(name . Ethan R. Jones)(address . doubleplusgood23@gmail.com)
20170511024140.1852-4-doubleplusgood23@gmail.com
---
gnu/packages/linux.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 61c960bfb..61aaf5332 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2686,9 +2686,7 @@ Linux Device Mapper multipathing driver:
(method url-fetch)
(uri (list
(string-append "mirror://debian/pool/main/liba/libaio/"
- name "_" version ".orig.tar.gz")
- (string-append "https://fedorahosted.org/releases/l/i/libaio/"
- name "-" version ".tar.gz")))
+ name "_" version ".orig.tar.gz")))
(sha256
(base32
"0zjzfkwd1kdvq6zpawhzisv7qbq1ffs343i5fs9p498pcf7046g0"))))
--
2.12.2
Ethan R. Jones wrote 8 years ago
[PATCH 3/4] gnu: python2-dogtail: fix homepage URL python-kitchen: fix homepage URL.
(address . guix-patches@gnu.org)(name . Ethan R. Jones)(address . doubleplusgood23@gmail.com)
20170511024140.1852-3-doubleplusgood23@gmail.com
---
gnu/packages/python.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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/")
(synopsis "GUI test tool and automation framework written in Python")
(description
"Dogtail is a GUI test tool and automation framework written in Python.
@@ -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/")
(synopsis "Python API for snippets")
(description "@code{kitchen} module provides a python API for all sorts of
little useful snippets of code that everybody ends up writing for their projects
--
2.12.2
Leo Famulari wrote 8 years ago
Re: bug#26872: [PATCH 1/4] gnu: libpwquality: fix source URL.
(name . Ethan R. Jones)(address . doubleplusgood23@gmail.com)(address . 26872@debbugs.gnu.org)
20170511034856.GA4088@jasmine
On Wed, May 10, 2017 at 10:41:37PM -0400, Ethan R. Jones wrote:

Thanks! Pushed as c18594dd95f98624b09b51ef5f8aea0a0d4d1743 with the
following cosmetic changes:

First, I filled out all the details in the commit message so it meets
our conventions:

gnu: libpwquality: Update source and home-page URLs.
* gnu/packages/password-utils.scm (libpwquality)[source]: Update URL.
[home-page]: Update URL.
Signed-off-by: Leo Famulari <leo@famulari.name>

This "ChangeLog" format is mentioned in the Guix manual under
'Submitting Patches'. I usually read older, similar commits when I'm
unsure.

Toggle quote (12 lines)
> (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")

I collapsed this to use fewer lines.
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlkT3ygACgkQJkb6MLrK
fwhewxAAg7OUM0ln+/p9S3/axGX0AfpOiXhSFqEh6BVT45JYmQfkMoBblG38l6bm
NEq936HzbWMBhpixhLAltPoyzGZVq7/h717pwGnJoJK1f+sfKh2J0aklsgvcc7z1
AjWUAwlBmAUyryPISjrVZFmEH8o2N8pcKdxrMqEDY5JxSz6AIn9V31jD4pjH4m8k
qoLjLC2bUrIKVRNtPKfa5FQbPMPO7SFoBY4uDCwLtdLxs1e/3irI8sxcE4b7J/Fe
Vh4xgLlANKm4sGJHtTY0HlUvcf8X2wrJEJt5yWLYY+Ecb3uR9HooaQ3RykXwV4Za
uqzY/fAkhAcxpzCN/VLcqskBBEKUuivl6u4K2+LvF2052Gh3UuhXsgBuMnNP4yBM
Po76EzfR54KRV11nliQBapvaXoWLPEIf/pS5GEPdn/IbLwuNkG+7rUzM+RLy7SLO
kuwZB7bCCR5StaN8YmjTKjCmTLuMXbMSbDEYrkXukiIOQGbyHeWtJ63ZkLPb+ZnR
AeNjQlgDjU0jOfNEgHzvgK6sx77bJznoPRVsB9R7TcYnzJEpOtF+wLly15DRr7tL
4V2fiWQP8D6vKrxwrsYPlMXiZsx124JzNjiP8rCjnW9lS0xuFVHAPZT7ifH7mEI4
HlUudctCAG7lx4s6pJmyFgWQo3BuTmz3bnDnIol9n5NGMhEE/po=
=LrKY
-----END PGP SIGNATURE-----


Leo Famulari wrote 8 years ago
Re: bug#26872: [PATCH 4/4] gnu: libaio: fix source URL
(name . Ethan R. Jones)(address . doubleplusgood23@gmail.com)(address . 26872@debbugs.gnu.org)
20170511035002.GC4088@jasmine
On Wed, May 10, 2017 at 10:41:40PM -0400, Ethan R. Jones wrote:
Toggle quote (17 lines)
> ---
> gnu/packages/linux.scm | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 61c960bfb..61aaf5332 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -2686,9 +2686,7 @@ Linux Device Mapper multipathing driver:
> (method url-fetch)
> (uri (list
> (string-append "mirror://debian/pool/main/liba/libaio/"
> - name "_" version ".orig.tar.gz")
> - (string-append "https://fedorahosted.org/releases/l/i/libaio/"
> - name "-" version ".tar.gz")))
> + name "_" version ".orig.tar.gz")))

Pushed (with a modified commit message) as
4929a0617a118068cc43819f6b7dd85eafadbf61. Thanks!
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlkT32oACgkQJkb6MLrK
fwhlfBAAl2Ntj/hIH1sC9NW7WiK9q70EuG1IWOqkZpuiaxpwAZPEjqkkav4ZWJ9B
avvq+dO5qhkburAUIm1UMm6rGTiP9G1McEOSDoJ8oicAF5GlHDHfcOD1ollTkaNQ
nZcryOZLHoMifoCdKHfgqht24ULgdEPM4du4VkYfdIOHxz17bcu+P8X5vK93OiSd
4A5poDqtpje4ElYMmXob0JjM9b47tzTC9bCJAtdWwKkbi4uEKM2GR6HlnCbs2/bT
dV85P9Gr6x7CfQQgo2a8hwlj43pQQljb7bD5lf/24opoLqZzVnbE7H/2AAAdSFMb
nikz2w+dZnHL2v2RHBrHLyVcKxjoi3CQ1bRxh1+fUe9UCybN4dsH8JbomU4XpNND
yXMJfXNsweW4ZoHNSIC9se+opGCNMZcQ74pTtYwMBhn9hyxpW2RnfZDFzTWMjDOa
vqAbALXCHdmNXcMJczMeUoWlaFAn2YDguvnSOqAUeARFNGlQD9QzMAFYp+ASa3Z5
dp/btsrOlgyKYtvpnaFaN9SL6rD6v4vzn8+zyxyvKXFSzeAEmqtaMV3of4Y3yMqy
H9H8jykZPHg7xPeFqvBCbkP5bMOi+MLvHKSKICUFa5usmHZVBmo7Q+fZVnXB1tXA
fBDfC+iqx3QDJvr0mKdTu+mba3d2brVLqN5MJ1J3F5CJPHaLFoY=
=Byjk
-----END PGP SIGNATURE-----


Leo Famulari wrote 8 years ago
Re: bug#26872: [PATCH 3/4] gnu: python2-dogtail: fix homepage URL python-kitchen: fix homepage URL.
(name . Ethan R. Jones)(address . doubleplusgood23@gmail.com)(address . 26872-done@debbugs.gnu.org)
20170511035124.GD4088@jasmine
On Wed, May 10, 2017 at 10:41:39PM -0400, Ethan R. Jones wrote:

I split this into two commits: one per package.

Toggle quote (16 lines)
> ---
> 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

Toggle quote (7 lines)
> @@ -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.
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlkT37wACgkQJkb6MLrK
fwjoHg/+Os3tzCp9rV/8XyL38t3rIw/Hj2WTJzbSkOvKNmk7nUKhIjT7/lZYa4bH
A5P/IgyjA+wL6UT6Nm0s4p4ZX4hDtLewRBwV++TQFp/aemw53L/X5WgrCcvmb+uJ
YzHKUDfaZ6FJ8yjKr7mz1hUHrooctYgfaxx/ZLFWEYpibih6FmQgNLxLqKTAp83l
FZLTXmwGlOP3DRW88v8ITnvn8en1fane/n4+VxHJJj6GXeks7i68ddr8sipa52lq
qDadqMeOXOuYxA/OHR+bsOosm4WhCFPtGq42YOXphZowHve+U5JMnwKLz9yinQAy
YUIpcBZx+988V8XWGT1/QaEkCfQgJHCp/NuYtlLk0kJ7MXhmJeEgLFQe0esUugCK
cxzrs7PL0I2xX+mPjib/Hcpv0cCW9Y0KKr6IAoSK4Z6S0DP87Z5CyQWQh58pFYkB
NCH8e7f0DRDjSBJuEElE+SNio2HpFRHoH410SMxXdK99/AcBBHDTMVJDl0V6v5dq
R/0LkEMG9qfPviB4qi7oM2kV2mE9S0Sppn6pi4ZSALtZuNsycFoR+/7JES9AIbMu
JnWXwQcuksGp97udCrdhJKy4cQ6PhushgHhx0RoIGBkHp3SplvousPyODGib4MB/
+XwLXwD/LwEanxqcykukn9LntGVI1AShWSym79/EO5lXnKTqvyk=
=rA9V
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 26872@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 26872
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help