Bug 66331 - gnutls port needs upgrading
Summary: gnutls port needs upgrading
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-06 14:30 UTC by Brian Candler
Modified: 2004-06-04 23:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Candler 2004-05-06 14:30:30 UTC
Current gnutls port tries to build gnutls-1.0.8 but this no longer exists on
the distribution sites so the port build fails; should use gnutls-1.0.13

Fix: 

Not sure about the signature though: SIG_SUFFIX is .sig.asc in the Makefile
but the version on the home site is .sig.asc.gz. Does the signature actually
get checked anywhere? I can't find SIG_ in /usr/ports/Mk/*--qQ6pH3THDEQWstKBbgYMaZ5J1iEcXGLYjNzwsU1abRhFSLmU
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig	Mon May  3 14:57:44 2004
+++ Makefile	Thu May  6 14:01:25 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnutls
-PORTVERSION=	1.0.8
+PORTVERSION=	1.0.13
 PORTREVISION=	1
 CATEGORIES=	security net
 MASTER_SITES=	${MASTER_SITE_GNUPG} \
--- distinfo.orig	Mon Mar  8 23:43:20 2004
+++ distinfo	Thu May  6 14:07:15 2004
@@ -1,4 +1,4 @@
-MD5 (gnutls-1.0.8.tar.gz) = 7226b151a390150d02d270f9442e74b5
-SIZE (gnutls-1.0.8.tar.gz) = 1407598
-MD5 (gnutls-1.0.8.tar.gz.sig.asc) = de3cd68923a6a0503840602f43da792e
-SIZE (gnutls-1.0.8.tar.gz.sig.asc) = 392
+MD5 (gnutls-1.0.13.tar.gz) = f908934e6cbf7c9c8f57368c50a8f95e
+SIZE (gnutls-1.0.13.tar.gz) = 1465802
+MD5 (gnutls-1.0.13.tar.gz.sig.asc.gz) = 283b9d312c7ec71b5f0ec43731c02145
+SIZE (gnutls-1.0.13.tar.gz.sig.asc.gz) = 392
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-06 14:56:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

Over to maintainer.
Comment 2 Sergei Kolobov freebsd_committer freebsd_triage 2004-06-04 22:58:14 UTC
State Changed
From-To: open->closed

I have updated the port to 1.0.13, thanks! 
Sorry for the long delay. 

As for SIG_SUFFIX - it is part of my experimental patch to bsd.port.mk  
to add support for automatically checking GnuPG signatures of the distfiles.   
It has not been committed yet because of some issues,  
and I am working to iron them out.