Commit graph

901 commits

Author SHA1 Message Date
ryoon
6fc378bce9 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
leot
efec8f2dca sfeed: Avoid SUBST and directly adjust variables via MAKE_FLAGS (NFC) 2019-02-26 18:13:54 +00:00
leot
3f78227a99 sfeed: Update to 0.9.8
Changes:
0.9.8
-----
 - Documentation improvements
 - Add DOCPREFIX for installing docs
 - Misc bug fixes and improvements
2019-02-17 21:19:53 +00:00
wiz
391b903d24 canlock-hp: update to 3.1.0.
Provided by Michael Bäuerle via pkgsrc-wip.

Source tree of canlock-hp was merged into libcanlock.
This package now tracks the version number of libcanlock.

Changelog
=========

3.1.0      2019-01-26
           Merged into libcanlock package. Now using the same version number.
           Manual page of canlock-hfp utility updated
2019-02-13 17:36:05 +00:00
wiz
068ee74f53 libcanlock: update to 3.1.0.
From Michael Bäuerle via pkgsrc-wip.

Option "--disable-hp" added (header parsers will stay in package canlock-hp).

Changelog
=========

3.1.0      2019-01-26
           Merged canlock-hp into libcanlock package (now tracking the version
            number of the libcanlock package)
           Configure option "--disable-hp" added (Default is set to build
            canlock-hp, use this option to get the behaviour from 3.0.x)
           Manual page of canlock-hfp utility updated
           Library API and ABI are unchanged
2019-02-13 17:35:08 +00:00
wiz
372332163d flnews: update to 0.16.
Provided by Michael Bäuerle in pkgsrc-wip.

Backported patches from 0.17 branch:
--------------------------------------------------------------------------------
           Bugfix: Configuration test result for inttypes.h presence is used,
            reintroduce the test
           Bugfix: BSD version of ntohl() for old systems now working again
           Modified LaTeX documentation to work with recent doxygen
--------------------------------------------------------------------------------

Changelog:
--------------------------------------------------------------------------------
V0.16      Bugfix: Supersede now preserves Followup-To header field
           Bugfix: The code that generates the attribute "reply to own article"
            now checks the Message-IDs too (to avoid errors if the parent
            article is missing in the hierarchy)
           Bugfix: Header parser and MIME parser fixed to correctly handle
            MIME entity delimiters (for boundary strings that contain spaces)
           Bugfix: Removed Unicode range U+E0020 ... U+E007E from rejected
            control characters (deprecated since Unicode 5.1, reintroduced for
            different purpose since Unicode 9.0) (Reported by Marcel Logen)
           TLS: Protocol version TLSv1.3 according to RFC8446 is now supported
            (requires at least OpenSSL 1.1.1)
           CORE module now supports multiple article hierarchies
           Unicode database updated to version 11.0.0
           IBM852 to UTF-8 converter added
           If the OS doesn't report IPv6 as available, usage can now be forced
            with the option 'CFG_FORCE_IP6'
           Support for reproducible builds added (option 'CFG_REPRODUCIBLE')
           Some checks for system header files removed to speed up configuration
            (Build fails in any case if they are missing)
           Documentation updated
--------------------------------------------------------------------------------
2019-01-21 12:03:41 +00:00
wiz
a7cadf64c9 tin: update to 2.4.3.
Update provided by Michael Bäuerle in wip/tin.

-- 2.4.3 release 20181224 "Glen Mhor" --

 012) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      ADD. check for va_copy() for pre C99 systems
      FIX. aclocal.m4, configure[.in], autoconf.h[in], tin.h, memory.c
           screen.c, string.c, tcurses.c

 011) Francisco Javier Serrador <fserrador@gmail.com>
      ADD. spanish translation
      FIX. es.po

 010) Matt Anton <tin@lv223.org>
      ADD. updated french translation
      FIX. fr.po

 009) Dennis Preiser <dennis@d--p.de>
      BUG. ensure destination of match_string() is NULL terminated
      BUG. possible buffer overflows with long translations
      BUG. fixed length buffer in rfc1522_decode() may overflow
      ADD. don't idna_decode() strings which are not IDNA encoded
      ADD. ability to filter on Path:-header
      FIX. art.c, config.c, feed.c, filter.c, getline.c, help.c, lang.c
           main.c, memory.c, nntplib.c, page.c, rfc2047.c, save.c, screen.c
           extern.h, nntplib.h, proto.h, tin.h, tin.5

 008) Urs Janssen <urs@tin.org>
      ADD. config.guess, config.sub update
      ADD. checks for explicit_bzero(), explicit_memset(), memset_s()
      ADD. check for unicode/unorm2.h to favor unorm2_normalize() over
           unorm_normalize() if found
      ADD. NFKC_case_fold normalization if unicode/unorm2.h is found
      ADD. don't strip binray with "make install"
      ADD. match_string()/match_item() now stop on first '\n'
      ADD. don't show broken active file messages if not running with -D 1
      ADD. accept arbitrary line length in mail.active file
      ADD. allow (multiple) -v for debug mode
      ADD. honor NDEBUG in assert() replacement
      BUG. possible buffer overflow when prompting for a wildcard search
           pattern in get_search_pattern()
      BUG. possible buffer overflows with long translations
      BUG. pointer arithmetic with possible NULL pointer
      BUG. didn't recheck CAPABILITIES after auth
      BUG. transport-padding on mime boundaries wasn't ignored
      BUG. get_group_from_list() used in 'L'lookup_msgid() couldn't handle
           FWS as of RFC 5536 3.1.4.
      ADD. rename FOLLOW_USEFOR_DRAFT to ALLOW_FWS_IN_NEWSGROUPLIST
      ADD. remove some redundant assigns
      ADD. switch from autoconf-2.13.20110430 to autoconf-2.52.20181006
      ADD. be more verbose on connections errors when get_tcp6_socket()
           is used (debian bug #232924)
      FIX. active.c, art.c, auth.c, config.c, cook.c, debug.c, feed.c
           getline.c, group.c, header.c, help.c, init.c, keymap.c, lang.c
           list.c, mail.c, main.c, misc.c, newsrc.c, nntplib.c, options_menu.c
           page.c, post.c, read.c, rfc1524.c, rfc2045.c, rfc2046.c, rfc2047.c
           save.c, search.c, screen.c, select.c, signal.c, sigfile.c
           strftime.c, string.c, extern.h, proto.h, tin.h, config.guess
           config.sub, aclocal.m4, configure[.in], autoconf.h[in]
           Makefile[.in], tin.1, tin.5
2019-01-15 15:48:17 +00:00
leot
79892db63c sfeed: Update to 0.9.7
Changes:
0.9.7
-----
- Add a maximum amount of feeds to update concurrently in sfeed_update
- Add merge(), filter() and order() support per feed in sfeed_update
  in order to permit to change merge logic, filter lines and fields
  and order lines per feed
- Misc bug fixes and improvements
2019-01-01 00:32:10 +00:00
adam
5b12b7b592 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
adam
16dd5de231 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
wiz
aa26af0d84 libcanlock: update to 3.0.3.
Provided by Michael Bäuerle via pkgsrc-wip.

3.0.3      2018-12-05
           Build system fixed for cross build (Patch suggested by Helmut Grohne,
            modified to work on macOS)
2018-12-07 21:49:36 +00:00
rhialto
e937a9230a Add patch to avoid some unneeded UTF-8 strings. 2018-11-18 14:31:56 +00:00
rhialto
ed27e3b3a5 msgfmt --xml --desktop breaks the build; avoid running it. 2018-11-18 14:29:03 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
rhialto
f71603f7d4 Add patches from PR pkg/53190 for building with newer g++ (4.9+). 2018-11-11 14:11:27 +00:00
wiz
a79af62765 xrn: update to 10.11.
Update provided by Michael Bäuerle via wip.

Changes: too many to list here, previous distfile is from 1998(!).
2018-11-10 20:03:40 +00:00
tnn
0b3cf2d026 pan: needs itstool 2018-09-29 15:33:26 +00:00
wiz
9e5b72fbdf slrn: update to 1.0.3a.
Update provided by Michael Bäuerle via wip.

Version 1.0.3 release notes
===========================

  Version 1.0.3 is primarily a bug-fix release.  See changes.txt for
  details.

  Support for SSLv3 has been disabled since it is to POODLE attacks.

  On 32 bit systems, support has been added for files larger than 2GB.

  Support added for both 32 and 64 bit mingw and cygwin compilers.

Version 1.0.2 release notes
===========================

  Version 1.0.2 is primarily a bug-fix release.  See changes.txt for
  details.

  Note: slang version 2.2.3 or later is required.  Version 2.3.0 is
  the current version.

  The intrinsic function get_header_flags was modified to return the
  full set of flags when called with an optional argument.  Symbolic
  constants for the corresponding flags were added to the interpreter
  interface.

  The value for query_read_group_cutoff was increased to 1000.

  Support for building slrnpull on win32 systems was added.
2018-09-21 14:27:37 +00:00
leot
b0236a5956 sfeed: Use REPLACE_SH for shell scripts 2018-09-08 14:10:52 +00:00
leot
fe1ce03b20 news/Makefile: + sfeed 2018-09-08 13:24:26 +00:00
leot
8de0b42eb1 sfeed: Import sfeed-0.9.6 as news/sfeed
RSS and Atom parser (and some format programs).
2018-09-08 13:23:38 +00:00
wiz
2929b401d1 leafnode: update to 1.11.11.
Updated provided by Michael Bäuerle via pkgsrc-wip.

* 1.11.11, 2015-08-25

### BUGFIXES
- The configfile parser now strips whitespace between a configuration
  parameter's value and a trailing comment. Found by Cecil Westerhof.
- The roff manual page sources now render proper hyphens (-), minus characters
  (\-) and en-dashes (\[en]) depending on their context. This is so that
  copying-and-pasting from the manual page works properly.
- The code that checks if the peer is local now properly deals with IPv4
  mapped IPv6 addresses.
2018-09-04 11:00:48 +00:00
wiz
24cac22b65 tin: update to 2.4.2.
From Michael Bäuerle via pkgsrc-wip.

New features and changes since tin-2.2.0

New features
------------
- simplified Chinese translation
- handle RFC 2231 parameter value continuation
- skip over RFC 2231 language parameters
- RFC 2231 decoding of non us-ascii MIME-parameter values
- options to color external quotes (extquote_handling, extquote_regex,
  col_extquote)
- LookupMessage ('L') in select level if reading via NNTP


Changes
-------
The gTLD list is no longer actively maintained (too many new gTLD recently),
disable_gnksa_domain_check=OFF might result in false positives.

--enable-heapsort is now default during configure (sort_function in tinrc
still needs to be set accordingly if you like to use heapsort instead of
qsort)

--enable-ipv6 is now default during configure

--enable-break-long-lines is now default during configure

sigfile=!/path/to/command no longer passes the name of the current
newsgroup to command. One can specify %G which will be replaced by
the name of the current newsgroup.
To match the old behaviour: 'sigfile=!/path/to/command %G'.

--enable-cancel-locks requires libcanlock-3 (which is included, but
some distros (e.g. debian) are linking against a shared lib which may
be too old).

Retired Features
----------------
. groupname_max_length, can now be set via user defined screen layout at
  select level
2018-09-03 09:39:27 +00:00
wiz
8b42e95592 news/Makefile: + canlock-hp, libcanlock 2018-08-27 15:14:21 +00:00
wiz
ca50f8eb8b news/libcanlock: import libcanlock-3.0.2
Packaged for wip by Michael Bäuerle.

libcanlock is a library for creating and verifying RFC 8315 Netnews
Cancel-Locks. This implementation uses the recommended algorithm from
Section 4 with HMAC based on the same hash function as <scheme>.

A command line utility "canlock" is built together with the library.

Additional header parsers (for the receiving side) are available in the
package canlock-hp.
2018-08-27 15:14:03 +00:00
wiz
05e9e78bf0 news/canlock-hp: import canlock-hp-0.0.3
Packaged for wip by Michael Bäuerle.

The canlock-hp package contains standalone header parsers that can be used to
implement RFC 8315 Netnews Cancel-Locks on the receiving (server) side.
They are intended as preprocessors for canlock, the command line frontend of
libcanlock, but are independent programs.

canlock-mhp (Message Header Parser) is intended to process RFC 5536 Netnews
articles and can be used to extract and unfold a single header field.

canlock-hfp (Header Field Parser) is intended to process RFC 8315 header fields
("Cancel-Lock" and "Cancel-Key").
2018-08-27 15:13:27 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
44bf634e25 news/Makefile: + flnews 2018-08-20 12:57:57 +00:00
wiz
3814150fbd news/flnews: import flnews-0.15
flnews is a client with graphical user interface to read USENET newsgroups.
It is intended for POSIX compliant operating systems running the X window
system.

The main development goals are (in order of importance):
- No bloat
- Support for old workstations
- Standard compliance
- Be conservative in what you do, be liberal in what you accept from others
- Compatibility with other newsreaders
- Usable X display redirection via network (or ssh tunnel)
- Warn users about things that are not forbidden but considered "bad practice"

Features that are currently not implemented (or not usable yet):
- UUCP
- Multiple servers
- Offline mode (for network connection via dialup line)

Packaged for wip by Michael Bäuerle.
2018-08-20 12:57:34 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
maya
c37a8c85b7 pan: update to 0.145.
From Rhialto (maintainer) in PR pkg/53450

0.145 "Duplicitous mercenary valetism"
  7ec8ca1 Do not use front() on empty vector (Jonathan Briggs)
  29aad7e Bug 793228 nzb file with empty segment lists crash pan (paul@flinders.org)
  27190a5 Bug 793277 Use after free in main() (paul@flinders.org)

0.144 "Time is the enemy"
  28ab3ba Validate pan.appdata.xml.in and tweak cleanfiles (Petr Kovar)
  83e8a01 Remove outdated FSF address (Petr Kovar)
  d73c52c Update README (Petr Kovar)
  aa59d3f Add man page (Petr Kovar)
  f55b7fb Upgrade pan.appdata.xml.in (Petr Kovar)
  f6061b3 Require GMime 3.0 to be explicitly enabled, don't fallback to it
          (Petr Kovar, #791435)
  7c9f34b Patch for GMime 3.0. Porting to GMime 3.0 still not completed.
          (Detlef Graef, #786438)
  0600d83 Can't open nzb files from desktop (Sebastiaan Lokhorst, #789988)
  75ae784 Follow Icon Theme Specification (Petr Kovar)

0.143 "Quaint little villages here and there"
  bb0c906 INSTALL file is no longer used (Petr Kovar)
  25e2b0a Use xdg-open instead of deprecated gnome-open (Petr Kovar)
  02834e6 Update German translation (Mario Blättermann)
  12b6b46 Fix nits wrt GMime 3.0 (Petr Kovar)
  90c1604 First patch to enable GMime 3.0 lib. Porting to GMime 3.0 not yet
          completed. (Detlef Graef)
  b376c88 One more Unicode apostrophe (Piotr Drąg)
  8022375 Edit strings (Petr Kovar)
  42bea90 Added autohiding attachments panel (Marek Černocký)
  ea46a27 Fixed groups/body panels resizing in GTK 3 (Marek Černocký)
  e9a1173 Attempt to fix display of threads with unread articles. (Jason Lynch)
  44d7766 Use Unicode in translatable strings (Piotr Drąg)
  75a9fd3 Updated Czech translation (Marek Cernocky)
  05f02ad Fixed showing combobox options unlocalized (Marek Cernocky)
  ba08fd2 Update Spanish translation (Daniel Mustieles)
  3e70a04 Update German translation (Mario Blättermann)
  b432931 Enable all TLS versions supported by GnuTLS (Detlef Graef)


0.142 "He slipped to Sam a double gin"
  8b56f1b Update docs for password storage change (Petr Kovar)
  b8c8c8e Fix some ISO C++ 11 warnings (Detlef Graef)
  1758891 Change use-gnome-keyring to use-password-storage (Petr Kovar)
  8f5e9f0 Build libsecret & gcr with gtk3 only, gnome-keyring with gtk2
          (Petr Kovar)
  1cf6b97 Remove dependency on deprecated libgnome-keyring. New libraries used:
          libsecret and gcr (GTK+ 3 only). (Detlef Graef)
  d1206be Rewrite autogen.sh to drop dependency on gnome-common (Detlef Graef)
  faa4de3 Nuke intltool (Petr Kovar)
  24f5aeb Forgot to update HELP_LINGUAS (Petr Kovar)
  7b53a67 Update and add Czech translation (Petr Kovar)
  1c4598a Fix the strftime test for mingw64 (Steve Davies)
  5790571 Update docs and include COPYING-DOCS (Petr Kovar)
  bcb5d0f Re-add help menu item for manual (Petr Kovar)
  df05588 Add new documentation infrastructure (Petr Kovar)
  564929f Updated Spanish translation (Daniel Mustieles)
  921488a Updated Spanish translation (Daniel Mustieles)
  776286e Updated Spanish translation (Daniel Mustieles)
  f3ff30e Fixed typos in a string (Daniel Mustieles)
  53d0103 Updated Spanish translation (Daniel Mustieles)
  117793f [l10n] Updated German doc translation (Mario Blättermann)
  68c2a7d Updated Spanish translation (Daniel Mustieles)
  f4cede7 Improve help (Heinrich Müller)
  a477483 Final fixes to the help system (Petr Kovar)
  14f1a6e Tweak the help support (Petr Kovar)
  707d801 Add gnome-doc-utils basic support (Petr Kovar)
  7c79aa0 Add Pan manual (Douglas Bollinger)
  ee7e4ad Fix size of preference window too large (Detlef Graef, #697983)
  a76d293 Fix Header Pane menu not shown when built without option --with-gnutls
          (Detlef Graef, #777711)
  4c4dcf6 Mention crypto in configure output (Petr Kovar)
  6072d9a Post-release bump (Petr Kovar)


0.141 "Tarzan's Death"
  194f2dc Treat a 500 response to MODE READER as OK (Per Hedeland)
  3de214e Fix a memory leak found by valgrind (Olaf Seibert)
  e5ea76f Fix a memory leak found by valgrind (Olaf Seibert)
  3ed2498 Fix a memory leak found by valgrind (Olaf Seibert)
  1bdde46 Fix a memory leak found by valgrind (Olaf Seibert)
  c166cc8 Fix a memory leak found by valgrind (Olaf Seibert)
  22e01f8 Fix a memory leak found by valgrind (Olaf Seibert)
  88e3401 clang static analyzer (Viktoras)
  9ad1e02 Cannot start after removing last news server (freepro)
  4207a74 Do not overwrite silently draft file (Detlef Graef, #704227)
  d1faec5 Get rid of deprecated g_atexit() calls (Detlef Graef)
  fefda68 Closing Pan without server config (Detlef Graef, #729329)
  73d0abd Deprecated g_type_init() with glib2 > 2.36 (Detlef Graef)


0.140 "Chocolate Salty Balls"
  dfd5c32 Fix a memory leak found by valgrind (Olaf Seibert)
  9ca587f Avoid clearing a timer event source id which is by now invalid
          (Olaf Seibert)
  4c08134 Fix a memory leak found by valgrind (Olaf Seibert)
  7f2678d Fix a memory leak found by valgrind (Olaf Seibert)
  3c07a42 Fix a memory leak found by valgrind (Olaf Seibert)
  d702d1b Fix a memory leak found by valgrind (Olaf Seibert)
  83cd963 Fix a memory leak found by valgrind (Olaf Seibert)
  833ccc6 Fix a memory leak found by valgrind (Olaf Seibert)
  35ecd62 Fix typo in header guard (Olaf Seibert)
  bbf5f29 Conditional jump or move depends on uninitialised value(s) (Olaf
          Seibert)
  08d678e Conditional jump or move depends on uninitialised value(s) (Olaf
          Seibert)
  cb9c937 Conditional jump or move depends on uninitialised value(s) (Olaf
          Seibert)
  44ffc85 Fix build with libc++ (Petr Kovar)
  d62efbf Do not distribute outdated pan.iss (Petr Kovar)
  c3679d1 Move ChangeLog -> NEWS & update docs (Petr Kovar)
  f9e0a50 Replace RulesInfo.deque<RulesInfo> with deque<RulesInfo *>
          (Olaf Seibert)
  4323223 Fix missing recursion (this is a pre-existing bug) (Olaf Seibert)
  0b399ec Changed a deque<FilterInfo> into a deque<FilterInfo *> (Olaf Seibert)
  2024f05 Deleted object is touched again (Olaf Seibert)
  9b31c87 Remove leftover code (Petr Kovar)
  80566c8 Do not include https:// in GIT_REMOTE (Petr Kovar)
  f55cebc Rules Enabled preference flag wasn't loaded (Andrew Nile)
  b74bcc9 Prevent EOF char from stopping binary upload in Win (Andrew Nile)
  73863fc Missing break (Andrew Nile)
  81ec291 Update license.h (Petr Kovar)
  5186a2a Do not include protocol & user name in GIT_REMOTE (Petr Kovar)
  4228421 Fix accel key 'R' (used twice) (Detlef Graef)
  9471b22 fix: close posting window (Detlef Graef)
  46f97aa Unneeded detour via C-type strings (Olaf Seibert)
  6b1b345 Fix saving of SSL certificate (Detlef Graef)
  055fe95 Fix Edit SSL Certificates crash (walt)
  a52b404 Fix localedir (Petr Kovar)
  94d5b7c Update FSF address (Petr Kovar)
  3663720 Fix crash at PanTreeStore::get_iter() (Detlef Graef)
  2ce62c7 Update desktop file (Petr Kovar)
  0806805 Add appdata support for Pan (Petr Kovar)
  34e1bb5 file::get_pan_home() : fix for g++-5 non-CoW std::string semantics
          (Alexandre Rostovtsev)
  c186c9f Rename configure.in -> configure.ac (Petr Kovar)
  af87825 When "Show Matching Articles' Threads", messages with dangling
          References not shown (Lionel Elie Mamane)
  81929d0 Fixes in encode-cache.cc, task-upload.h, uuencode.c (Andrew Nile)
  2ae6aff Applied refresh patch for body-pane (Heinrich Müller)
  8bd7184 Fixes in pan/gui/prefs-ui.cc (Andrew Nile)
  0a57a01 Various UI fixes (Heinrich Müller)
  7ca9c6c Updated FSF's address (Daniel Mustieles)
  4820c84 Remove outdated pan.spec.in (Petr Kovar)
  6daf184 Fix XZVER, append \r\n (Heinrich Müller)
  b1af29b Fix for ISO C++ and struct deque (Heinrich Müller)
  6200d57 Fix XFEATURE for XOVER task (Heinrich Müller)
  8325c88 Fix XFEATURE for groups task (Heinrich Müller)
  29edfc3 Added aSYNC behavior; disabled treeview on search (Heinrich Müller)
  b00f96e Added support for GtkSpell 3 (Yclept Nemo)
  099bd57 next-unread-group etc. broken (Heinrich Müller, #690789)
  42b9292 Improve verbose output in non-GUI mode (Heinrich Müller)
  c251367 Segmentation fault when using external editor to compose newsgroup
          postings (Heinrich Müller)
  db8adcf Let the user deactivate task pane pop-ups from task pane (Heinrich
          Müller)
  f509257 Posting - Error 441 is not a successful post (Heinrich Müller,
          #693786)
  f6c7a64 Use zlib CRC32 for compression.cc; fix non-GUI header XOVER (Heinrich
          Müller)
  cb7b50a Use zlib CRC32 (Heinrich Müller)
  5133e23 Improve speed of uudecode (Heinrich Müller)
  5eef4fc Fix IP lockout on ISP IP change; fix SIGSEGV in socket impl (Heinrich
          Müller)
  4922045 Fixes for XFEATURE; patch for 'match only read' (Heinrich Müller,
          Cal Peake)
  acb4362 Avoid NPE on early init of server edit dialog; fix XFEATURE (Heinrich
          Müller)
  2d053c4 Let the user choose compression type with combobox; hint which server
          supports which compression scheme (Heinrich Müller)
  88fe336 Activate action 'get-new-headers-when-entering-group' only for
          non-virtual groups (Heinrich Müller)
  9e301fb Fix for line-wrapped x-face header (Heinrich Müller)
  3f81af1 Properly escape < and > chars in subject (Heinrich Müller)
  d454a36 Fix for group enter (Heinrich Müller)
  e2ca6d2 Fix NPE (Heinrich Müller)
  4f681cd Added support for Diablo and XFEATURE (Heinrich Müller)
  00fe4a3 Added XZVER functionality (Heinrich Müller)
  6a8de8b Patch for user agent in the GUI (Miroslav Sabljic)
  dcc2556 Refactoring; added virtual folders for sent and drafts (Heinrich
          Müller)
  f7ba647 Make <cert> filename.pem become related to the current $PAN_HOME dir
          (Heinrich Müller, #680295)
  a823ae8 Patch for NetBSD & iconv (Heinrich Müller)
  4ad8971 Fix segfault in task-pane.cc:148 (Heinrich Müller)
  c860200 Disconnect only if set in prefs (Heinrich Müller)
  9cd77f9 Added HTML parser (Heinrich Müller)
  6a2a9df HTML preview (Heinrich Müller)
  52ccea5 Fix for systray behavior (Heinrich Müller)
  884e4c1 Removed dbg output (Heinrich Müller)
  9faef90 Improved gtkstyle handling for progressview (Heinrich Müller)
  29120fa Change show sig icon (Heinrich Müller)
  8b934ce Adapt to any screen size in prefs-ui, show scrollbars if needed
          (Heinrich Müller)
  cf68577 "Complete" the Colors tab; pan 0.136 fails to build on 64-bit OS X
          (Heinrich Müller, #681037, #673813)
  07e4614 Fix NPE in action_combo (Steve Davies)
  4162e82 Shortcuts tab is always drawn first (Heinrich Müller, #681036)
  1dba05f Update desktop file (Heinrich Müller, #680468)
  a3bbefc Add an option to turn-off 'tool-tips' on the Task Manager panel
          (Heinrich Müller, #680298)
  b5aeade Added save option for inline yEnc images (Heinrich Müller)
  87c6bda Fixed singletons, moved color init to pan.cc (Heinrich Müller)
  56d4463 Add Background and foreground text color selection; GTK+ 3 compiler
          cleanup; cleanups in various files (Heinrich Müller, #651306)
  f21f939 Fixed behavior of mark_read in taskarticle according to action-implied
          post-action or simple GUI interaction (Heinrich Müller)
  03d24a9 Fix for http://lists.nongnu.org/archive/html/pan-users/2012-07/msg00033.html
          (Heinrich Müller)
  014d082 Fixed a memory leak with new regex (Heinrich Müller)
  29da552 Filtering within task list (Heinrich Müller, #679274)
  55733b8 Fixed memory leak in shortcut dialog (Heinrich Müller)
  c249f58 Fix for display of shortcut literals (Heinrich Müller)
  395f288 Added info about gkr to README (Heinrich Müller)

+ Many translation updates.
2018-07-14 15:15:12 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
adam
35aa3efc12 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
adam
97e3fe97b5 Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
bff4597ffc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
adam
983847f667 Revbump after boost update 2018-01-01 21:18:06 +00:00
he
83c8727030 Add a patch so that genextern.sh doesn't create a syntax error.
Bump PKGREVISION.
2017-12-27 16:53:43 +00:00
wiz
c6006ee448 newsx: Comment out dead sites 2017-12-24 10:04:36 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
wiz
8841af0885 newsbeuter: follow redirect 2017-11-06 13:29:56 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
9ddb7f9e9c Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
adam
931d707fe2 Revbump for boost update 2017-08-24 20:03:08 +00:00
wiz
9ac725ed94 Remove cg. Development stopped in 2002. 2017-08-01 17:13:47 +00:00