gnupdate: Handle GnuPG-related packages.
* maintainers/scripts/gnu/gnupdate (gnu?): Check `gnupg.org'. (ftp-server/directory)[quirks]: Add libassuan. svn path=/nixpkgs/trunk/; revision=30176
This commit is contained in:
@@ -736,7 +736,8 @@ Return #t if the signature was good, #f otherwise."
|
|||||||
(('attribute _ "description" value)
|
(('attribute _ "description" value)
|
||||||
(string-prefix? "GNU" value))
|
(string-prefix? "GNU" value))
|
||||||
(('attribute _ "homepage" (? string? value))
|
(('attribute _ "homepage" (? string? value))
|
||||||
(string-contains value "www.gnu.org"))
|
(or (string-contains value "gnu.org")
|
||||||
|
(string-contains value "gnupg.org")))
|
||||||
(('attribute _ "homepage" ((? string? value) ...))
|
(('attribute _ "homepage" ((? string? value) ...))
|
||||||
(any (cut string-contains <> "www.gnu.org") value))
|
(any (cut string-contains <> "www.gnu.org") value))
|
||||||
(_ #f)))
|
(_ #f)))
|
||||||
@@ -769,6 +770,7 @@ Return #t if the signature was good, #f otherwise."
|
|||||||
("libosip2" "ftp.gnu.org" "/gnu/osip" #f)
|
("libosip2" "ftp.gnu.org" "/gnu/osip" #f)
|
||||||
("libgcrypt" "ftp.gnupg.org" "/gcrypt" #t)
|
("libgcrypt" "ftp.gnupg.org" "/gcrypt" #t)
|
||||||
("libgpg-error" "ftp.gnupg.org" "/gcrypt" #t)
|
("libgpg-error" "ftp.gnupg.org" "/gcrypt" #t)
|
||||||
|
("libassuan" "ftp.gnupg.org" "/gcrypt" #t)
|
||||||
("freefont-ttf" "ftp.gnu.org" "/gnu/freefont" #f)
|
("freefont-ttf" "ftp.gnu.org" "/gnu/freefont" #f)
|
||||||
("gnupg" "ftp.gnupg.org" "/gcrypt" #t)
|
("gnupg" "ftp.gnupg.org" "/gcrypt" #t)
|
||||||
("gnu-ghostscript" "ftp.gnu.org" "/gnu/ghostscript" #f)
|
("gnu-ghostscript" "ftp.gnu.org" "/gnu/ghostscript" #f)
|
||||||
|
|||||||
Reference in New Issue
Block a user