1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

514717 Commits

Author SHA1 Message Date
Jason E. Hale
4bbc770f0d Update security/*gpgme* to 1.14.0 2020-07-17 16:47:48 +00:00
Dima Panov
515e79eeb1 graphics/digikam: update to 7.0.0 release
Relnotes:	https://www.digikam.org/news/
2020-07-17 15:34:03 +00:00
TAKATSU Tomonari
95116534c3 - Update to 0.9-5 2020-07-17 15:25:18 +00:00
Tobias Kortkamp
08a202b91b editors/kak-lsp: Reenable LTO after r542412
kak-lsp seems to work fine with it now.
2020-07-17 15:20:48 +00:00
Mikhail Pchelin
ecd1b2eb1e if TCL is installed on but you uncheck the TCL option the epic port gets
confused.

PR:		247995
Submitted by:	jpaetzel
2020-07-17 15:16:20 +00:00
Tobias C. Berner
78dfd7560e graphics/poppler: update to 0.90.1
Release 0.90.1:
        core:
         * Fix regression on PS conversion.
           Regression only happened on applications that are locale enabled
           i.e. Okular but not pdftops, when using a quite new lcms and
           the user locale uses , as decimal separator instead of .
         * Add UTF16LE support to TextStringToUCS4.
           Even if the standard clearly says it should be UTF16BE

PR:		247925
Exp-run by:	antoine
2020-07-17 14:42:19 +00:00
Roman Bogorodskiy
d57639f2b9 audio/mpg123: update to 1.26.3 2020-07-17 14:28:15 +00:00
Tobias Kortkamp
81b780e827 x11-fonts/spleen: Update to 1.8.1
Changes:	https://github.com/fcambus/spleen/blob/1.8.1/ChangeLog
2020-07-17 14:02:37 +00:00
Matthias Andree
81e7824bde openvpn: Add one TODO marker (no functional change). 2020-07-17 13:58:34 +00:00
Mateusz Piotrowski
8df9666df2 Update to 3.3.0
Release notes:
https://github.com/be5invis/Iosevka/releases/tag/v3.3.0
2020-07-17 13:36:33 +00:00
Tobias Kortkamp
037bab92d2 ports-mgmt/portfmt: Update to latest commit
Changes:	11fdf0b5dc
2020-07-17 13:13:01 +00:00
Dmitri Goutnik
b73afa049c lang/go: Update to 1.14.6
Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
2020-07-17 13:02:47 +00:00
Tobias Kortkamp
af84923c8a Add missing tmate-ssh-server
Reported by:	portscan
2020-07-17 12:59:03 +00:00
Wen Heping
8b0753d965 - Update to 5.2 2020-07-17 11:55:39 +00:00
Piotr Kubaj
2b6e758edd graphics/graphviz: switch to clang on powerpc64, if available
LLVM bug is already fixed.
2020-07-17 10:54:55 +00:00
Matthias Andree
8f2ea341c9 security/openvpn: future proofing, PLUGINDIR now ...
...configured the official way, not hacky (which failed in openvpn-devel
because it broke some configure tests).
2020-07-17 10:30:37 +00:00
Tobias Kortkamp
44304be4f3 graphics/minder: Update to 1.9.1
Changes:	https://github.com/phase1geo/Minder/releases/tag/1.9.1
2020-07-17 10:14:29 +00:00
Tobias Kortkamp
7dffe8ffc0 graphics/libspng: Update to v0.6.0
Changes:	https://github.com/randy408/libspng/releases/tag/v0.6.0
2020-07-17 10:14:09 +00:00
Ganael LAPLANCHE
b4b8dbee42 Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES
2020-07-17 10:12:25 +00:00
Matthias Andree
3d6c7cb9cf security/openvpn-devel: Update to 202028 (2020-W28 snapshot)
ChangeLog:
<https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247974#c0>

While here:
* add cmocka as build-time requisite to include the engine test.
* use PLUGINDIR rather than hacking CPPFLAGS for PLUGIN_LIBDIR,
  the latter breaks -fPIC detection by configure (breaking the
  shared lib build for the engine unit tests)

PR:		247974
Submitted by:	Eric F. Crist (maintainer)
2020-07-17 10:04:21 +00:00
Tobias Kortkamp
1b5bf9563c deskutils/copyq: Update to v3.12.0
Changes:	https://github.com/hluk/CopyQ/releases/tag/v3.12.0
2020-07-17 10:04:19 +00:00
Tobias Kortkamp
d8043c8667 sysutils/barrier: Update to v2.3.3
Changes:	https://github.com/debauchee/barrier/releases/tag/v2.3.3
2020-07-17 09:53:08 +00:00
Dima Panov
704f6e9e4f mail/exim: import exim-4.94+fixes branch as state of 2020.07.17
Used git diffs:

[02/26] Taint: fix pam expansion condition.  Bug 2587
[03/26] Taint: fix listcount expansion operator.  Bug 2586
[04/26] Docs: fix mistaken variable name
[06/26] Docs: typoes
[07/26] Taint: fix multiple ACL actions to properly manage tainted argument data
[08/26] Fix -bi.  Bug 2590
[09/26] Filters: fix "vacation" in Exim filter.  Bug 2593
[10/26] TLS: use RFC 6125 rules for certifucate name checks when CNAMES are present. Bug 2594
[11/26] Taint: fix radius expansion condition
[13/26] Taint: fix verify.  Bug 2598
[14/26] Fix string_copy() macro to not multiple-eval args. Bug 2603
[15/26] Cutthrough: handle request when a callout-hold is active.  Bug 2604
[16/26] Lookups: Fix "subdir" filter on a dsearch.
[18/26] Sqlite: fix segfault on bad/missing sqlite_dbfile.  Bug 2606
[19/26] Taint: fix ACL "spam" condition, to permit tainted name arguments.
[20/26] Fix message-reception clock usage.  Bug 2615
[21/26] typoes
[22/26] Fix DKIM signing to always ;-terminate.  Bug 2295
[23/26] Fix taint trap in parse_fix_phrase().  Bug 2617
[24/26] Taint: fix ACL "spam" condition, to permit tainted name arguments
[25/26] Fix debug_print_socket()
[26/26] debug_print_socket(): output formatting

MFH:		2020Q3
2020-07-17 09:46:00 +00:00
Dmitry Marakasov
2b4c62b4f9 - Fix LICENSE
- Update WWW

Approved by:	portmgr blanket
2020-07-17 09:36:03 +00:00
Guido Falsi
910dddabdd - Update asterisk16 to 16.12.0
- Asterisk project now embeds pjsip 2.10, get it's distribution
  from github and adapt port
- Remove patch merged upstream
- Refresh patches and rename to current naming scheme
- Reorder some variables to silnce portlint warning
2020-07-17 08:21:54 +00:00
Guido Falsi
dc0a2a9488 - Update asterisk13 to 13.35.0
- Asterisk project now embeds pjsip 2.10, get it's distribution
  from github and adapt port
- Remove patch merged upstream
- Refresh patches and rename to current naming scheme
- Reorder some variables to silnce portlint warning
2020-07-17 08:21:24 +00:00
Guido Falsi
f9cb27aa85 Update calibre to 4.21.0 2020-07-17 07:51:24 +00:00
Emanuel Haupt
4b7522a686 Update to 0.5.2 2020-07-17 07:31:20 +00:00
Tobias Kortkamp
ec25a08615 lang/rust: Add back to static.rust-lang.org 2020-07-17 06:48:00 +00:00
Tobias Kortkamp
b0f1d6430e lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10.  Drop the LLVM patches we
  no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
  Rust target instead of patching LLVM.
- Build LLVM with Ninja.  It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25658
2020-07-17 06:44:04 +00:00
Bernhard Froehlich
88700ad75a multimedia/kodi-addon-pvr-hts: Update to 4.4.21 to chase kodi update 2020-07-17 06:42:47 +00:00
Bernhard Froehlich
7a69f997cc multimedia/kodi-addon-pvr-iptvsimple: Update to 3.9.8 to chase kodi update 2020-07-17 06:34:05 +00:00
Kai Knoblich
2b6c951533 games/dMagnetic: Update to 0.24
* Simplify test suite. [1]

* Switch manpages to the preferred share/man location while I'm here.

Changelog:

* It is now possible to use .d64 images to play the games.

* The test suite can now be called directly via its own "do-test" target
  per sub-make. [1]

PR:		247915
Submitted by:	Thomas Dettbarn <dettus@dettus.net> (maintainer)
2020-07-17 06:32:31 +00:00
Bernhard Froehlich
eb56acc9d1 devel/kodi-platform: Fix after multimedia/kodi update
PR:		248013
Submitted by:	James French <james@french.id.au>
2020-07-17 06:25:02 +00:00
Kurt Jaeger
3a321b9f21 security/vuxml: Document multiple vulnerabilities in clamav
- CVE-2020-3350, CVE-2020-3327, CVE-2020-3481

PR:		248027
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2020-07-17 05:44:10 +00:00
Kurt Jaeger
fe1b4f7fbb security/clamav: update 0.102.3 -> 0.102.4
PR:		248028
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
MFH:		2020Q3
Relnotes:	https://blog.clamav.net/2020/07/clamav-01024-security-patch-released.html
Security:	CVE-2020-3350, CVE-2020-3327, CVE-2020-3481
2020-07-17 05:38:19 +00:00
Steve Wills
f70cd751cd sysutils/tmate: update to 2.4.0 2020-07-17 04:54:36 +00:00
Steve Wills
b247c37168 sysutils/tmate-ssh-server: remove miscopied patches 2020-07-17 04:46:40 +00:00
Steve Wills
dc8a0e36be sysutils/tmate-ssh-server: revive port and update 2020-07-17 04:36:30 +00:00
Steve Wills
e5b16febf9 net-im/matterbridge: update to 1.17.5 2020-07-17 02:41:36 +00:00
Steve Wills
ff239cdbf8 www/minio: update to 2020.07.14.19.14.30 2020-07-17 02:27:10 +00:00
Jan Beich
d88ec4b862 x11/nwg-launchers: backport crashfix when LANG is unset 2020-07-17 01:46:37 +00:00
Steve Wills
8eb53cf75b net/google-cloud-sdk: update to 301.0.0 2020-07-17 01:43:29 +00:00
Danilo G. Baio
d70182a6bf net-mgmt/zabbix4-*: Update to 4.0.22
Changelog:	https://www.zabbix.com/rn/rn4.0.22

PR:		248012
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
MFH:		2020Q3 (blanket: bugfix release)
2020-07-17 00:19:03 +00:00
Jan Beich
401738123c x11/nwg-launchers: respect PREFIX for .desktop files 2020-07-16 23:38:12 +00:00
Steve Wills
b0e3d01ccf devel/bloaty: update to 1.1 2020-07-16 23:32:05 +00:00
Jan Beich
5de8319c6f x11/nwg-launchers: add new port
nwg-launchers is C++ rewrite of sgtk-menu, an application launcher
primarily developed for Sway but also works on other window managers.

https://github.com/nwg-piotr/nwg-launchers
2020-07-16 23:31:42 +00:00
Steve Wills
b2d90d5d98 textproc/p5-Algorithm-CheckDigits: update to 1.3.3 2020-07-16 23:25:57 +00:00
Torsten Zuehlsdorff
e1b02453c7 databases/pgpool-II-40: fix broken SIZE in distinfo
File has not changed, it was just broken on my latest download
because of bad internet connection.

Sponsored by:	Bounce Experts
2020-07-16 22:17:17 +00:00
Emanuel Haupt
f46d690ccb Update to 6.3.0 2020-07-16 20:45:12 +00:00