pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/51161: security/botan MASTER_SITES incorrect (+FIX)
>Number: 51161
>Category: pkg
>Synopsis: security/botan MASTER_SITES incorrect (+FIX)
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon May 23 05:30:00 +0000 2016
>Originator: Robert Elz
>Release: pkgsrc current from 2015-05-19 until this is fixed
>Organization:
>Environment:
System: NetBSD andromeda.noi.kre.to 7.99.26 NetBSD 7.99.26 (VBOX64-1.1-20160128) #43: Thu Jan 28 16:09:08 ICT 2016 kre%onyx.coe.psu.ac.th@localhost:/usr/obj/current/kernels/amd64/VBOX64 amd64
Architecture: x86_64
Machine: amd64
>Description:
The MASTER_SITES for security/botan contains Botan releases only
up to 1.10.9 (that I can see anyway) and needs a v1.10 subdirectory
appended to get those. 1.10.12 appears to be elsewhere...
>How-To-Repeat:
make sure you don't already have the Botan 1.10.12 distfile,
and then
cd ...../pkgsrc/security/botan
make checksum
>Fix:
The patch below fixed it for me.
Index: Makefile
===================================================================
RCS file: /cvsroot/NetBSD/pkgsrc/security/botan/Makefile,v
retrieving revision 1.35
diff -u -u -r1.35 Makefile
--- Makefile 19 May 2016 22:10:24 -0000 1.35
+++ Makefile 23 May 2016 05:10:53 -0000
@@ -3,7 +3,7 @@
DISTNAME= Botan-1.10.12
PKGNAME= ${DISTNAME:tl}
CATEGORIES= security
-MASTER_SITES= http://files.randombit.net/botan/
+MASTER_SITES= http://botan.randombit.net/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index