pkgsrc-Bugs archive

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

pkg/45167: Update pkgsrc/www/snownews to 5.12



>Number:         45167
>Category:       pkg
>Synopsis:       Update pkgsrc/www/snownews to 5.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 22 23:25:00 +0000 2011
>Originator:     Benjamin Newman
>Release:        NetBSD 5.99.46
>Organization:
>Environment:
System: NetBSD benjamin-pc 5.99.46 NetBSD 5.99.46 (INSPIRON531) #0: Sat Feb 19 
15:46:24 CST 2011 
btdn@benjamin-pc.local:/usr/obj/sys/arch/amd64/compile/INSPIRON531 amd64
Architecture: x86_64
Machine: amd64
>Description:

www/snownews is 1.5.11 in pkgsrc, but the latest version is 1.5.12.
This fixes NetBSD Problem Report #31927.

This version fixes the following things and probably even more
things. It also adds OpenSSL as a requirement.

* Corrected two crashes (oh the dreaded NULL-pointer) when using
  mark unread and open URL on non-existent items.
* Use OpenSSL for MD5 calculations and remove all old MD5 code.
* Fix 64bit digest calc. Readstatus wasn't remembered on 64bit
  versions.

>How-To-Repeat:

$ cd ${PKGSRCDIR}/www/snownews && make show-var VARNAME=DISTNAME

or

$ cd ${PKGSRCDIR}/www/snownews && make install && snownews --version
        
>Fix:

Apply the following patches:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/snownews/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile    22 Apr 2011 13:45:00 -0000      1.35
+++ Makefile    22 Jul 2011 21:57:54 -0000
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.35 2011/04/22 13:45:00 obache Exp $
 
-DISTNAME=      snownews-1.5.11
-PKGREVISION=   1
+DISTNAME=      snownews-1.5.12
 CATEGORIES=    www
 MASTER_SITES=  http://kiza.kcore.de/software/snownews/download/
 
@@ -30,6 +29,7 @@
 
 .include "options.mk"
 
+.include "../../security/openssl"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/snownews/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo    1 Jun 2009 11:56:43 -0000       1.11
+++ distinfo    22 Jul 2011 21:57:54 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.11 2009/06/01 11:56:43 obache Exp $
 
-SHA1 (snownews-1.5.11.tar.gz) = 64ed1c648ed50cada294bc503e100496a7dd9f09
-RMD160 (snownews-1.5.11.tar.gz) = ccb1e021ad25ef2f4f420fe44f1c81833f97ad88
-Size (snownews-1.5.11.tar.gz) = 172814 bytes
+SHA1 (snownews-1.5.12.tar.gz) = b3addaac25c2c093aa5e60b8b89e50e7d7450bcf
+RMD160 (snownews-1.5.12.tar.gz) = dbe9c6b88e77ce37bb23e4d3ddc8d63f8bd66151
+Size (snownews-1.5.12.tar.gz) = 167944 bytes



Home | Main Index | Thread Index | Old Index