summaryrefslogtreecommitdiff
path: root/www/snownews
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-07-23 02:22:43 +0000
committerobache <obache@pkgsrc.org>2011-07-23 02:22:43 +0000
commitd7bd90007bb0f62510a0099e6f21ffc5ac2e9ddf (patch)
tree757495343793d8604bfdcfbe7f6997fef985dd29 /www/snownews
parentd9da7fe6f82f88c0e841080e4550566b93439d05 (diff)
downloadpkgsrc-d7bd90007bb0f62510a0099e6f21ffc5ac2e9ddf.tar.gz
Update snownews to 1.5.12.
Based on PR#45167 by Benjamin Newman. Version 1.5.12 released 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.
Diffstat (limited to 'www/snownews')
-rw-r--r--www/snownews/Makefile6
-rw-r--r--www/snownews/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile
index 96d4b26d419..7aa32dd7c1a 100644
--- a/www/snownews/Makefile
+++ b/www/snownews/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2011/04/22 13:45:00 obache Exp $
+# $NetBSD: Makefile,v 1.36 2011/07/23 02:22:43 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/
@@ -32,5 +31,6 @@ post-configure:
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/snownews/distinfo b/www/snownews/distinfo
index ddc49ff01bb..a521656c1bd 100644
--- a/www/snownews/distinfo
+++ b/www/snownews/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2009/06/01 11:56:43 obache Exp $
+$NetBSD: distinfo,v 1.12 2011/07/23 02:22: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