pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/25681: security/libgcrypt seeks distfile from incorrect location
>Number: 25681
>Category: pkg
>Synopsis: security/libgcrypt seeks distfile from incorrect location
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun May 23 04:02:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Robert Elz
>Release: NetBSD 1.6X ( pkgsrc current as of now )
>Organization:
Prince of Songkla University
>Environment:
System: NetBSD jade.coe.psu.ac.th 1.6X NetBSD 1.6X (JADE) #17: Wed Sep 24
20:25:35 ICT 2003
kre%jade.coe.psu.ac.th@localhost:/usr/src/real-sys/arch/i386/compile/JADE i386
Architecture: i386
Machine: i386
>Description:
Since the recent upgrade, security/libgcrypt is attempting to
fetch its distfile from a path at the MASTER_SITES that does
not exist.
>How-To-Repeat:
cd ..../pkgsrc/security/libgcrypt
make fetch
>Fix:
The following patch is sufficient, though it is likely that
the 2nd MASTER_SITE needs a similar alteration to its path
(I know the path that is there is incorrect, but I didn't
go to it to verify that the obvious alteration to the path
is actually correct in that case)
--- Makefile.real 2004-05-22 23:18:32.000000000 +0700
+++ Makefile 2004-05-23 10:49:42.000000000 +0700
@@ -2,7 +2,7 @@
DISTNAME= libgcrypt-1.2.0
CATEGORIES= security
-MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/ \
+MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
http://gd.tuwien.ac.at/privacy/gnupg/alpha/libgcrypt/
MAINTAINER= tron%NetBSD.org@localhost
>Release-Note:
>Audit-Trail:
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index