Commit graph

939 commits

Author SHA1 Message Date
micha
37d81ebc28 news/bystand: Fix unresolved symbols on SunOS 2020-03-20 14:40:56 +00:00
nia
4b51d9715f *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
micha
5d5fb6c0cd news/tin: Fix build with PKG_DEVELOPER=yes
This should fix the bulk build on NetBSD 9.0/aarch64 too.
No revision bump, because patch is only for build system.
2020-03-20 10:25:15 +00:00
micha
df1e6dd5f0 news/Makefile: +bystand 2020-03-18 13:50:10 +00:00
micha
79ab059854 news/bystand: import bystand-1.0.1
The bystand program is a NNTP client program (a newsreader).

It is built on top of a SQLite database.
There is no MIME support yet.
2020-03-18 13:47:13 +00:00
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
leot
36274e9005 sfeed: Update to 0.9.16
Changes:
0.9.16
------
 - Add sfeed_gopher: generic gopher formatting program
 - Remove sfeed_gph
 - Other bug fixes and improvements (in particular documentation one)
2020-02-23 20:32:45 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
84f2203288 all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
2020-01-26 05:26:08 +00:00
jperkin
982c63fe94 *: Remove obsolete BUILDLINK_API_DEPENDS.openssl. 2020-01-25 10:45:10 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ryoon
eedd1e806f *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
micha
608419544c Update news/canlock-hp to 3.1.1
Build system: Makefile rules fixed that use DIST_SUBDIRS variable.
2020-01-07 12:21:12 +00:00
micha
6522568bac Update news/libcanlock to 3.1.1
Changelog
=========
3.1.1      2019-12-29
           Bugfix: Potential buffer overflows in code from RFC6234 fixed.
            Related code is used for test suite only, installed library and
            utilities are not affected (Reported by Florian Schlichting)
           Build system: Makefile rules fixed that use DIST_SUBDIRS variable.
           src/canlock.c: Fixed typo in comment (Reported by Urs Janssen)
2020-01-07 12:15:13 +00:00
leot
0a7da0e6ec tin: Update to 2.4.4
Changes:
-- 2.4.4 release 20191224 "Millburn" --

 017) Dennis Grevenstein <dennis.grevenstein@gmail.com>
      ADD. FD_*-fallback for SunOS-3.5
      FIX. missing_fd.h

 016) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros - use xpg3 instead of xpg4 case-statements
      FIX. aclocal.m4, configure[.in]

 015) Dennis Preiser <dennis@d--p.de>
      BUG. 'L'ookupMessageID in select-level could crash if 1st group
           in newsrc is marked bogus
      BUG. memleak in thread_by_multipart
      FIX. active.c, art.c, tin.5

 014) Urs Janssen <urs@tin.org>
      BUG. sigfile attribute with a command ("sigfile=!") would append %G
           on {ATTRIBUTES,TINRC}_VERSION increase even if already present.
      BUG. tinrc normalization_form=5 (NFKC_CF) setting was lost on restart
      BUG. quote_chars with multiple '%s' lead to a crash
      BUG. memleak with stray comments (no scope) in filter file
      ADD. tweak is_art_tex_encoded to allow text umlauts at the beginning
           of a line
      ADD. turned '%s'/'%S' in quote_chars (for initials) into '%I' to be
           consistent with other occurrences
      ADD. repost ('x') now takes mailing_list attribute into account
      ADD. repost prolog looked ugly in multibyte env. if multibyte chars
           were quoted in the prolog
      ADD. disallow supersedes in mailgroups
      ADD. fix handrolled strcasestr() to cast returned value
           (required for cray-unicos cc)
      ADD. configure check for working tolower(), toupper()
           (required for sony-newsos3)
      ADD. configure check for h_addr_list in struct hostent
           (required for sun-sunos3.5)
      ADD. CF_TYPE_FD_SET and CF_CHECK_FD_SET configure checks from
           Thomas E. Dickey
      ADD. fixup autoconf missdetections for *-next-{nextstep,openstep}*
           (WIFEXITED, WIFEXITED, HAVE_SYS_UTSNAME_H, HAVE_SYS_WAIT_H, ...)
      ADD. determine mailbox_name just once
      ADD. switched tinrc.confirm_choice from string to int
      ADD. invoke_metamail() without piping
      ADD. %P expansion (groupname with '.' replaced by '/') in _strfpath()
      ADD. check for gcc >= 2.6 to use __attribute__((unused))
      ADD. GLOBAL_BUGREPORT ('R') to 'M'enu and attachment menu
      ADD. normalize subject for threading
      ADD. xref and path to debug filter output if set and hide subject,
           from and msgid if unset
      ADD. article headers and body to very verbose nntp debug (-D 1 -vv) log
      ADD. score, gnksa and lines to arts debug output for killed articles
      REM. dead code (NEW_HASH_METHOD, gl_init_done, OSNAME, redundant
           conditions)
      REM. non M_UNIX and __BEOS__ code
      ADD. config.guess, config.sub update
      FIX. active.c, art.c, attrib.c, charset.c, config.c, cook.c, curses.c
           debug.c, feed.c, filter.c, getline.c, header.c, inews.c, init.c
           keymap.c, lang.c, list.c, makecfg.c, main.c, mimetypes.c, misc.c
           newsrc.c, nntplib.c, nrctbl.c, options_menu.c, page.c, post.c
           prompt.c, read.c, rfc2046.c, rfc2047.c, save.c, screen.c, select.c
           sigfile.c, signal.c, string.c, version.c, xref.c, bugrep.h, extern.h
           proto.h, tin.h, tnntp.h, version.h, parsdate.y, Makefile[.in]
           config.guess, config.sub, configure[.in], autoconf.hin, tin.1, tin.5

 013) Toomas Soome <tsoome@me.com>
      ADD. updated estonian translation
      FIX. et.po
2019-12-26 21:57:50 +00:00
micha
52f3e5be95 news/flnews: Update to 0.17
Removed pkgsrc patches merged upstream.

Changelog
=========

0.17       Bugfix: Configuration test result for inttypes.h presence is used,
            reintroduce the test removed for 0.16
           Bugfix: BSD version of ntohl() for old systems was broken
           Bugfix: ISO-2022-JP decoder: Mask for unassigned codepoints fixed
           Bugfix: SHA2 support in OpenSSL 1.0.0 must be explicitly enabled
           Display article from "news" type URI in separate window (if it's not
            found in current group)
           Clickable References added (articles displayed in separate window)
           Search for Message-ID added to the Tools menu (Keyboard shortcut
            is Ctrl-s)
           Previous read article (in current group) menu entry added
           Keyboard shortcut for "Quit" changed from Ctrl-x to Ctrl-q (Proposed
            by Marcel Logen)
           Keyboard shortcut for "View source" changed from Ctrl-v to Ctrl-e
            (Proposed by Marcel Logen)
           Menu entry "Article->Mark as unread" (Ctrl-u) changed to toggle
            between read and unread state (Proposed by Marcel Logen)
           Command line option "-4" added (force usage of IPv4 network protocol)
           Flowed format: The 'flowed_insert_crlf' entry in configfile adds an
            empty line separator after every paragraph that ends with an empty
            line. Defaults to 0 (former behaviour)
           Flowed format: The behaviour of 'flowed_insert_crlf' can be requested
            by the sender of an article with "InsLine=yes" in the Content-Type
            headerfield.
           TLS module can now use OpenSSL 3 API (required for FFDHE group
            negotiation with TLSv1.2 and TLSv1.3 protocols)
           TLS module can now use LibreSSL 3 (formerly major version 2 was used
            to identify LibreSSL and distinguish it from OpenSSL)
           TLS modules compile time option 'CFG_USE_TLS_OWNCERTS' replaced by
            the new 'tls_owncerts' entry in configfile
           TLS modules experimental compile time option 'CFG_USE_TLS_CRLS'
            replaced by normal option 'CFG_TLS_CRLS_DISABLE'. Default is to use
            no CRLs (former behaviour) because this option increases the system
            requirements (to POSIX.1-2001 or XSI extension)
           TLS module now supports new 'crl_check' entry in configfile (ignored
            if CFG_TLS_CRLS_DISABLE is nonzero)
           TLS module now prints real LibreSSL version instead of generic 2.0.0
           TLS module no longer supports options 'CFG_USE_TLS_DHPARAM_CHECK' and
            'CFG_USE_TLS_SETSIGALG'. They were obsoleted by the OpenSSL 1.1 API
           Unicode database updated to version 12.1.0
           GUI module no longer supports experimental FLTK 1.3 option
            'USE_X11_GLYPH_SUBSTITUTION'. It was obsoleted by FLTK 1.4
           Modified LaTeX documentation to work with recent doxygen
2019-12-16 12:27:53 +00:00
leot
e3a804c9c8 sfeed: Update to 0.9.15
Changes:
0.9.15
------
 - OPML export and import improvements
 - Minor bug fixes and documentation improvements
2019-11-26 11:03:13 +00:00
rillig
f280ea8d4c news: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 19:17:10 +00:00
rhialto
b62ced8de0 About 0.146
This is a maintenance release bringing you a number of bug fixes and
enhancements. Among other changes, the release addresses several
segmentation faults and improves CI for Pan. All users are advised to
upgrade to this latest version.

See NEWS for details on the changes in this release, and check the README
file before upgrading. Feedback, bug reports, and patches are very much
encouraged.

Changes since 0.145

  26eea78 Update .gitlab-ci.yml with GTK 3 (Petr Kovar)
  7f59091 Use an int instead of a char (Jonathan Briggs)
  476b5a6 Fix for issue #77. Segfault when build with gmime-3 (Detlef Graef)
  e5be4d4 Fix to build Pan with options --with-gmime30 and
          --with-gmime-crypto (Detlef Graef)
  edad96d Update bug URLs (Sebastiaan Lokhorst)
  e65ba15 Replace Bugzilla by Gitlab URL in DOAP file (Andre Klapper)
  ba6322f Add .gitlab-ci.yml (Petr Kovar)
  b9a4154 Fix ypart begin for bpf ranges (Federico Cuello)
  1de4962 Update URLs to GitLab (Petr Kovar)
  ad60bca Module was renamed to pan (Andrea Veri)
* Contributors to this release:
  Petr Kovar, Detlef Graef, Sebastiaan Lokhorst, Jonathan Briggs,
  Federico Cuello, Daniel Mustieles, Andre Klapper, Andrea Veri
* Updated translations:
...
2019-10-15 18:09:21 +00:00
leot
1c37873c69 sfeed: Update to 0.9.14
Changes:
0.9.14
------
 - Add checks for addition/multiplication overflow in string_append()
 - Documentation improvements
2019-10-13 13:51:56 +00:00
adam
435af01a8b Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
ryoon
edacf2bbcb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
rjs
0dfaed228d Make it build with enchant2. 2019-08-01 22:23:14 +00:00
leot
24bcd2e23e sfeed: Update to 0.9.13
Changes:
0.9.13
------
 - Documentation improvements
 - Misc bug fixes and improvements
2019-08-01 18:55:29 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
wiz
c30c5fbc0b *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
wiz
a5a68fe9b7 *: recursive bump for gtkspell enchant -> enchant2 change. 2019-07-13 15:41:55 +00:00
nia
e19e15cb13 newsbeuter: Fix build with new json-c.
https://github.com/json-c/json-c/issues/304

XXX pullup?
2019-07-02 07:37:54 +00:00
ryoon
57d0806c39 Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
leot
3e47177640 sfeed: Update to 0.9.12
Changes:
0.9.12
------
 - Handle entities in attribute values
 - Misc bug fixes and improvements
2019-06-30 19:33:15 +00:00
rillig
c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00
leot
fe25a41496 sfeed: Update to 0.9.11
Changes:
0.9.11
------
 - Remove sfeed_tail: it did not worked well with FIFOs and a tail-like
   example is now documented in README
 - sfeed_plain, start with timestamp, similarly to sfeed_twtxt
 - Optimize sfeed_opml_export
2019-05-13 23:20:10 +00:00
leot
49dceb289f sfeed: Update to 0.9.10
Changes:
0.9.10
------
 - Disable If-Modified-Since by default in sfeed_update
 - Misc bug fixes and improvements

0.9.9
-----
 - Add sfeed_atom to convert one or more feeds from TSV back to Atom
 - Rename fetchfeed() to feed() in sfeed_update
 - Add support for first <enclosure> as 8th field
 - Misc bug fixes and improvements
2019-05-05 17:46:36 +00:00
maya
5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
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