152829 Commits

Author SHA1 Message Date
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
ajacoutot
7f0c6c2a19 Update to babl-0.1.84. 2020-12-21 11:28:29 +00:00
ajacoutot
30eb41d415 Add PORTROACH marker. 2020-12-21 11:27:20 +00:00
rsadowski
5d85ff1f8e Update kmymoney to 5.1.1 2020-12-21 11:14:52 +00:00
mestre
076e419cb4 update to 2020.12.14
OK rsadowski@
2020-12-21 10:55:01 +00:00
bket
f9df430077 Update to py-seaborn-0.11.1
Bugfix release. Changes:
http://seaborn.pydata.org/whatsnew.html#v0-11-1-december-2020
2020-12-21 09:29:01 +00:00
rsadowski
845d6eb5b5 Update ircd-hybrid to 8.2.36
Update diff from Brad
2020-12-21 09:01:02 +00:00
rsadowski
fd8fd2bf81 Update mpv to 0.33.0
Feedback from cwen@, WANTLIB tweak by me, initial update diff from Brad
2020-12-21 08:57:20 +00:00
rsadowski
8303f9761b Update libdvbpsi to 1.3.3.
Changes between 1.3.2 and 1.3.3:
-------------------------------

* Fix regression in dvbpsi_decoder_psi_section_add() set i_last_section_number

Changes between 1.3.1 and 1.3.2:
-------------------------------

* Fix bug in dvbpsi_decoder_psi_section_add() set i_last_section_number
* Fix bug in descriptor 0x8a that prevented it from being parsed properly
* Fix bug in descriptor 0x56 generation with multiple teletext page entries
* Fix bug in descriptor 0x41 correct maximum service count

Update diff from Brad
2020-12-21 08:47:54 +00:00
ajacoutot
e9b19353be Revision 1.1108 went backwards. 2020-12-21 07:45:44 +00:00
rsadowski
257a4be171 Update libheif to 1.10.0
Update diff from Brad
2020-12-21 06:21:35 +00:00
rsadowski
41f5ec6e08 Update libaacs to 0.11.0.
2020-07-22: Version 0.11.0
- Add more AACS2 support (still not complete).
- Add support for partial unit keys in KEYDB.CFG.
- Improve opening of UHD discs (~ 10 seconds faster).
- Improve large KEYDB.CFG parsing (~ 4 times faster).
- Improve error resilience.
- Reduce memory usage (does not depend on config file size anymore).
- Fix segfault on macOS when MMC opening fails.
- Fix memory leak with multiple UK entries in KEYDB.cfg file.
- Fix AACS2 with multiple unit keys.
- Fix include flags order (do not include wrong headers outside of source tree).

2020-03-22: Version 0.10.0
- Add support for AACS2 content certificate.
- Add aacs_set_key_caching().
- Add aacs_error_str().
- Issue a warning when using AACS2 capable drive.
- Fix macOS mount issues.
- Fix parsing title entries from multiple KEYDB.cfg files.
- Fix memory leak with multiple KEYDB.cfg files.
- Fix data corruption when structs are not packed.

Update diff from Brad
2020-12-21 06:18:23 +00:00
bcallah
f75f099920 Ship the libdialog headers. Also ship a manual page for libdialog. Bump.
ok fcambus@ (MAINTAINER)
2020-12-21 05:10:20 +00:00
robert
fd421b44aa update to 13.0.20201216; from Denis Fondras 2020-12-20 19:18:25 +00:00
millert
2a4d24eafd Update to sudo 1.9.4p2 2020-12-20 17:37:48 +00:00
matthieu
92e4eac4f3 Update py-xcbgen to 1.14.1. ok kmos@ 2020-12-20 15:37:02 +00:00
ajacoutot
f8ba547802 Remove gtk3mm-documentation.
html documentation is available and up-to-date online and we would enter a
world of conflict if we had to import gtkmm40-documentation.
Not worth the pain.
2020-12-20 15:19:27 +00:00
ajacoutot
cde847c3e7 +gtkmm40 2020-12-20 15:15:21 +00:00
ajacoutot
7aa1bb5c54 Import gtkmm40-4.0.0.
C++ bindings for GTK+.

ok robert@
2020-12-20 15:11:09 +00:00
ajacoutot
1f05e93964 Stupid me; I messed up the @conflict marker. 2020-12-20 14:54:19 +00:00
naddy
4c7a31e75f update to 5.1 patchlevel 4 2020-12-20 11:27:42 +00:00
ajacoutot
dc6190da19 Fix HP 5370C flatbed resolution output.
Bug reported by Byron Campbell and fix from usptream.
2020-12-20 09:56:36 +00:00
paco
12c0c6c8cb update of www/hugo to 0.79.0
ok rsadowski@
2020-12-20 09:39:46 +00:00
ajacoutot
3c319a2616 Update to consolekit2-1.2.2. 2020-12-20 09:20:22 +00:00
ajacoutot
b28ae0646e Add PORTROACH markers. 2020-12-20 08:07:28 +00:00
bket
2b20eeace0 Add missing BDEP, no need to bump.
Found by naddy@
2020-12-20 05:48:06 +00:00
tb
37d08c2261 Update to py3-tlslite-ng 0.8.0-alpha39
Workaround CVE-2020-26263 - Bleichenbacher oracle in RSA decryption.
Please note that while the code was fortified, because of peculiarities of
python, it's not possible to fully fix it. If you require resistance against
side-channel attacks please use a different library.

Various optimizations in RSA, certificate selection and PRF.
2020-12-20 04:53:20 +00:00
sthen
55b9dd64f2 update to libinotify-kqueue 20180201, ok kirby@ (maintainer)
some structures move from slist to rb trees, performance should
be better with deep trees
2020-12-19 23:25:48 +00:00
sebastia
b215c7f18b Update to 1.9.0-1, allowing to crack a whole lot of new cipher types.
feedback sthen@
tested and OK gonzalo@
2020-12-19 21:32:07 +00:00
rsadowski
3cb7364b05 Update nextcloudclient to 3.1.0
Update diff from maintainer, thanks!
2020-12-19 19:34:21 +00:00
pvk
1050ad9447 Update vault webui distfile
ok ajacoutot@
2020-12-19 18:35:28 +00:00
ajacoutot
87d5cf35ed tyop 2020-12-19 18:21:37 +00:00
ajacoutot
31c3c7009e +atkmm236
+pangomm248
2020-12-19 18:08:46 +00:00