diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-15 10:12:01 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-15 10:12:01 +0000 |
commit | ce991259182e320d026f76305b9d59156c52ef0a (patch) | |
tree | 9f9ae71ba2bc02c5f2bf6520526add0a3410a33f | |
parent | f0a6c74cff20ff8c6122f858750754dc7ac4d2b4 (diff) | |
download | pkgsrc-ce991259182e320d026f76305b9d59156c52ef0a.tar.gz |
Update to 0.6.2:
* Liferea now supports cookies. Contrary to previous
statements the SnowNews code to realize this was included but not used. To
use this feature place a cookies.txt in ~/.liferea. The format of this file
is the format Netscape introduced for cookie files. (Lars Lindner)
* Liferea now enforces umask 0077 when saving the
feed list to ensure your passwords are not group or world accessible. In this
context please check the permissions of your ~/.liferea directory. Older
program versions might have created the directory with unnecessary
priviledges. Current versions (0.6.x) create the directory only with user
priviledges. Thanks to the reporters Nick Rout and Eric Gregory! (Lars
Lindner)
* Bugfix for a crash when double-clicking a "(empty)"
entry in empty folders. Reported by Martin Sarfy. (Lars Lindner)
* If a feed uses HTTP authentication the user and
password isn't displayed in the feed description anymore. (Lars Lindner)
-rw-r--r-- | www/liferea/Makefile | 4 | ||||
-rw-r--r-- | www/liferea/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index 9852ae482b4..712eaa735ad 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/11/02 16:35:57 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/15 10:12:01 jmmv Exp $ -DISTNAME= liferea-0.6.1 +DISTNAME= liferea-0.6.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/} diff --git a/www/liferea/distinfo b/www/liferea/distinfo index fb46b97946b..53107bac108 100644 --- a/www/liferea/distinfo +++ b/www/liferea/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2004/11/02 16:35:57 minskim Exp $ +$NetBSD: distinfo,v 1.10 2004/11/15 10:12:01 jmmv Exp $ -SHA1 (liferea-0.6.1.tar.gz) = ca65dee1701ce2ddb76c16694a5b5c4d5bad98e2 -Size (liferea-0.6.1.tar.gz) = 1032988 bytes +SHA1 (liferea-0.6.2.tar.gz) = a9526fdddbd9fab79989d72706d4e782c63054c2 +Size (liferea-0.6.2.tar.gz) = 1034893 bytes |