pkgsrc-Bugs archive

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

pkg/47521: security/openssl mastersites completion and communication with upstream



>Number:         47521
>Category:       pkg
>Synopsis:       security/openssl mastersites completion and communication with 
>upstream
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 01 15:50:01 +0000 2013
>Originator:     Noud de Brouwer
>Release:        affects all versions and platforms
>Organization:
-none-
>Environment:
NetBSD 10.0.2.17 6.99.16 NetBSD 6.99.16 (MONOLITHIC.UGEN) #7: Wed Jan 16 
02:06:10 UTC 2013  
mickey55@10.0.2.17:/obj-src/sys/arch/i386/compile/MONOLITHIC.UGEN i386
>Description:
we do not have complete mirror list,
plus we had one mirror it's alias
and we discovered ftp://ftp.openssl.org/source/
not responding but we did not communicate that to upstream.
>How-To-Repeat:
look the mirrors in http://www.openssl.org/source/mirror.html
and compare with security/openssl/Makefile its MASTER_SITES.
>Fix:

extra action to take, inform and ask upstream about:
http://ftp.openssl.org/source/
and
ftp://ftp.openssl.org/source/

and:
--- Makefile.orig       2013-02-01 18:17:18.000000000 +0000
+++ Makefile    2013-02-01 18:34:58.000000000 +0000
@@ -3,12 +3,37 @@
 OPENSSL_SNAPSHOT?=     # empty
 OPENSSL_STABLE?=       # empty
 OPENSSL_VERS?=         0.9.8x
+PKGREVISION=           1
 
 .if empty(OPENSSL_SNAPSHOT)
 DISTNAME=      openssl-${OPENSSL_VERS}
 MASTER_SITES=  http://ftp.openssl.org/source/ \
-                               
ftp://sunsite.cnlab-switch.ch/mirror/openssl/source/ \
-                               
ftp://sunsite.uio.no/pub/security/openssl/source/
+                               ftp://mirror.switch.ch/mirror/openssl/source/ \
+                               
http://mirror.switch.ch/ftp/mirror/openssl/source/ \
+                               
ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/ \
+                               
ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/ \
+                               
ftp://sunsite.uio.no/pub/security/openssl/source/ \
+                               
ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ \
+                               ftp://mirror.aarnet.edu.au/pub/openssl/source/ \
+                               
ftp://gd.tuwien.ac.at/infosys/security/openssl/source/ \
+                               
ftp://ftp.kfki.hu/pub/packages/security/openssl/source/ \
+                               
ftp://guest.kuria.katowice.pl/pub/openssl/source/ \
+                               
ftp://ftp.infoscience.co.jp/pub/Crypto/SSL/openssl/source/ \
+                               ftp://ftp.fi.muni.cz/pub/openssl/source/ \
+                               ftp://ftp.linux.hr/pub/openssl/source/ \
+                               ftp://mirror.aarnet.edu.au/pub/openssl/source/ \
+                               ftp://ftp.grmbl.com/pub/openssl/source/ \
+                               ftp://ftp.duth.gr/pub/OpenSSL/source/ \
+                               http://openssl.linux-mirror.org/source/ \
+                               
http://www.securehost.com/mirror/openssl/source/ \
+                               
http://www.very-clever.com/download/openssl/source/ \
+                               http://openssl.parentinginformed.com/source/ \
+                               http://openssl.initrd.net/source/ \
+                               ftp://ftp.tpnet.pl/pub/security/openssl/source/ 
\
+                               
rsync://ftp.tpnet.pl/pub/security/openssl/source/ \
+                               http://openssl.skazkaforyou.com/source/ \
+                               http://openssl.raffsoftware.com/source/ \
+                               http://artfiles.org/openssl.org/source/
 .else
 .  if !empty(OPENSSL_STABLE:M[yY][eE][sS])
 DISTNAME=      
openssl-${OPENSSL_VERS:C/[a-z]$//}-stable-SNAP-${OPENSSL_SNAPSHOT}


Home | Main Index | Thread Index | Old Index