summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* acct-user/smmsp: revbump to use smmsp groupIonen Wolkens2021-06-011-2/+2
| | | | | | | | | | This reverts to sendmail-8.15.2-r2 user.eclass behavior that never used mail group. Allows access to /var/spool/clientmqueue Bug: https://bugs.gentoo.org/730890 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* sys-apps/plocate: homogenize cron and systemd timer nameFlorian Schmaus2021-06-011-2/+5
| | | | | | | | | | | | | | | | | | | | | | | On systems using systemd with a cron compatibility layer, e.g. sys-process/systemd-cron, udpatedb would potentially run twice daily: One time invoked by cron, and a another time invoked by the systemd timer. This can be avoided if the cron file and the systemd timer have the exact same name. If a systemd native timer with the same name is found, systemd-crontab-generator (of sys-process/systemd-cron) will ignore the cron file [1]. Therefore we rename the plocate cron file from plocate to plocate-udpatedb, to match the systemd plocate-updatedb.timer. 1: https://github.com/systemd-cron/systemd-cron/blob/be4aea647bce9a0f26c9b8126f7883dd5c0b60a2/src/bin/systemd-crontab-generator.py#L535 Closes: https://bugs.gentoo.org/780351 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Closes: https://github.com/gentoo/gentoo/pull/20771 Signed-off-by: Sam James <sam@gentoo.org>
* net-im/ejabberd: add selinux USE flag to 21.04 ebuildJonathan Davies2021-06-011-2/+4
| | | | | | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com> Modified-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Florian Schmaus <flo@geekplace.eu> Closes: https://github.com/gentoo/gentoo/pull/20300 Signed-off-by: Sam James <sam@gentoo.org>
* net-im/ejabberd: add 21.04Florian Schmaus2021-06-012-0/+272
| | | | | | Closes: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/p1_pgsql: add 1.1.11Florian Schmaus2021-06-012-0/+21
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/xmpp: add 1.5.3Florian Schmaus2021-06-012-0/+31
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/ezlib: add 1.0.9Florian Schmaus2021-06-012-0/+22
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/stringprep: add 1.0.25Florian Schmaus2021-06-012-0/+22
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/sqlite3: add 1.1.12Florian Schmaus2021-06-012-0/+27
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/pkix: add 1.0.7Florian Schmaus2021-06-012-0/+18
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/p1_oauth2: add 0.6.9Florian Schmaus2021-06-012-0/+37
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/p1_mysql: add 1.0.18Florian Schmaus2021-06-012-0/+21
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/p1_acme: add 1.0.12Florian Schmaus2021-06-012-0/+32
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/idna: fix "remove unicode_util_compat" patchFlorian Schmaus2021-06-012-8/+53
| | | | | | | | | | | | | | | | | | | | | | | The existing patch was incomplete, unicode_util_compat had also to be patched out of src/idna.app.src. Otherwise ejabberd would potentially fail with Apr 07 21:04:38 example.org ejabberdctl[606236]: 2021-04-07 21:04:38.066241+02:00 [critical] Failed to start ejabberd application: Exception occurred during configuration processing. Apr 07 21:04:38 example.org ejabberdctl[606236]: ** exception error: nif_not_loaded Apr 07 21:04:38 example.org ejabberdctl[606236]: in function erlang:nif_error/1 Apr 07 21:04:38 example.org ejabberdctl[606236]: called as erlang:nif_error(nif_not_loaded) Apr 07 21:04:38 example.org ejabberdctl[606236]: in call from jid:string_to_usr/1 (src/jid.erl, line 121) Apr 07 21:04:38 example.org ejabberdctl[606236]: in call from jid:decode/1 (src/jid.erl, line 136) Apr 07 21:04:38 example.org ejabberdctl[606236]: in call from econf:'-domain/0-fun-0-'/1 (src/econf.erl, line 479) Apr 07 21:04:38 example.org ejabberdctl[606236]: in call from yconf:'-list/2-fun-0-'/3 (src/yconf.erl, line 542) Apr 07 21:04:38 example.org ejabberdctl[606236]: in call from lists:mapfoldl/3 (lists.erl, line 1358) Apr 07 21:04:38 example.org ejabberdctl[606236]: in call from yconf:'-list/2-fun-1-'/3 (src/yconf.erl, line 538) Apr 07 21:04:38 example.org ejabberdctl[606236]: in call from yconf:'-non_empty/1-fun-0-'/2 (src/yconf.erl, line 523) Apr 07 21:04:38 example.org systemd[1]: ejabberd.service: Main process exited, code=exited, status=1/FAILURE Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/yconf: add 1.0.11Florian Schmaus2021-06-012-0/+22
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/esip: add 1.0.42Florian Schmaus2021-06-012-0/+31
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/mqtree: add 1.0.13Florian Schmaus2021-06-012-0/+22
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/stun: add 1.0.43Florian Schmaus2021-06-012-0/+22
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/fast_yaml: add 1.0.31Florian Schmaus2021-06-012-0/+22
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/fast_xml: add 1.1.46Florian Schmaus2021-06-012-0/+22
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/fast_tls: add 1.1.12, drop libressl USE flagFlorian Schmaus2021-06-012-0/+23
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/epam: add 1.0.10Florian Schmaus2021-06-012-0/+33
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/epam: migrate to GLEP 81: depend on acct-group/epamFlorian Schmaus2021-06-012-16/+14
| | | | | | Closes: https://bugs.gentoo.org/755185 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* acct-group/epam: initial importFlorian Schmaus2021-06-012-0/+16
| | | | | | Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/eimp: add 1.0.20Florian Schmaus2021-06-012-0/+29
| | | | | | Closes: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/cache_tab: add 1.0.28Florian Schmaus2021-06-012-0/+22
| | | | | | Closes: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* dev-erlang/p1_utils: add 1.0.22Florian Schmaus2021-06-012-0/+21
| | | | | | Closes: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* rebar.eclass: add support for EAPI 7Florian Schmaus2021-06-011-10/+15
| | | | | | | | | Thanks To Sam James for reviewing this and providing feedback. Closes: https://bugs.gentoo.org/770283 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Closes: https://github.com/gentoo/gentoo/pull/20424 Signed-off-by: Sam James <sam@gentoo.org>
* rebar.eclass: s,$1,${1},Florian Schmaus2021-06-011-2/+2
| | | | | Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* rebar.eclass: fix @RETURN argumentFlorian Schmaus2021-06-011-3/+1
| | | | | | | | | | | Previously "pkgcheck scan rebar.class" would complain about EclassDocError: rebar: failed parsing eclass docs: '@RETURN:', line 61: non-inline arg Thanks to Ulrich Müller for providing feedback. Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Sam James <sam@gentoo.org>
* app-backup/borgbackup: add Python 3.9Sam James2021-06-013-3/+3
| | | | | Closes: https://bugs.gentoo.org/788328 Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/filebus: Bump to version 0.0.3Zac Medico2021-06-012-2/+2
| | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-qt/qtwebengine: Stabilize 5.15.2_p20210421 amd64, #787950Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtwebengine: Stabilize 5.15.2_p20210421 x86, #787950Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-client/chromium: Stabilize 91.0.4472.77 amd64, #792084Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/digikam: Stabilize 7.2.0 amd64, #788835Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/krita: Stabilize 4.4.3 amd64, #788835Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-office/libreoffice-bin-debug: Stabilize 7.1.3.2 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-office/libreoffice-bin: Stabilize 7.1.3.2 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-office/libreoffice: Stabilize 7.1.3.2 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-office/libreoffice-l10n: Stabilize 7.1.3.2 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/ucpp: Stabilize 1.3.5 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/poppler: Stabilize 21.05.0 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/libcdr: Stabilize 0.1.7 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/liborcus: Stabilize 0.16.1 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libixion: Stabilize 0.16.1 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-engines/box2d: Stabilize 2.4.1 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libmwaw: Stabilize 0.3.19 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libetonyek: Stabilize 0.1.10 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/boost: Stabilize 1.76.0-r1 amd64, #788112Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>