./news/pan, Newsreader for GTK3

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.155nb3, Package name: pan-0.155nb3, Maintainer: rhialto

Pan is a Newsreader for Gnome whose goal is to be easy to use and
functional enough for beginners and advanced users alike. It has the
basic features of threading, reading, filtering, posting, and offline
reading, and also has a number of features for power users and
alt.binaries fans.

It's the only Unix newsreader to get a perfect score on the Good
Net-Keeping Seal of Approval evalutions.


Required to run:
[sysutils/desktop-file-utils] [textproc/gtkspell] [graphics/hicolor-icon-theme] [security/gnutls] [security/gnupg2] [mail/gmime] [x11/gtk2]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 1755.229 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-11-04 13:36:04 by Olaf Seibert | Files touched by this commit (3) | Package updated
Log message:
news/pan: update to 0.155

0.155 "Kherson" (######) - 2023-11-01

* The main changes of this release are:
  - libiconv link to fix build on MacOS (Ken Cunningham)
  - Use password storage by default when it is enabled (Emil Tomczyk)
  - Enable back GPG initialization (Emil Tomczyk)
  - Fix crash in on_socket_created() when password storage is enabled (John
    Paul Adrian Glaubitz)
  - score rules: makes : and :: behave as specified in slrn manual. (Thomas
    Tanner)

* Contributors to this release:
  Dominique Dumont, Thomas Tanner, Emil Tomczyk, Ken Cunningham, John Paul
  Adrian Glaubitz, Daniel Mustieles

* Several updated translations
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-05-29 14:59:49 by Olaf Seibert | Files touched by this commit (1)
Log message:
news/pan: bump package version

just in case the changed GIT_HASH='517acf4' in configure.ac makes a
difference for the binary.
   2023-05-29 14:57:45 by Olaf Seibert | Files touched by this commit (1)
Log message:
news/pan: adjust to changed upstream distfile

Auto-generated tar ball changed some tag expansion:

--- old/pan-v0.154/configure.ac 2023-01-05 18:33:42.000000000 +0100
+++ new/pan-v0.154/configure.ac 2023-01-05 18:33:42.000000000 +0100
@@ -6,7 +6,7 @@
 AC_PREREQ([2.71])

 dnl Get git info for pan-git.version
-GIT_HASH='517acf4'
+GIT_HASH='517acf44'
 if test ! '0' \< $GIT_HASH ; then
   dnl git-dir is used for building outside the src tree
   GIT_HASH=`git --git-dir=$srcdir/.git log -1 --pretty=format:%h 2> /dev/null`