152861 Commits

Author SHA1 Message Date
sthen
1c2c920cff rspamd readme; also non_smtpd_milters for postfix sample config
from Han Boetes
2020-12-22 23:08:21 +00:00
jca
6fb091b7ce loongson has moved to clang
from Brad
2020-12-22 22:29:01 +00:00
sthen
d2c3db373e update to direnv-2.25.2, from Ashton Fagg 2020-12-22 22:03:06 +00:00
sthen
9bb78d7398 update to uacme-1.6 (slightly belated, portroach isn't picking this up,
perhaps the / in the tag isn't helping)
2020-12-22 21:05:04 +00:00
solene
574eb0dc40 Register docker -> docker-cli package rename
ok sthen@
2020-12-22 21:02:31 +00:00
solene
6593e77691 Rename package docker to docker-cli
It was a mistake of mine when I imported it,
I forgot to change the PKGNAME.

ok sthen@
2020-12-22 21:02:02 +00:00
solene
d3d86b2458 Update to mvdsv-0.33
Diff from maintainer Tom Murphy
2020-12-22 20:53:25 +00:00
fcambus
10c624b22b newsboat: remove hardcoded debug (-ggdb) flag.
Pointed out by Hiltjo Posthuma, thanks!

While there, also remove hardcoded optimization (-O2) flag.
2020-12-22 15:38:48 +00:00
robert
c6207868bc update to 7.0.4.2 2020-12-22 15:28:19 +00:00
landry
f3f5ac978d www/mozilla-firefox: update to 84.0.1.
See https://www.mozilla.org/en-US/firefox/84.0.1/releasenotes/
2020-12-22 15:27:10 +00:00
sthen
ad9d69085d add a comment reminding to bump security/sslscan, suggested by phessler 2020-12-22 15:02:26 +00:00
gonzalo
5135453db0 Update for Nextcloud to 20.0.4 2020-12-22 13:21:01 +00:00
sthen
1c0d4a3f38 Bump sslscan REVISION. This uses "BUILD_DEPENDS=security/openssl/1.1:patch"
to pull in a current version of OpenSSL that it builds with special options
and links statically, so it needs manual bumps when openssl/1.1 is updated
to trigger pkg_add updates.
2020-12-22 13:07:58 +00:00
sthen
79f84f6fd3 rspamd: adjust pkg-readme showing users how to move Workers to local
unix sockets rather than localhost TCP sockets, from Han Boetes
with minor tweaks
2020-12-22 12:59:36 +00:00
ajacoutot
57bd033ac8 Update to ecs-cli-1.21.0. 2020-12-22 12:55:18 +00:00
sthen
0f8fca3a21 mips64el moved to clang, update ports arch-defines to match. from Brad. 2020-12-22 12:53:42 +00:00
ajacoutot
22bc61db4c Update to libgpg-error-1.41. 2020-12-22 12:44:56 +00:00
ajacoutot
8a49b9dc8b Update to govc-0.24.0. 2020-12-22 12:44:43 +00:00
benoit
bd47d52eaa Update to highlight-3.60. 2020-12-22 09:50:00 +00:00
robert
686ea41623 unbreak policies once again by re-introducing a patch that was removed
in a previous commit
2020-12-22 06:53:11 +00:00
bcallah
597b381e30 Update to mangl-1.0.3. Adds a manual page. 2020-12-22 03:27:42 +00:00
bcallah
838d14fdaf Update to samurai-1.2
Changelog: https://github.com/michaelforney/samurai/releases/tag/1.2
2020-12-21 22:47:37 +00:00
bcallah
bfb9cad789 Update to featherpad-0.16.0
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.16.0
2020-12-21 22:26:10 +00:00
bcallah
f6bc3e614d Update to feathernotes-0.8.0
Changelog: https://github.com/tsujan/FeatherNotes/releases/tag/V0.8.0
2020-12-21 22:04:52 +00:00
bcallah
0bb6589995 Update to diffoscope-163 2020-12-21 21:58:42 +00:00
jca
469b067e18 Sync with base llvm
From Brad
2020-12-21 21:38:51 +00:00
ajacoutot
9a9353073b Update to liblouis-3.16.1.
from wen heping
2020-12-21 21:27:54 +00:00
ajacoutot
6c1231c2b4 Remove libxml++3; it's unused. 2020-12-21 21:19:21 +00:00
ajacoutot
3da6cbb999 Add libxml++40 and libxml++50 and unhook libxml++3 which nothing depends
on.
2020-12-21 21:17:36 +00:00
ajacoutot
fd5e8e0cbd Import libxml++50-5.0.0.
libxmlplusplus (aka libxml++) is a C++ wrapper for the libxml2 XML parser
library.
It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM
specification. Its API is simpler than the underlying libxml2 C API.

ok robert@
2020-12-21 21:16:33 +00:00
ajacoutot
b5ad60e6e0 Import libxml++40-4.0.0.
libxmlplusplus (aka libxml++) is a C++ wrapper for the libxml2 XML parser
library.
It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM
specification. Its API is simpler than the underlying libxml2 C API.

ok robert@
2020-12-21 21:16:15 +00:00
stsp
8a5cd509c3 update to got 0.46
- reset tog blame view's scroll position if line count shrinks too much (naddy)
- replace unprintable characters with '.' before passing them to curses (naddy)
- allow editing of log message comments with 'got histedit'
- implicitly mark all files in work tree as up-to-date after rebase/histedit
- add fd field to got_repository, modify got_packidx_open to use fds (yzhong)
- more size_t for loop indices to avoid signedness warnings; by emaste@freebsd
- fix path existence check in got_object_tree_path_changed (reported by jrick)
- fix parsing of tag objects which lack a tag message; found in u-boot.git repo
- do not mix up repos if tog's -r option is used in a work tree (with naddy)
- avoid signed vs unsigned comparisons in fetch.c (with millert)
- introduce got_custom_error array to support multiple errors in flight
- switch to strerror_r(3) in error.c for thread-safety
2020-12-21 20:47:41 +00:00
rsadowski
8a9eef6e68 Remove some unnecessary patches and fix some typos
Tweak diff from Brad (co-maintainer)
2020-12-21 19:07:52 +00:00
sthen
21ed533230 update to pdftk-3.2.2 2020-12-21 18:28:48 +00:00
sthen
4b6020c6a0 put back BROKEN-i386 in chromium and add it to iridium, the binaries
cannot be loaded, they immediately exit:

: sthen@i386.p; chrome
/usr/local/bin/chrome[60]: /usr/local/chrome/chrome: Cannot allocate memory

: sthen@i386.p; size /usr/local/chrome/chrome
text	data	bss	dec	hex
180104608	3805736	1949616	185859960	b13ff78

exiting happens very early, before ld.so loads libraries:

: sthen@i386.p; LD_DEBUG=1 /usr/local/chrome/chrome
ksh: /usr/local/chrome/chrome: Cannot allocate memory

no point wasting 2x24h in build for these two.
2020-12-21 18:25:13 +00:00
sthen
1e6b89d66e drop e2fsprogs dep, it was only for libuuid via xapian 2020-12-21 17:00:21 +00:00
sthen
17c9ccaa71 update to pecl-yaml-2.2.1 2020-12-21 17:00:00 +00:00
rsadowski
2dff7d2ccd KDE Frameworks cherry-pick suggestion from upstream
- b1364fa601
This fixes https://bugs.kde.org/show_bug.cgi?id=430390
2020-12-21 16:10:09 +00:00
benoit
07c2ade843 Update to p5-Array-Compare-3.0.8 from wen heping 2020-12-21 15:40:32 +00:00
stu
f73f396482 Update to 0.9998. 2020-12-21 15:20:41 +00:00
sthen
cde7b18b3e sync WANTLIB; xapian changed from libuuid to libc uuid functions 2020-12-21 15:00:34 +00:00
sthen
33ceff2db2 update to xapian 1.4.17, switch from libuuid to libc functions while there
(both are supported but xapian prefers libuuid if found during configure).

WANTLIB syncs in dependent ports to follow.
2020-12-21 15:00:10 +00:00
rsadowski
0c7727eb58 KDE Frameworks cherry-pick suggestion from upstream
- 243ea6155b
This fixes https://bugs.kde.org/show_bug.cgi?id=429442
2020-12-21 13:28:10 +00:00
ajacoutot
ee59edc663 +recoll 2020-12-21 13:26:33 +00:00
ajacoutot
0926a414f7 GPLv2+ as per sthen@ 2020-12-21 13:26:29 +00:00
ajacoutot
edeb395a2c Import recoll-1.27.12
Recoll is a full text search application, which means that it finds your data
by content rather than by external attributes (like the file name). You specify
words (terms) which should or should not appear in the text you are looking for,
and receive in return a list of matching documents, ordered so that the most
relevant documents will appear first.
<...>

ok sthen@
2020-12-21 13:25:28 +00:00
sthen
5603969652 add comment reminding about keeping -current REVISION if updating -stable 2020-12-21 13:01:59 +00:00
sthen
629974f35b mariadb: bump REVISION so the PKGNAME is "higher" than the version
in -stable, required because libiconv dep was removed in -current,
otherwise you get scary messages when updating -stable to current.
2020-12-21 11:51:20 +00:00
ajacoutot
01e1541687 Update to gegl04-0.4.28. 2020-12-21 11:40:13 +00:00
ajacoutot
462dd94ef3 Update to gtk+2-2.24.33.
As per release notes:
* This is the final GTK 2.x release.
* There will be no more updates to GTK 2.
* All users are encouraged to update to GTK 3 or 4.
2020-12-21 11:38:21 +00:00