1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

556145 Commits

Author SHA1 Message Date
Dan Langille
921e007cc5 net/mosquitto: update rc.d script to fix mosquitto_pidfile override
The default variables were being set before load_rc_config was invoked.

jrm@FreeBSD.org did most of this work and all credit goes to him.
I only found the problem. He helped tremendously.

PR:		258089
Reported by:	dvl
Approved by:	joe@thrallingpenguin.com (maintainer)
Obtained from:	jrm
2021-08-27 21:55:16 +00:00
Matthias Andree
c2b9bf3fe6 mail/fetchmail: security update to 6.4.22.rc2
MFH:		2021Q3
URL:            https://www.fetchmail.info/fetchmail-SA-2021-02.txt
Changelog:	https://gitlab.com/fetchmail/fetchmail/-/blob/SNAPSHOT_6-4-22-rc2/NEWS#L87
Security:       CVE-2021-39272
Security:       1d6410e8-06c1-11ec-a35d-03ca114d16d6
PR:		258071
Approved by:	Corey Halpin (maintainer)
2021-08-27 23:24:53 +02:00
Bryan Drewery
84a57f6bb7 ports-mgmt/poudriere-devel: Update to 3.3.0-924-g8de014b5e
Changes:
  - git dirty check: Check for untracked Makefile.local and patch files
  - bulk/testport: Detect *new but disabled* OPTIONS
  - buildlog_start: Revert display back to readable local TZ.
  - testport -c: Fix to use the right port directory
  - Package fetch: Generate logfiles, stats, and show in web
  - PACKAGE_FETCH_WHITELIST: Fix only reading the first pkgname.
  - PACKAGE_FETCH_WHITELIST: Fix so globs in the list work too.
  - Package fetch: Check OSVERSION / ABI
  - Package fetch: Save fetch list and url into logdir.
  - Package fetch: Don't double count ports-mgmt/pkg
2021-08-27 13:48:05 -07:00
Christoph Moench-Tegeder
522e079635 net-mgmt/check_ssl_cert: update to 2.4.2
Notes: https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.4.2
2021-08-27 22:15:11 +02:00
Tatsuki Makino
a531d7a972 print/epson-inkjet-printer-escpr2: Update to 1.1.41
New PPD files for the following models have been added:
	* ET-16680 series
	* ET-3830 series
	* ET-3850 series
	* ET-4850 series
	* ET-5180 series
	* ET-M16680 series
	* L6260 series
	* L6270 series
	* L6290 series
	* ST-C4100 series
	* WF-2880 series
	* XP-5150 series

PR:		258075
2021-08-27 22:06:06 +02:00
Tatsuki Makino
7c74dd7b80 print/epson-inkjet-printer-escpr: Update to 1.7.17
New PPD files for the following models have been added:
	* ET-1810 series
	* ET-2800 series
	* ET-2810 series
	* ET-2820 series
	* ET-2850 series
	* L3250 series
	* L3260 series
	* L4260 series
	* L5290 series
	* ST-C2100 series
	* WF-2820 series
	* WF-2840 series
	* WF-2870 series
	* XP-2150 series
	* XP-3150 series
	* XP-4150 series

PR:		258074
2021-08-27 22:06:06 +02:00
Guido Falsi
4306c11181 games/0ad: Update to 0.0.25b 2021-08-27 22:02:58 +02:00
Dmitry Wagin
d7b8bd2c4d devel/jetbrains-clion: Update to 2021.2.1
Release Notes:
	https://blog.jetbrains.com/clion/2021/08/clion-2021-2-1-bug-fix-update/

PR:		258082
2021-08-27 21:36:04 +02:00
Dmitry Wagin
64a8dab618 devel/jetbrains-goland: Update to 2021.2.1
Release Notes:
	https://confluence.jetbrains.com/display/GOLAND/GoLand%2B2021.2.1%2BRelease%2BNotes

PR:		258083
2021-08-27 21:34:56 +02:00
Dmitry Wagin
5a04fa8e3e devel/jetbrains-webstorm: Update to 2021.2.1
Release notes:
	https://confluence.jetbrains.com/display/WI/WebStorm+2021.2.1+Release+Notes

PR:		258084
2021-08-27 21:33:04 +02:00
Samir Noir
94d1df9d2f sysutils/chezmoi: update to 2.1.6
Changelog:
	https://github.com/twpayne/chezmoi/releases/tag/v2.1.6

PR:		258098
2021-08-27 21:30:56 +02:00
Sergey A. Osokin
564f4eeb79 www/nginx-devel: update third-party modules
o) lua: from 0.10.19 to 0.10.20;
o) modsecurity3: from 1.0.1 to 1.0.2.

Bump PORTREVISION.
2021-08-27 15:24:27 -04:00
Yuri Victorovich
82d7a2fff3 www/openarc: Improve COMMENT, WWW, description.
Reported by:	Dave Cottlehuber <dch@skunkwerks.at>
2021-08-27 12:15:51 -07:00
Guido Falsi
fad12bcb56 deskutils/calibre: Update to 5.26.0 2021-08-27 21:13:43 +02:00
Steven Kreuzer
4f33474090
sysutils/stress: Fix MASTER_SITE
Update MASTER_SITE so the tarball is fetchable
Remove WWW from pkg-descr as the site is no longer online

PR:             258099
Reported by:    Graham Perrin <grahamperrin@gmail.com>
2021-08-27 19:01:38 +00:00
Jan Beich
69307666c8 graphics/glew: restore GLU for now after 8532b6f5d0
While glew itself builds with -DGLEW_NO_GLU it's neither passed via
pkg-config to consumers nor visible outside of pkg-config.

$ pkg install glew pkgconf
$ pkg-config --cflags glew
Package glu was not found in the pkg-config search path.
Perhaps you should add the directory containing `glu.pc'
to the PKG_CONFIG_PATH environment variable
Package 'glu', required by 'glew', not found

PR:		257626 (for tracking)
Reported by:	madpilot
2021-08-27 18:42:11 +00:00
Tobias C. Berner
09ad282a33 x11-themes/adwaita-qt: update to 1.4.0
Changelog:
  * Base colors are now parsed from stylesheets provided by GTK 4
    (currently GTK 4.4)
  * Added variants for HighContrast and HighContrastInverse

- Made dependency on sassc explicit
2021-08-27 20:29:14 +02:00
Piotr Kubaj
e6d23ad3c1 devel/llvm12: fix for broken binaries generated by llvm12
Selectively reverts LLVM commit 2518433f861fcb877d0a7bdd9aec1aec1f77505a that was pointed as the source of regression on LLVM12.
This affects powerpc64*, making binaries crash with segmentation fault due to bad code generation around "__stack_chk_guard"

Root cause and/or proper fix is under investigation: https://bugs.llvm.org/show_bug.cgi?id=51590

Submitted by:	adalava
Differential review (for base):	https://reviews.freebsd.org/D31698
2021-08-27 18:22:26 +00:00
Jan Beich
2ed037639e math/cglm: convert to USES=meson from USES=cmake
It wrote a .pc file that was causing games/taisei to not find
cglm for some reason.

PR:		258065
2021-08-27 10:02:10 -07:00
Sergei Vyshenski
230cf05d3d security/p5-openxpki*: Update to 3.14.4
ChangeLog: https://github.com/openxpki/openxpki/compare/v3.14.0...v3.14.2

PR:		257859
2021-08-27 17:51:46 +01:00
Brooks Davis
150110612d devel/llvm13: assorted build/plist fixes
Disable compiler-rt on FreeBSD 11 as it doesn't compile with current
patches.

Correct plist issues preventing packaging in certain situations.

PR:		258062
Sponsored by:	DARPA
2021-08-27 17:13:32 +01:00
Jan Beich
8532b6f5d0 graphics/glew: drop unused dependencies after 0ccfc073ab
* -lGLU dropped in https://github.com/nigels-com/glew/commit/3828cfb38c7b
* -lXmu -lXi -lXext dropped in https://github.com/nigels-com/glew/commit/d03b68e40d00

PR:		257626
Approved by:	maintainer timeout (3 weeks)
2021-08-27 15:40:55 +00:00
Bernard Spil
fef01f2dba www/nextcloud: Update to 22.1.1 2021-08-27 15:23:06 +00:00
Dmitry Wagin
ef78f3e77a devel/delve: Update to 1.7.1
ChangeLog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#171-2021-08-18

PR:		258080
2021-08-27 16:06:13 +01:00
Tobias C. Berner
421153ecce gnome.mk: fix usage of GLIB_SCHEMAS in five ports
Glib schema files should be registered using the GLIB_SCHEMAS
variable provided by gnome.mk. This will add them and additionally
the required glib-schemas keyword to the plist.

The following ports were touched:

 * deskutils/foliate
 * deskutils/gnome-tweaks
 * deskutils/maliit-keyboard
 * games/swell-foop
 * textproc/ibus-m17n
2021-08-27 17:05:16 +02:00
Piotr Kubaj
edc1905c12 security/py-ssh-audit: update to 2.5.0
Changelog:
* Fixed crash when running host key tests.
* Handles server connection failures more gracefully.
* Now prints JSON with indents when -jj is used (useful for debugging).
* Added MD5 fingerprints to verbose output.
* Added -d/--debug option for getting debugging output; credit Adam Russell.
* Updated JSON output to include MD5 fingerprints. Note that this results in a breaking change in the 'fingerprints' dictionary format.
* Updated OpenSSH 8.1 (and earlier) policies to include rsa-sha2-512 and rsa-sha2-256.
* Added OpenSSH v8.6 & v8.7 policies.
* Added 3 new key exchanges: gss-gex-sha1-eipGX3TCiQSrx573bT1o1Q==, gss-group1-sha1-eipGX3TCiQSrx573bT1o1Q==, and gss-group14-sha1-eipGX3TCiQSrx573bT1o1Q==.
* Added 3 new MACs: hmac-ripemd160-96, AEAD_AES_128_GCM, and AEAD_AES_256_GCM.
2021-08-27 15:00:39 +00:00
Jan Beich
fe3f885424 lang/intel-compute-runtime: update to 21.34.20767
Changes:	https://github.com/intel/compute-runtime/compare/21.33.20678...21.34.20767
Reported by:	GitHub (watch releases)
2021-08-27 14:36:48 +00:00
Jan Beich
18a1d5f802 x11/foot: update to 1.9.0
Changes:	https://codeberg.org/dnkl/foot/releases/tag/1.9.0
Reported by:	upstream (via mail)
2021-08-27 14:36:48 +00:00
Jan Beich
c61320529d x11/foot: regen termcap workaround
"foot" is generated by "infocmp -Cu foot xterm-256color" but before
0d7758a45b bundled up-to-date database was used as a reference, so
some capabilities were missing (bug 247447).
2021-08-27 14:34:54 +00:00
Mikael Urankar
38569d0671 www/zola: Update to 0.14.1
Changes: https://github.com/getzola/zola/releases/tag/v0.14.1
2021-08-27 14:25:55 +02:00
Ronald Klop
ed95a0e174 databases/mongodb44: Fix crash on aarch64
- Disable LTO on aarch64/14-current (clang12 is crashing)
  - Limit the portscout check to 4.4.x

PR:		257765
2021-08-27 14:25:29 +02:00
TAKATSU Tomonari
86cfefb4d0 textproc/R-cran-htmltools: Update to 0.5.2 2021-08-27 20:36:44 +09:00
Alexey Dokuchaev
dc39650c19 security/obfsclient: deprecate and set to expire by the end of the year
- It currently does not build and does not support modern OpenSSL API
- None of the protocols it speaks are all that useful at the present time
- All the newer protocols it could be using either have severe design-
  level issues, would require way too many external dependencies, or both
- Upstream maintainer lacks motivation, spare cycles, or funding to work
  on this sort of thing these days
2021-08-27 11:02:20 +00:00
Alexey Dokuchaev
8c5d3929dd Cleanup: for ports under a* categories, drop redundant GH_{ACCOUNT,PROJECT}. 2021-08-27 09:33:27 +00:00
Alexey Dokuchaev
b94c44c93c games/criticalmass: attempt to unbreak the build of the port. 2021-08-27 09:28:01 +00:00
Jan Beich
2164259fba multimedia/gmmlib: update to 21.2.2
Changes:	https://github.com/intel/gmmlib/compare/intel-gmmlib-21.2.1...intel-gmmlib-21.2.2
2021-08-27 09:14:47 +00:00
Jan Beich
2d5e932051 devel/vc-intrinsics: add llvm13 flavor after acdf72266d 2021-08-27 08:11:27 +00:00
Gerald Pfeifer
3353a8922a emulators/wine-devel: Fix the build in dlls/nsiproxy.sys
In what looks like a change between FreeBSD 11 and FreeBSD 12 and later
we now need to explicitly include sys/queue.h to avoid

   In file included from dlls/nsiproxy.sys/tcp.c:42:
   /usr/include/netinet/tcp_var.h:516:2: error:
   expected specifier-qualifier-list before 'TAILQ_ENTRY'
   516 | TAILQ_ENTRY(tcptw)  tw_2msl;

I submitted this upstream already where it got accepted, so this patch
files/patch-dlls-nsiproxy.sys is only a temporary stop gap.
2021-08-27 06:24:25 +00:00
Yasuhiro Kimura
2ae0505747 devel/dash.el: Update to 2.19.1
Fixed a regression from 2.18 in -is-suffix-p which led to false negatives
when parts of the suffix appeared multiple times in the list being searched

Changelog: https://github.com/magnars/dash.el/compare/2.19.0...2.19.1

PR:		258067
2021-08-27 07:51:55 +02:00
Mohammad S. Babaei
231134db7c editors/jucipp: Update to 1.7.1
From ChangeLog: https://gitlab.com/cppit/jucipp/-/releases/v1.7.1

 * Added Toggle Status to Window menu
 * Fixed indentation on enter after for instance {\n 1,\n 2,\n}
 * Preference item search_for_selection now also applies to Find Pattern
 * Now adds scrolling to all tooltip windows that are placed partially outside of
   screen
 * Can now unset keybindings in Preferences
 * Fixed buffer overread in Tooltip::insert_doxygen(), and added
   _GLIBCXX_ASSERTIONS to tests

PR:	258055
Reported by:	info@babaei.net (maintainer)
2021-08-27 07:15:19 +02:00
Jose Alonso Cardenas Marquez
897652465e comms/wsjtz: New port: Clone of WSJT-X software with additional features
WSJT ("Weak Signal Communication, by K1JT") offers specific digital protocols
optimized for meteor scatter, ionospheric scatter, and EME (moonbounce)
at VHF/UHF, as well as HF skywave propagation.  The program can decode
fraction-of-a-second signals reflected from ionized meteor trails and
steady signals 10 dB below the audible threshold.

WSJT-Z is a clone of WSJT-X software by Joe Taylor K1JT

Features

- Modified user interface, including a larger Band Activity window
- Extended filtering features
- Auto CQ and auto responding
- QRZ.COM integration
- Audio alerts
- DXCC / Continent Filtering

WWW: https://sourceforge.net/projects/wsjt-z/
2021-08-26 23:27:48 -05:00
Olivier Duchateau
6ad40c7541 x11-toolkits/granite: update to 6.1.1
Changelog:
    * Ensure accel_to_string works with multiple modifiers
    * Fix locale issues in Flatpaks
    * Updated translations

PR:		258064
2021-08-27 06:12:25 +02:00
Hiroki Sato
cbabd645f9
mail/mew-devel: development version of mail/mew
PR:		255249
Submitted by:	Yasuhiro Kimura
2021-08-27 11:49:37 +09:00
Alexey Dokuchaev
148d137e97 editors/rehex: update the port to version 0.3.92.
Reported by:	portscout
2021-08-27 02:39:41 +00:00
Yuri Victorovich
e2354f3900 www/openarc: New port: Open source ARC implementation 2021-08-26 19:12:55 -07:00
Neel Chauhan
f9286c8564 net/libgweather: Revert GLIB_SCHEMAS removal 2021-08-26 18:34:53 -07:00
Colin Percival
16c8922742 net/bsdec2-image-upload: Update to 1.4.5 2021-08-26 17:52:45 -07:00
Jan Beich
f2746c2cd9 x11/nwg-drawer: update to 0.1.8
Changes:	https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.1.8
Reported by:	GitHub (watch releases)
2021-08-27 00:18:44 +00:00
Yuri Victorovich
aa8568904f devel/folly: Fix build by adding missing #include <signal.h>
Reported by:	fallout
2021-08-26 16:41:24 -07:00
Jose Alonso Cardenas Marquez
c1ce749c29 editors/lazarus*: Include new lazarus ports into mk files
- Add WANT_LAZARUS_DEVEL option if you want built apps using lazarus trunk
  version from ports. This variable can be added to /etc/make.conf. Otherwise,
  stable version of lazarus will be used.
- WANT_LAZARUS_DEVEL will use editors/lazarus-devel or editors/lazarus-qt5-devel
  ports instead of editors/lazarus or lazarus-qt5 ones
2021-08-26 18:21:46 -05:00