pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/liferea Fix a reentrancy bug, and a portability bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38f97cf2fdc9
branches:  trunk
changeset: 537817:38f97cf2fdc9
user:      smb <smb%pkgsrc.org@localhost>
date:      Wed Jan 16 19:53:24 2008 +0000

description:
Fix a reentrancy bug, and a portability bug involving a Linux documentation
error and the behavior of NetBSD on 64-bit machines.  All three bugs
(including the Linux documentation problem) have been reported upstream
and will be fixed there.

diffstat:

 www/liferea/Makefile         |  4 ++--
 www/liferea/distinfo         |  6 +++---
 www/liferea/patches/patch-ae |  4 ++--
 www/liferea/patches/patch-af |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (65 lines):

diff -r 969ae08b279a -r 38f97cf2fdc9 www/liferea/Makefile
--- a/www/liferea/Makefile      Wed Jan 16 17:39:48 2008 +0000
+++ b/www/liferea/Makefile      Wed Jan 16 19:53:24 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.66 2008/01/09 20:12:19 smb Exp $
+# $NetBSD: Makefile,v 1.67 2008/01/16 19:53:24 smb Exp $
 
 DISTNAME=              liferea-1.4.10
 CATEGORIES=            www
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=liferea/}
-PKGREVISION=           1
+PKGREVISION=           2
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://liferea.sourceforge.net/
diff -r 969ae08b279a -r 38f97cf2fdc9 www/liferea/distinfo
--- a/www/liferea/distinfo      Wed Jan 16 17:39:48 2008 +0000
+++ b/www/liferea/distinfo      Wed Jan 16 19:53:24 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.45 2008/01/09 21:09:26 smb Exp $
+$NetBSD: distinfo,v 1.46 2008/01/16 19:53:24 smb Exp $
 
 SHA1 (liferea-1.4.10.tar.gz) = 7293e6872149308d0fbfdad57c3aae8ec20b6b63
 RMD160 (liferea-1.4.10.tar.gz) = af7656ef9e89850c5e5b2fcee4b9e1d5312ffaf5
 Size (liferea-1.4.10.tar.gz) = 1609333 bytes
-SHA1 (patch-ae) = 40c7b4a13eeffd7ec1391883d00ce35193d2d094
-SHA1 (patch-af) = edf31ddfad5829447a3d6f45b48cc652594bda17
+SHA1 (patch-ae) = 546eb57a0e98d511c53da66483180efb0e25a8cb
+SHA1 (patch-af) = fa8d4ec8b23a73890a9f1c62387c775e44bb7878
diff -r 969ae08b279a -r 38f97cf2fdc9 www/liferea/patches/patch-ae
--- a/www/liferea/patches/patch-ae      Wed Jan 16 17:39:48 2008 +0000
+++ b/www/liferea/patches/patch-ae      Wed Jan 16 19:53:24 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.2 2008/01/09 21:09:26 smb Exp $
+$NetBSD: patch-ae,v 1.3 2008/01/16 19:53:24 smb Exp $
 
 --- src/common.c.orig  2007-10-21 14:30:46.000000000 -0400
 +++ src/common.c       2008-01-09 15:58:30.000000000 -0500
@@ -7,7 +7,7 @@
  #endif
  
 -#define _XOPEN_SOURCE /* glibc2 needs this (man strptime) */
-+#define _XOPEN_SOURCE 4 /* glibc2 needs this (man strptime); NetBSD wants it to be 4 or higher */
++#define _XOPEN_SOURCE 600 /* Set according to Opengroup standards */
  
  #include <libxml/uri.h>
  
diff -r 969ae08b279a -r 38f97cf2fdc9 www/liferea/patches/patch-af
--- a/www/liferea/patches/patch-af      Wed Jan 16 17:39:48 2008 +0000
+++ b/www/liferea/patches/patch-af      Wed Jan 16 19:53:24 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.1 2008/01/09 21:09:27 smb Exp $
+$NetBSD: patch-af,v 1.2 2008/01/16 19:53:24 smb Exp $
 
 --- src/parsers/ns_dc.c.orig   2008-01-09 16:01:28.000000000 -0500
 +++ src/parsers/ns_dc.c        2008-01-09 16:02:11.000000000 -0500
@@ -7,7 +7,7 @@
  #endif
  
 -#define _XOPEN_SOURCE         /* glibc2 needs this (man strptime) */
-+#define _XOPEN_SOURCE 4 /* glibc2 needs this (man strptime); NetBSD wants it to be 4 or higher */
++#define _XOPEN_SOURCE 600 /* Set according to Opengroup standards */
  
  #include "ns_dc.h"
  #include "conf.h"



Home | Main Index | Thread Index | Old Index