diff options
author | wiz <wiz> | 2012-04-09 23:00:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-09 23:00:48 +0000 |
commit | d1081a1a4b7e3d8d637de67fd321e35202607111 (patch) | |
tree | 76a4609ea6d83f7a2ce65296705a49365725398a /news | |
parent | 4e75fda5b254c1f129247d8c95e61d959130adf0 (diff) | |
download | pkgsrc-d1081a1a4b7e3d8d637de67fd321e35202607111.tar.gz |
Update to 0.136:
This release introduces a plethora of bugfixes and improvements, everybody
using older versions of Pan is encouraged to upgrade. This version supports
binary uploading, TLS (SSL) connections, PGP handling and other nice
features.
Diffstat (limited to 'news')
-rw-r--r-- | news/pan/Makefile | 5 | ||||
-rw-r--r-- | news/pan/PLIST | 3 | ||||
-rw-r--r-- | news/pan/distinfo | 10 | ||||
-rw-r--r-- | news/pan/patches/patch-pan_gui_e-cte-dialog.c | 15 | ||||
-rw-r--r-- | news/pan/patches/patch-pan_usenet-utils_mime-utils.cc | 15 |
5 files changed, 40 insertions, 8 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 7548a50a55d..adadf619cca 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2012/03/03 00:13:49 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2012/04/09 23:00:48 wiz Exp $ # -DISTNAME= pan-0.135 -PKGREVISION= 3 +DISTNAME= pan-0.136 CATEGORIES= news MASTER_SITES= http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/source/ EXTRACT_SUFX= .tar.bz2 diff --git a/news/pan/PLIST b/news/pan/PLIST index ba99ec426fb..6a1c99e8686 100644 --- a/news/pan/PLIST +++ b/news/pan/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2011/06/17 13:07:53 obache Exp $ +@comment $NetBSD: PLIST,v 1.13 2012/04/09 23:00:48 wiz Exp $ bin/pan share/applications/pan.desktop share/locale/am/LC_MESSAGES/pan.mo @@ -13,6 +13,7 @@ share/locale/dz/LC_MESSAGES/pan.mo share/locale/el/LC_MESSAGES/pan.mo share/locale/en_CA/LC_MESSAGES/pan.mo share/locale/en_GB/LC_MESSAGES/pan.mo +share/locale/eo/LC_MESSAGES/pan.mo share/locale/es/LC_MESSAGES/pan.mo share/locale/et/LC_MESSAGES/pan.mo share/locale/eu/LC_MESSAGES/pan.mo diff --git a/news/pan/distinfo b/news/pan/distinfo index 3704f276d86..beea0508771 100644 --- a/news/pan/distinfo +++ b/news/pan/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.19 2011/06/17 13:07:53 obache Exp $ +$NetBSD: distinfo,v 1.20 2012/04/09 23:00:48 wiz Exp $ -SHA1 (pan-0.135.tar.bz2) = 6cd93facf86615761279113badd7462e59399ae4 -RMD160 (pan-0.135.tar.bz2) = 09e98323ad88d0bc609d8ca030cbe8316b2b5e9e -Size (pan-0.135.tar.bz2) = 1404420 bytes +SHA1 (pan-0.136.tar.bz2) = 05c5b3577ea7445d74b0be0ec91dfabe18c6717f +RMD160 (pan-0.136.tar.bz2) = 1a168c8736427e1fd7894f484996f0180ac87ad3 +Size (pan-0.136.tar.bz2) = 1509412 bytes +SHA1 (patch-pan_gui_e-cte-dialog.c) = a13a5bd87188aed6add39a2b8e16df0a02a11482 +SHA1 (patch-pan_usenet-utils_mime-utils.cc) = 3e807f25924907744fcffc6a857d9b8f55449243 diff --git a/news/pan/patches/patch-pan_gui_e-cte-dialog.c b/news/pan/patches/patch-pan_gui_e-cte-dialog.c new file mode 100644 index 00000000000..b70b1049da9 --- /dev/null +++ b/news/pan/patches/patch-pan_gui_e-cte-dialog.c @@ -0,0 +1,15 @@ +$NetBSD: patch-pan_gui_e-cte-dialog.c,v 1.1 2012/04/09 23:00:49 wiz Exp $ + +Non-void function needs return value. + +--- pan/gui/e-cte-dialog.c.orig 2012-04-08 15:30:36.000000000 +0000 ++++ pan/gui/e-cte-dialog.c +@@ -128,7 +128,7 @@ e_cte_dialog (const char *title, const c + GMimeContentEncoding value; + + if (!gtk_combo_box_get_active_iter (GTK_COMBO_BOX(picker), &iter)) +- return; ++ return GMIME_CONTENT_ENCODING_DEFAULT; + + model = gtk_combo_box_get_model (GTK_COMBO_BOX(picker)); + gtk_tree_model_get (model, &iter, 1, &value, -1); diff --git a/news/pan/patches/patch-pan_usenet-utils_mime-utils.cc b/news/pan/patches/patch-pan_usenet-utils_mime-utils.cc new file mode 100644 index 00000000000..9bd903bc0e8 --- /dev/null +++ b/news/pan/patches/patch-pan_usenet-utils_mime-utils.cc @@ -0,0 +1,15 @@ +$NetBSD: patch-pan_usenet-utils_mime-utils.cc,v 1.1 2012/04/09 23:00:49 wiz Exp $ + +Fix build with NetBSD's iconv(). + +--- pan/usenet-utils/mime-utils.cc.orig 2012-04-08 15:30:36.000000000 +0000 ++++ pan/usenet-utils/mime-utils.cc +@@ -77,7 +77,7 @@ namespace pan + outbuf = out + converted; + outleft = outlen - converted; + +- converted = iconv (cd, (char **) &inbuf, &inleft, &outbuf, &outleft); ++ converted = iconv (cd, (const char **) &inbuf, &inleft, &outbuf, &outleft); + + if (converted != (size_t) -1 && errno == 0) { + /* |