Commit graph

348527 commits

Author SHA1 Message Date
bsiegert
068ca78aba doc: Updated lang/go116 to 1.16.11 2021-12-03 17:08:50 +00:00
bsiegert
a4e11539aa Update go116 to 1.16.11.
go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and
the net/http, net/http/httptest, and time packages. See the Go 1.16.11
milestone on our issue tracker for details.
2021-12-03 17:08:35 +00:00
schmonz
4c469e6176 doc: Updated www/lighttpd to 1.4.62 2021-12-03 15:56:02 +00:00
schmonz
516794c99f Update to 1.4.62. From the changelog:
- support pcre2; HTTP Digest auth userhash; bugfixes

pkgsrc changes:

- switch to pcre2
2021-12-03 15:55:54 +00:00
micha
1351e23365 doc: Updated sysutils/cdrtools to 3.02a10 2021-12-03 15:17:14 +00:00
micha
956e2b8444 devel/smake: Added "sysutils/cdrtools/Makefile" to Makefile.common 2021-12-03 15:15:39 +00:00
micha
7d72a57701 sysutils/cdrtools: Update to 3.02a10
Rebase to final Schily Tools release 2021-09-18.

Unknown changes because the package formerly based on separate cdrtools
releases (that are not available for recent versions).
2021-12-03 15:13:26 +00:00
ryoon
f1df2a054b modular-xorg-server: Remove invlid line 2021-12-03 13:44:01 +00:00
adam
fed6a8ae47 Updated audio/faudio, net/rabbitmq 2021-12-03 13:31:19 +00:00
adam
0a538b763c rabbitmq: updated to 3.9.11
RabbitMQ 3.9.11

Core Server

Bug Fixes

When a TLS-enabled listener failed to stop, it logged all of its settings
which could contain sensitive values.

Enhancements

Quorum queues now store commands for enqueued messages in a more compact format
on disk (some derivative data has been dropped).

queue.declare-ok response to AMQP 0-9-1 clients operating on a stream could return a ready-for-delivery
message count value that was out of sync with the stream leader replica.

Classic queues now deliver more efficiently on channels that had global QoS changed
during consumer operation.

Prometheus Plugin

Enhancements

New optional metrics provided by the GET /metrics/detailed endpoint. These metrics are cluster-wide,
and therefore must not be aggregated.

Bug Fixes

A help tip on the policies page was misplaced.

Management Agent Plugin

Enhancements

Disabling the plugin will stop metric collection performed periodically by
queues, streams, connections, et cetera.
2021-12-03 13:31:02 +00:00
adam
ebec95ca5e faudio: updated to 21.12
21.12

New Features:

Update to FNA3D 21.12
Update to FAudio 21.12

Fixes:

SDL2_FNAPlatform: Rethrow the fnalibs DllNotFoundException properly
ContentReader: Fix a timing issue that caused some SharedResource events to never get fired
2021-12-03 13:29:42 +00:00
micha
7369897f9e doc: Updated sysutils/xosview to 1.23 2021-12-03 13:09:47 +00:00
micha
17ac3f2bc3 sysutils/xosview: Update to 1.23
Patch removed (merged upstream).

No changelog provided (refers to Github history).
2021-12-03 13:06:57 +00:00
nia
2480d17e17 modular-xorg-server: Add avoid-duplicate.mk 2021-12-03 13:05:59 +00:00
nia
d082bf5636 modular-xorg-server: Add builtin.mk file 2021-12-03 13:05:31 +00:00
nia
798df28668 xinit: Add avoid-duplicate.mk 2021-12-03 13:03:19 +00:00
nia
85631d3949 xinit: Add builtin.mk file 2021-12-03 13:03:01 +00:00
nia
9a3a8a47bb xf86-input-*: Add avoid-duplicate.mk 2021-12-03 12:50:13 +00:00
nia
8fca486e6b xf86-input-*: Add builtin.mk files 2021-12-03 12:47:53 +00:00
nia
98fd4dfe2a xcb-util: Unbreak tree (sorry, my bad!) 2021-12-03 12:36:32 +00:00
wiz
f74df876f0 doc: Updated mail/isync to 1.4.4 2021-12-03 11:42:50 +00:00
wiz
ea625a8386 isync: update to 1.4.4.
Fixes CVE-2021-44143: heap overflow in isync/mbsync.
2021-12-03 11:42:39 +00:00
micha
0709b6f253 doc: Updated news/canlock-hp to 3.3.0 2021-12-03 11:00:12 +00:00
micha
755c2b3670 news/canlock-hp: Update to 3.3.0
Feature release to make the package more useful for servers.
Added buildlink3.mk.

- Bugfix: canlock-mhp utility no longer hangs if field name was not
  found
- Bugfix: Two memory leaks fixed in canlock-hfp utility
  (Reported by Dennis Preiser)
- Bugfix: Typo in canlock-mhp man page fixed
  (Reported by Julien Élie)
- Library libcanlock-hp added to execute the header parsers
  (for operating systems with POSIX API)
- New libcanlock-hp API function to unfold header fields added
  (Suggested by Julien Élie)
- Test suite extended for the new library. Tests for parser functions
  are skipped by default (because they require the installed parser
  utilities)
- Manual pages added for the new library
- Example programs added to the "hp/examples" subdirectory
  (Suggested by Julien Élie)
2021-12-03 10:59:16 +00:00
micha
11dfc34e96 doc: Updated news/libcanlock to 3.3.0 2021-12-03 10:52:23 +00:00
micha
c1df20f73a news/libcanlock: Update to 3.3.0
Library API and ABI are backward compatible.

- Bugfix: Potential NULL-pointer dereference fixed in canlock utility
  (Reported by Dennis Preiser)
- Bugfix: Multiple bugs in test suite fixed, where return values
  from library functions were not handled correctly
  (Reported by Dennis Preiser)
- Bugfix: Two memory leaks fixed in test suite for legacy API
  (Found by Valgrind)
- Bugfix: NAME sections of cl_clear_secret(), cl_get_lock(), cl_split()
  and cl_verify() man pages fixed
  (Reported by Julien Élie)
- Bugfix: Typos in comments and documentation fixed
  (Reported by Urs Janßen)
- New libcanlock API function cl_verify_multi() added to check multiple
  keys against multiple locks
- Test suite extended: It now tests cl_verify_multi() too
- canlock utility now supports the option "-m" to check multiple keys
  against multiple locks
- Option "-m" added to SYNOPSIS section of canlock man page
  (Suggested by Marcel Logen)
- Example programs added to the "examples" subdirectory
  (Suggested by Julien Élie)
- Documentation for RFC 8315 Section 4 added to cl_get_key() and
  cl_get_lock() man pages
  (Suggested by Julien Élie)
- Paragraph for optional User-ID (<uid> in RFC 8315 notation) added to
  cl_get_key() and cl_get_lock() man pages
  (Suggested by Julien Élie)
- Examples for minimum size of local secret added to cl_get_key() and
  cl_get_lock() man pages
  (Suggested by Julien Élie)
- Removed some redundant notes from the output of "canlock -h"
  (Suggested by Julien Élie)
2021-12-03 10:50:56 +00:00
pin
b3e9e501cb doc: Updated audio/termusic to 0.6.1 2021-12-03 08:30:09 +00:00
pin
9250575ba6 audio/termusic: update to 0.6.1
-fix: bug when using kitty, and there is a 1/5 chances that will lead to freeze
 when start the app.
-fix: when start the app, the first song in playlist will be skipped.
2021-12-03 08:29:50 +00:00
pin
35d3d45770 doc: Updated sysutils/broot to 1.7.4 2021-12-03 08:28:54 +00:00
pin
ca273d61c9 sysutils/broot: update to 1.7.4
-Fix the hex preview sometimes missing 1 or 2 characters in the right ASCII
 column
2021-12-03 08:28:34 +00:00
wiz
48a2ab8164 doc/pkgsrc.*: regen 2021-12-03 07:53:54 +00:00
wiz
5eab140c02 guide: update USE_LANGUAGES section, add missing file to PLIST 2021-12-03 07:52:32 +00:00
wiz
b3c710176f mk: add c++20 and gnu++20 2021-12-03 07:40:26 +00:00
gutteridge
913cf61571 doc: Updated www/unit to 1.26.1 2021-12-03 01:05:29 +00:00
gutteridge
31cb322348 unit: update to 1.26.1
Upstream change log:

*) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
   the bug had appeared in 1.26.0.

*) Bugfix: a prototype process could crash on an application process
   exit; the bug had appeared in 1.26.0.

*) Bugfix: the router process crashed on reconfiguration if "access_log"
   was configured without listeners.

*) Bugfix: a segmentation fault occurred in the PHP module if chdir() or
   fastcgi_finish_request() was called in the OPcache preloading script.

*) Bugfix: fatal errors on DragonFly BSD; the bug had appeared in
   1.26.0.
2021-12-03 01:05:21 +00:00
nia
4069a7804c modular-xorg-drivers: Support detecting builtin input drivers 2021-12-02 18:22:07 +00:00
nia
2fdf7451d5 xf86-video-sun*: Mark as only being for SPARC platforms 2021-12-02 18:17:54 +00:00
nia
094f5c11d9 xf86-video-*: Add avoid-duplicate.mk 2021-12-02 18:15:25 +00:00
nia
f4a62a200c xf86-video-*: Add builtin.mk files 2021-12-02 18:14:34 +00:00
pho
8dc985aea8 Fix PLIST by not implicitly depending on gettext-tools 2021-12-02 17:59:05 +00:00
nia
9e6258a5f6 modular-xorg-drivers: Add a common builtin.mk fragment 2021-12-02 17:40:40 +00:00
tnn
43f191458b libva: fix HOMEPAGE and MASTER_SITE 2021-12-02 16:58:47 +00:00
tnn
2135026f10 kicad-packages3d: update HOMEPAGE
See: https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain/
2021-12-02 16:40:18 +00:00
ryoon
89e6fa30b8 gnupg2: gmake is not required to build as of 2.2.33 2021-12-02 16:16:17 +00:00
adam
e07426df89 Updated graphics/graphviz, graphics/pngquant 2021-12-02 12:35:18 +00:00
adam
5522c63222 pngquant: updated to 2.17.0
version 2.17
------------
- fix for Unicode filenames on Windows
- builds for ARM
- small quality improvements
2021-12-02 12:35:00 +00:00
adam
dd8dc90032 graphviz: updated to 2.49.3
2.49.3

Fixed
- gvpr "split", "tokens", and "index" functions produce incorrect results 2138.
  This was a regression that occurred between 2.47.1 and 2.47.2.
2021-12-02 12:32:43 +00:00
pho
46c631ff62 Honor LDFLAGS to support RELRO 2021-12-02 12:02:05 +00:00
pin
f2dfa7669d doc: Updated audio/termusic to 0.6.0 2021-12-02 11:44:39 +00:00
pin
056f49d718 audio/termusic: update to 0.6.0
-Update to tui-realm 1.0. Please note, as it's basically a rewrite, small bugs
are inevitable. Please report it in issues and I'll respond very fast.
-Hotkey to quit changed from Q to q, as now there will show a popup confirmation
so it's unlikely to quit accidentally.
-Can add a song to the beginning of playlist or the end. Switch by a.
Note: I add this to configuration file, and it'll reset your configuration file
to default values. Please backup if you need. Basically it's not necessary as
all options can be set from inside termusic.
2021-12-02 11:44:16 +00:00