summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15doc: Updated mail/sendmail to 8.15.2nb5jnemeth1-1/+2
2019-07-15Woops, didn't properly comment out a line that was disabling thejnemeth2-6/+6
use of res_n* functions.
2019-07-15doc: Updated x11/xcb to 2.4nb2wiz1-1/+2
2019-07-15xcb: update to 2.4nb2.wiz1-2/+3
Fix RELRO build.
2019-07-15doc: Added cross/or1k-none-elf-binutils version 2.32maya1-1/+3
2019-07-15Makefile: +or1k-none-elf-{gcc,binutils}maya1-1/+3
2019-07-15Add a cross toolchain for OpenRISC 1000 none ELF target.maya13-0/+2021
This is the mainline, upstreamed or1k toolchain.
2019-07-15doc: Updated mail/sendmail to 8.15.2nb4jnemeth1-1/+2
2019-07-15Change from using ${OPSYS} to looking for /usr/include/blacklist.hjnemeth5-5/+50
to determine whether to use the blacklistd feature. This allows for automatically picking up new OSes that provide blacklistd as well as ignoring older versions of NetBSD and FreeBSD that don't have blacklistd. Add UseBlacklist to M4 config generator. This means that you can turn it on by doing something like: LOCAL_CONFIG ... define(`confUSE_BLACKLIST', `True')dnl ... It is set to false as the feature is experimental having just been created. Ride previous PKGREVISION bump as it was less than an hour ago.
2019-07-15Add support for working with blacklistd. These patches werejnemeth13-31/+303
originally created for FreeBSD and were ported to pkgsrc by Hauke Fath with some cleanup by myself. These patches add a new "UseBlacklist" option to sendmail to have it send authentication failure notices to blacklistd.
2019-07-15Add sendmail-ffr-badrcptshutdown option. This option enables thejnemeth3-4/+17
sendmail options BadRcptShutdown and BadRcptShutdownGood to be used. "ffr" stands for For Future Release, which means it is a beta test feature that may show up in a future release of sendmail. The sendmail-ffr-badrcptshutdown option is disabled by default so no change to binary packages, thus not bumping PKGREVISION.
2019-07-15+ squid-4.8.taca1-2/+2
2019-07-14doc/TODO: + MesaLib-19.1.2, libwebp-1.0.3, nettle-3.5.1, ↵wiz1-3/+5
thunderbird-enigmail-2.1.
2019-07-14doc/TODO: + calibre-3.45.2.wiz1-2/+2
2019-07-14doc/TODO: add somewiz1-4/+18
+ ImageMagick-7.0.8.53, MesaLib-19.1.1, guile22-2.2.6, i3status-2.13, libICE-1.0.10, libdrm-2.4.99, libpciaccess-0.15, musicpd-0.21.11, postfix-3.4.6, py-enchant-2.0.0, setxkbmap-1.3.2, xauth-1.1, xbacklight-1.2.3, xbiff-1.0.4, xclock-1.0.9, xman-1.1.5, xwininfo-1.1.5.
2019-07-14lang/guile: fix alignment of variablesrillig6-26/+26
2019-07-14doc: Updated pkgtools/pkglint to 5.7.16rillig1-1/+2
2019-07-14pkgtools/pkglint: update to 5.7.16rillig64-3061/+5764
Changes since 5.7.15: * Completely rewrote the code for aligning multiple variable assignment lines. It works on the actual lines of the file now instead of the parsed lines. This provides more exact diagnostics and also makes the handling of these lines easier so that future requirements can be implemented more easily. * Added support for exotic conditions in .if clauses. These conditions are not seen in the wild though. * Fixed wrong diagnostics for ALTERNATIVES files that appear conditionally in the PLIST. * As always: lots of refactorings and newly added tests.
2019-07-14doc: Updated net/syncthing to 1.2.0triaxx1-1/+2
2019-07-14syncthing: update to 1.2.0triaxx2-7/+7
syncthingandroid is ready on https://f-droid.org/ upstream changes: ----------------- Important notes This release does not interoperate with Syncthing 0.14.45 or older. This release adds QUIC with NAT traversal as a new transport protocol. TCP is usually more performant and remains the preferred way of connection when possible. This release adds automatic crash reporting. See https://docs.syncthing.net/users/crashrep.html for details. This release makes large / variable block size the only available mode of operation; small / fixed blocks are deprecated. See https://docs.syncthing.net/advanced/folder-uselargeblocks.html for details. This release reverts the version naming change in #4586 (v1.1.4). Versions are now named with the time of their archiving, and the file modification time is unchanged when archiving. An exception to this is the "Trashcan" versioner which does not modify the name - instead it does set the file modification time the time of archiving. Bugfixes #4170: panic: bug: ClusterConfig called on closed or nonexistent connection #5609: Filesystem watching failed when parent folder is not listable #5652: Connection error after closing failed items list and opening another list #5765: Verioner cleanup looks at the wrong time #5766: Support bundle doesn't include errors list, instead printing an error #5770: Scan failure blocks "Rescan" button #5777: Spurious need to "revert" nonexistent changes with Receive Only folder on Android #5780: Panic when folder disappears while scanning #5781: Shutdown takes too long, triggering fmut deadlock panic #5791: Puller complains about invalid filenames which are long gone Enhancements #959: Automatic error log sending to dev. team #3345: Show last connection error per discovered address #5377: Use of QUIC for transport #5631: Dockerfile ENTRYPOINT doesn't pass along extra arguments from "docker run" #5697: Handle fatal watch errors gracefully #5774: WebUI table column widths broken on narrow displays Other issues #5760: Dead link in README.md #5796: TestPullInvalidIgnoredSR/SO is flaky
2019-07-14aarch64-none-elf-gcc: remove PLIST.{Linux,SunOS} that stemmed from netbsdmaya2-30/+0
tar difficulties (too long files). EXTRACT_USING=bsdtar solves this issue. Also, they embed the (previous) version of the package, and thus would cause PLIST mismatches since the 8.2.0 update.
2019-07-14erlang-eimp: fix build on SunOSwiedi1-2/+2
2019-07-14libsndfile: Apply patches from upstream's github for these CVEs:nia7-3/+150
CVE-2017-14245 - information-disclosure CVE-2017-14246 - information-disclosure CVE-2017-14634 - denial-of-service CVE-2017-17456 - denial-of-service CVE-2017-17457 - denial-of-service CVE-2017-8362 - denial-of-service CVE-2017-8363 - heap-overflow CVE-2017-8365 - buffer-overflow CVE-2018-13139 - stack-overflow CVE-2018-19432 - null-pointer-dereference CVE-2018-19661 - denial-of-service CVE-2018-19662 - denial-of-service CVE-2018-19758 - denial-of-service CVE-2019-3832 - denial-of-service Bump PKGREVISION.
2019-07-14erlang-epam: fix SunOS, needs socket libswiedi1-2/+2
2019-07-14doc: Updated lang/go112 to 1.12.7bsiegert1-1/+2
2019-07-14Update go112 to 1.12.7.bsiegert3-8/+16
This fixes a nasty code-generation bug, among other things: go1.12.6 (released 2019/06/11) includes fixes to the compiler, the linker, the go command, and the crypto/x509, net/http, and os packages. See the Go 1.12.6 milestone on our issue tracker for details. go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler, and the linker. See the Go 1.12.7 milestone on our issue tracker for details.
2019-07-14bitlbee: fix build on SunOSwiedi1-1/+4
2019-07-14sylpheed: gtkspell/enchant-2 build fixtnn2-1/+17
2019-07-14doc: Updated lang/go111 to 1.11.12bsiegert1-1/+2
2019-07-14Update go111 to 1.11.12.bsiegert3-8/+11
go1.11.11 (released 2019/06/11) includes a fix to the crypto/x509 package. See the Go 1.11.11 milestone on our issue tracker for details. go1.11.12 (released 2019/07/08) includes fixes to the compiler and the linker. See the Go 1.11.12 milestone on our issue tracker for details.
2019-07-14doc: Updated devel/py-mercurial to 5.0.2wiz1-1/+2
2019-07-14py-mercurial: update to 5.0.2.wiz3-11/+9
As a bonus, changes for 5.0.1 which were not available at the time of the release. Mercurial 5.0.2 A regularly scheduled bugfix release. 1. commands Help fixes on hg mv and hg cp 2. unsorted debugrevlog: fix average size computation for empty data (issue6167) Fix an obscure data corruption bug with musl libc (and presumably others). See https://www.mercurial-scm.org/repo/hg-committed/rev/97ada9b8d51b the fix for more details. Mercurial 5.0.1 A regularly scheduled bugfix release. 1. commands bookmark: also make bookmark cache depends of the changelog commit: allow --interactive to work again when naming a directory (issue6131) 2. unsorted manifest: avoid corruption by dropping removed files with pure (issue5801) sslutil: fsencode path returned by certifi (issue6132)
2019-07-13x11/xfce4-session: fix conditional inclusion for Darwin, bump revisionrillig1-2/+3
2019-07-13libpurple: needs -lnsl on SunOS. from wilbury.maya1-1/+2
2019-07-13doc: Updated audio/fasttracker2 to version 2.162fox1-1/+2
2019-07-13fasttracker2: update to b162fox2-7/+7
Changes since b161 Beta #162 - 12.07.2019 - Added a "Hardware mouse" option in Config -> Layout - Changed the help text a little ("Problems/FAQ" and "Known bugs")
2019-07-13Bump PKGREVISION for previousjmcneill1-2/+2
2019-07-13doc: Updated www/libmicrohttpd to 0.9.65bsiegert1-1/+2
2019-07-13Update libmicrohttpd to 0.9.65.bsiegert3-12/+14
From ng0 via pkgsrc-wip. Fri Jul 05 2019 22:30:40 MSK Releasing libmicrohttpd 0.9.65. -EG Sun Jun 23 2019 21:27:43 MSK Many fixes and improvements for connection-specific memory pool: * Added asserts; * Added testing of reallocation; * Reallocation code rewritten to avoid extra allocation, when possible to reuse already allocated memory; * Large memory pools aligned to system page size; * Large memory pools on W32 are cleared more securely after use, optimised usage of system memory. Better handled connection's memory shortage situations: * error response could be sent to client even if all buffer space was used; * if buffer space become low when receiving, do not allocate last buffer space and use small receive blocks instead. Improved sending speed by using all available buffer space for sending. -EG Sun Jun 09 2019 20:27:04 MSK Releasing libmicrohttpd 0.9.64. -EG Sun Jun 09 2019 20:03:16 MSK Updated HTTP headers, methods and status codes from registries, Added scripts to import new headers, methods and status codes from registries, Minor doxyget comment fix, Added missing MSVS project files to tarball. Reodered includes in microhttpd.h -EG Mon 03 Jun 2019 11:45:52 PM CEST Apply MHD_-prefix to hash functions, even if they are not in the officially exported API. -CG/DB Sun Jun 02 01:52:11 MSK 2019 Support usage of SOCK_NOSIGPIPE on Solaris 11.4 and NetBSD 7+, finally avoid SIGPIPE on Solaris. -EG Sat Jun 01 22:51:50 MSK 2019 Do not report errors if AF_UNIX socket is used on *BSD. -EG Thu May 30 23:32:09 MSK 2019 Improved detection of 'getsockname()' in configure. Avoided using 'getsockname()' in code if not detected. -EG Sun May 26 23:32:49 MSK 2019 Fixed some tests on W32. -EG Sun May 26 23:05:42 MSK 2019 Better detection of sockaddr member in configure, fixed build on *BSD, Fixed compiler warnings, Updated and fixed libcurl tests. -EG Tue May 21 22:12:43 MSK 2019 Fixed doxygen comments, Avoid dropping 'const' qualifier in macros, Fixed some compiler warnings, Properly support automatic port detections on some platforms, Added checks for too long TLS parameters strings. -EG Tue May 21 17:52:48 MSK 2019 Spelling fixes. -EG Mon May 20 15:39:35 MSK 2019 Compiler warning fixes. -EG/CG Fixed example for non-64bits platforms. -EG Web May 15 23:51:49 MSK 2019 Optimized and improved processing speed by using precalculated and already calculated lengths of strings. -EG Web May 15 14:54:00 MSK 2019 Fixed build from source on GNU Hurd. -EG Mon May 6 11:58:00 MSK 2019 Updated README and COPYING files. MHD remains LGPLv2.1-licensed. -EG Fri May 3 20:08:00 MSK 2019 Store connection's keys and values with sizes; Speedup keys search be comparing key length first; Added functions for working with keys and values with binary zeros; Fixed test_postprocessor_amp to fail on problems. -EG Wed May 1 16:40:00 MSK 2019 Reverted change of MHD_KeyValueIterator, implemented MHD_KeyValueIteratorN with sizes for connection's key and value to get keys and values with binary zeros. -EG Mon 29 Apr 2019 01:26:39 AM BRT Fixed signed/unsigned comparison in example http_chunked_compression.c. -SC/TR Sun Apr 21 16:40:00 MSK 2019 Improved compatibility with MSVC compilers; Fixed MHD compilation by Clang/LLVM in VS; Used MSVC intrinsics for bit rotations and bytes swap; Added project files for VS2019. -EG Fri Apr 19 23:00:00 MSK 2019 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version; Added usage of GCC/Clang built-ins for bytes swap to significantly improve speed of MD5 and SHA-256 calculation on platforms with known endianness. Added test for SHA-256 calculations. -EG Wed Apr 17 20:52:00 MSK 2019 Refactoring of mhd5.c: optimized, dead code removed; Faster MD5 calculation on little endian platforms; Bit manipulations moved to separate header file. Added tests for MD5 calculations. -EG Mon 15 Apr 2019 05:33:52 PM CEST Add MHD_USE_POST_HANDSHAKE_AUTH_SUPPORT and MHD_USE_INSECURE_TLS_EARLY_DATA flags. -CG Thu Apr 11 11:37:00 MSK 2019 Fixed MSVC 'Release' builds; Fixed usage of MSVC's assert. -EG Wed Apr 10 14:31:00 MSK 2019 Improved shell compatibility for 'bootstrap', removed bash-ism. Added wrapper script 'autogen.sh'. -EG Mon 08 Apr 2019 03:06:05 PM CEST Fix close() checks as suggested by MK on the mailinglist (#3926). -MK/CG Wed 20 Mar 2019 10:20:24 AM CET Adding additional "value_length" argument to MHD_KeyValueIterator callback to support binary zeros in values. This is done in a backwards-compatible way, but may require adding a cast to existing code to avoid a compiler warning. -CG Sun Feb 10 21:00:37 BRT 2019 Added example for how to compress a chunked HTTP response. -SC Sun 10 Feb 2019 05:03:44 PM CET Releasing libmicrohttpd 0.9.63. -CG Sat 09 Feb 2019 01:51:02 PM CET Extended test_get to test URI logging and query string parsing to avoid regression fixed in previous patch in the future. -CG Thu Feb 7 16:16:12 CET 2019 Preliminary patch for the raw query string issue, to be tested. -CG Tue Jan 8 02:57:21 BRT 2019 Added minimal example for how to compress HTTP response. -SC Wed Dec 19 00:06:03 CET 2018 Check for GNUTLS_E_AGAIN instead of GNUTLS_E_INTERRUPTED when giving up on a TLS connection. -LM/CG Thu Dec 13 22:48:14 CET 2018 Fix connection timeout logic if in thread-per-connection mode the working thread takes longer than the timeout to queue the response. -CG Tue Dec 11 09:58:32 CET 2018 Add logic to avoid VLA arrays with compilers that do not support them. -CG Sat Dec 8 23:15:53 CET 2018 Fixed missing WSA_FLAG_OVERLAPPED which can cause W32 to block on socket races when using threadpool. (See very detailed description of the issue in the libmicrohttpd mailinglist post of today.) -JM Sat Dec 8 22:53:56 CET 2018 Added test for RFC 7616 and documented new API. Releasing libmicrohttpd 0.9.62. -CG Sat Dec 8 17:34:58 CET 2018 Adding support for RFC 7616, experimental, needs testing and documentation still! -CG Fri Dec 7 12:37:17 CET 2018 Add option to build MHD without any threads and MHD_FEATURE_THREADS to test for it. -CG Thu Dec 6 13:25:08 BRT 2018 Renamed all occurrences from _model(s)_ to _mode(s)_. -SC Thu Dec 6 12:50:11 BRT 2018 Optimized the function MHD_create_response_from_callback() for Windows by increasing its internal buffer size and allowed to customize it via macro MHD_FD_BLOCK_SIZE. -SC Thu Dec 6 02:11:15 BRT 2018 Referenced the gnutls_load_file() function in the HTTPs examples. -SC Wed Dec 5 18:08:59 CET 2018 Fix regression causing URLs to be unescaped twice. -CG Sun Nov 18 13:08:11 CET 2018 Parse arguments with (properly) escaped URLs correctly. (making things work with recent cURL changes, #5473). Replace sprintf with snprintf in testcases. Releasing libmicrohttpd 0.9.61. -CG Wed Nov 14 14:01:21 CET 2018 Fix build issue with GnuTLS < 3.0. -CG Mon Nov 12 19:50:43 CET 2018 Fix #5473 (test case failure due to change in libcurl). -eworm Thu Nov 8 14:53:27 CET 2018 Add MHD_create_response_from_buffer_with_free_callback. -CG Tue Nov 6 19:43:47 CET 2018 Upgrading to gettext 0.19.8. Releasing libmicrohttpd 0.9.60. -CG Thu Nov 1 16:29:59 CET 2018 Enable using epoll() without listen socket. -JB Sat Oct 20 12:44:16 CEST 2018 In thread-per-connection mode, signal main thread for thread termination for instant clean-up and application notification about closed connections. -CG Tue Oct 16 20:43:41 CEST 2018 Add MHD_RF_HTTP_VERSION_1_0_RESPONSE option to make MHD act more like an HTTP/1.0 server. -GH Fri Oct 5 18:44:45 CEST 2018 MHD_add_response_header() now prevents applications from setting a "Transfer-Encoding" header to values other than "identity" or "chunked" as other transfer encodings are not supported by MHD. (Note that usually MHD will pick the transfer encoding correctly automatically, but applications can use the header to force a particular behavior.) Fixing #5411 (never set Content-length if Transfer-Encoding is given). -CG Sat Jul 14 11:42:15 CEST 2018 Add MHD_OPTION_GNUTLS_PSK_CRED_HANDLER to allow use of PSK with TLS connections. -CG/TM Sat Jul 14 11:03:37 CEST 2018 Integrate patch for checking digest authentication based on a digest, allowing servers to store passwords only hashed. Adding new function MHD_digest_auth_check_digest(). -CG/DB Sat Mar 10 12:15:35 CET 2018 Upgrade to gettext-0.19.8.1. Switching to more canonical gettext integration. -CG Fri Mar 2 21:44:24 CET 2018 Ensure MHD_RequestCompletedCallback is always called from the correct thread (even on shutdown and for upgraded connections). -CG Tue Feb 27 23:27:02 CET 2018 Ensure MHD_RequestCompletedCallback is also called for upgraded connections. -CG Fri Feb 16 03:09:33 CET 2018 Fixing #5278 as suggested by reporter. -CG/texec Thu Feb 1 10:12:22 CET 2018 Releasing GNU libicrohttpd 0.9.59. -CG Thu Feb 1 08:39:50 CET 2018 Fix masking operation. -CG/silvioprog Mon Jan 29 17:33:54 CET 2018 Fix deadlock when failing to prepare chunked response (#5260). -CG/ghaderer Thu Jan 4 12:24:33 CET 2018 Fix __clang_major__ related warnings for non-clang compilers reported by Tim on the mailinglist. -CG Mon Dec 11 17:11:00 MSK 2017 Fixed tests on platforms with huge number of CPUs. Doxygen configuration was updated. Various doxygen fixes. -EG Mon Dec 07 21:08:00 MSK 2017 Releasing GNU libmicrohttpd 0.9.58. -EG Mon Dec 07 16:01:00 MSK 2017 Fixed HTTPS tests on modern platforms. -EG Mon Dec 04 15:43:00 MSK 2017 Minor documentation installation fixes. -EG Mon Nov 27 22:58:38 CET 2017 Tolerate AF_UNIX when trying to determine our binding port from socket. Use `sockaddr_storage` instead of trying to guess the sockaddr type before calling getsockname(). -CG
2019-07-13doc: Updated databases/ruby-arel-helpers to 2.9.1taca1-1/+2
2019-07-13databases/ruby-arel-helpers: update to 2.9.1taca2-8/+8
Update ruby-arel-helpers to 2.9.1. 2.9.1 * Remove has_rdoc from gemspec. 2.9.0 * Add support for Rails 6. 2.8.0 * Add support for Rails 5.2.1, which changed the arity of several internal methods that we shamelessly use. 2.7.0 * Add support for Rails 5.2.
2019-07-13doc: Updated databases/ruby-hiera to 3.5.0taca1-1/+2
2019-07-13databases/ruby-hiera: update to 3.5.0taca2-7/+7
Update ruby-hiera to 3.5.0. No changes are available.
2019-07-13doc: Updated textproc/py-enchant to 1.6.11nb1wiz1-1/+2
2019-07-13py-enchant: update to 1.6.11nb1.wiz3-8/+18
Switch from enchant to enchant2.
2019-07-13*: recursive bump for gtkspell enchant -> enchant2 change.wiz13-26/+26
2019-07-13doc: Updated textproc/gtkspell to 2.0.16nb30wiz1-1/+2
2019-07-13gtkspell: update to 2.0.16nb30.wiz5-7/+39
Switch from enchant to enchant2.
2019-07-13doc: Updated databases/ruby-sequel to 5.22.0taca1-1/+2
2019-07-13databases/ruby-sequel: update to 5.22.0taca3-8/+9
=== 5.22.0 (2019-07-01) * Fix Dataset#multi_insert and #import with return: :primary_key on MSSQL when the dataset has a row_proc (jeremyevans) (#1627) * Support Dataset#with :materialized option on PostgreSQL 12 for [NOT] MATERIALIZED (jeremyevans) * Make Database#primary_key_sequence work on tables without serial sequences on PostgreSQL 12 (jeremyevans) * Support ruby 2.7+ startless ranges in the pg_range extension (jeremyevans) * Support ruby 2.7+ startless, endless ranges in filters, using an always true condition for them (jeremyevans) * Support ruby 2.7+ startless ranges in filters, using just a <= or < operator for them (jeremyevans)