Commit Graph

556015 Commits

Author SHA1 Message Date
Yuri Victorovich
9766859f33 security/palisade: Update 1.11.3 -> 1.11.4
Also
* replace do-test with cmake:testing
* not force specific clang version
2021-08-25 22:38:53 -07:00
Tobias C. Berner
da84766476 audio/elisa: fix broken "Files" view
From [1]
	The viewmanager.cpp/h file is missing an include for config-upnp-qt.h
	which defines KF5KIO_FOUND.  With this macro missing, it isn't building
	the KIO stuff.

Upstream PR: 440980

[1] 618cf9b589
2021-08-26 06:27:58 +02:00
Alexey Dokuchaev
7e8ab83f6c ftp/bsdftpd-ssl: convert to modern OpenSSL and unbreak the build on -CURRENT. 2021-08-26 04:08:58 +00:00
Jan Beich
63593047e0 emulators/citra: update to s20210822
Changes:	c40871f12...89410c164
2021-08-26 00:53:12 +00:00
Jan Beich
0ebe6e0559 graphics/mesa-devel: update to 21.2.b.1467
Changes:	2944f49610...565f9105b7
2021-08-26 00:40:55 +00:00
Jan Beich
7b6c600b4d emulators/rpcs3: update to 0.0.17.12666
Changes:	f44e50b9c...72f0637ef
2021-08-26 00:40:54 +00:00
Jan Beich
a9bd13bb70 emulators/yuzu: update to s20210825
Changes:	7eb4542c1...3843995ce
2021-08-26 00:40:54 +00:00
Ben Woods
bfa13bfc52 x11/lightdm-gtk-greeter: and x11/slick-greeter: auto-set greeter-session
Add pkg-install and pkg-deinstall scripts to automatically configure
the greeter-session variable in lightdm.conf if it has not been manually
changed from the default value.

This reduces the steps for a fresh FreeBSD install to get to a graphical
environment to the following simple steps (excluding graphics drivers):
$ pkg install <greeter> <desktop-environment>
$ service lightdm enable
$ service ligthdm start

Approved by:	ericbsd (maintainer x11/slick-greeter)
Approved by:	madpilot (maintainer x11/lightdm-gtk-greeter)

Differential Revision: https://reviews.freebsd.org/D31632
2021-08-26 07:06:22 +08:00
Yuri Victorovich
d9d6e6a18e math/nauty: Install missing header nautycliquer.h
Also sort plist.

PR:		258031
Approved by:	moritz@schmi.tt (maintainer)
2021-08-25 13:28:25 -07:00
Yuri Victorovich
f41cab0fad cad/verilator: Backport the fix of bug that caused wrong C++ code generation 2021-08-25 13:28:24 -07:00
Yuri Victorovich
7890177363 science/siconos: Add test target (currently broken) 2021-08-25 13:28:24 -07:00
Yuri Victorovich
cc5fdc14d9 biology/ncbi-cxx-toolkit: Update 22.0.0 -> 25.0.0 2021-08-25 13:28:23 -07:00
Yuri Victorovich
5c2e32c94f science/siconos: Update 4.4.0.rc3 -> 4.4.0.rc4 2021-08-25 13:28:23 -07:00
Raúl
aeae1dbd95 www/mattermost-server: fix build number
PR:		258043
2021-08-25 15:48:15 -04:00
Fernando Apesteguía
e0f76fd9c6 security/wipe: bump PORTREVISION
Missing from previous commit 64736881ef
2021-08-25 18:17:48 +02:00
Fernando Apesteguía
a08413affe security/wipe: wipe(1) reference to wrong path
Replace hardcoded path in post-patch.

PR:	258016
Reported by:	grahamperrin@gmail.com
MFH:	2021Q3
2021-08-25 18:13:13 +02:00
Matthias Andree
64736881ef dns/dnsmasq-devel: update to rc1 release candidate
Changes:
* a42ee39 2021-08-16 | Man page BNF error fix. [Geert Stappers]
* e58f8bb 2021-08-25 | Merge message changes into I18N files. [Simon Kelley]
* 58cf958 2021-08-20 | Fix empty domain in server option parsing when more than one domain is given [Dominik DL6ER]
* 06d01f7 2021-07-22 | Make comment style consistent. [Etan Kissling]
* 1a33eec 2021-07-22 | Adjust logging levels for connmark patterns. [Etan Kissling]
* 82de7a1 2021-07-22 | Re-order UBus teardown logic. [Etan Kissling]
* 8e9bde5 2021-07-22 | Eliminate redundant UBus `notify` variable. [Etan Kissling]
* 1bb70e0 2021-07-22 | Handle UBus serialization errors. [Etan Kissling]
* 9afcb7a 2021-08-12 | Revert "There was a `notify` variable to keep track whether a subscriber is" [Simon Kelley]
* 545c495 2021-08-12 | Revert "Re-order UBus teardown logic." [Simon Kelley]
* 2f2d59b 2021-08-12 | Define order of reading files when --addn-hosts given a directory. [Simon Kelley]

CHANGELOG addition:

+       When --dhcp-hostsfile --dhcp-optsfile and --addn-hosts are
+       given a directory as argument, define the order in which
+       files within that directory are read (alphabetical order
+       of filename). Thanks to Ed Wildgoose for the initial patch
+       and motivation for this.
2021-08-25 17:59:44 +02:00
Thibault Payet
ad78316867 games/manaplus: Reset maintainership
PR:	258012
Reported by:	monwarez@mailoo.org (maintainer)
2021-08-25 17:48:05 +02:00
Alexey Dokuchaev
e48e4ef27a multimedia/cineencoder: update the port to version 3.4.
Reported by:	portscout
2021-08-25 15:50:36 +00:00
Ben Woods
5673aff4cc x11/slick-greeter: Fix dependencies and prefix issues
Summary:
- Add dependencies harfbuzz, numlockx, python, dconf, pygobject3
- Fix slick-greeter-check-hidpi and slick-greeter-set-keyboard-layout
  commands by adding python dependency, fixing shebang paths, and
  installing under correct ${PREFIX} location
- Patch numerous other /usr and /etc prefix issues
- Add more detail to pkg-descr to support users choosing a greeter

Differential Revision: https://reviews.freebsd.org/D31631
2021-08-25 23:42:54 +08:00
Bernard Spil
e1b1dfdd05 www/nextcloud-contacts: Update to 4.0.2 2021-08-25 15:32:00 +00:00
Steve Wills
f0be4f82e1 www/mattermost-*: update to 5.38.1 2021-08-25 09:44:58 -04:00
yzrh
cc8e9d103a devel/aws-sdk-php: Update to 3.185.15
PR:		257231
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-08-25 10:25:56 -03:00
Danilo G. Baio
a5d11eeb39 security/pecl-scrypt: Fix build with PHP 8
PR:		258030
Reported by:	clpo13@gmail.com
2021-08-25 09:27:30 -03:00
Ashish SHUKLA
aeb4f15f0f net-im/dendrite: Update to 0.5.0 2021-08-25 12:06:00 +00:00
Alexey Dokuchaev
abc8ea44a2 lang/gforth: attempt to unbreak the port on i386, armv6, and armv7
- Partially apply upstream commit 9f35279358 to unbreak the build on i386
- With a recent update of devel/libffcall in 58a8a0aa37, the port is no
  longer ignored on armv6 and armv7.  Amend the word size check so it can
  be built on these architectures

PR:	258003
2021-08-25 10:56:54 +00:00
Tobias C. Berner
7d3655f8cf databases/kexi: fix build against astro/marble 21.08 2021-08-25 12:25:07 +02:00
Alexey Dokuchaev
8ce6ae76ff graphics/zint: update Zint Barcode Generator to version 2.10.0. 2021-08-25 09:22:25 +00:00
Yuri Victorovich
19313c122e textproc/jql: Update 2.9.4 -> 2.9.5 2021-08-25 02:06:51 -07:00
Yuri Victorovich
887de68b4e databases/usql: Update 0.9.2 -> 0.9.3 2021-08-25 02:06:51 -07:00
Yuri Victorovich
8d0640ad9d math/py-Pyomo: Update 6.1 -> 6.1.2 2021-08-25 02:06:50 -07:00
Yuri Victorovich
52843204bf audio/gsequencer: Update 3.9.7 -> 3.10.1 2021-08-25 02:06:50 -07:00
Yuri Victorovich
bb088d56b5 devel/args: Update 6.2.2 -> 6.2.6 2021-08-25 02:06:50 -07:00
Kai Knoblich
04f31a3f59 net-mgmt/netbox: Update to 2.11.12
Changelog:

Enhancements:
* Add site group filter to devices list
* Recognize a /32 IPv4 address as a child of a /32 IPv4 prefix
* Add table configuration button to child prefixes view
* Introduce LOGIN_PERSISTENCE configuration parameter to persist
  user sessions
* Add search field to VM interfaces filter form

Bug Fixes:
* Model forms should save empty custom field values as null
* Enable filtering assigned VLANs by group in interface edit form
* Force assignment of null custom field values to objects
* Fix erroneous webhook dispatch on failure to save objects
* Show contextual label for IP address role
* Fix hidden "add components" dropdown on devices list

https://github.com/netbox-community/netbox/releases/tag/v2.11.12
2021-08-25 10:31:13 +02:00
Kai Knoblich
a6182e32cb www/py-dj32-django-mptt: Update to 0.13.1
Changelog since 0.12.0:

https://github.com/django-mptt/django-mptt/blob/0.13.1/CHANGELOG.rst
2021-08-25 10:28:36 +02:00
Kai Knoblich
d5b4b0ebdc www/py-dj32-django-cors-headers: Update to 3.8.0
Changelog:

https://github.com/adamchainz/django-cors-headers/blob/3.8.0/HISTORY.rst
2021-08-25 10:26:33 +02:00
Martin Pala
6234479982 sysutils/monit: Update to 5.29.0
ChangeLog: https://www.mmonit.com/monit/changes/

This release fixes an issue reported in PR 257941

PR:	258029 257941
Reported by:	martinp@tildeslash.com (maintainer)
2021-08-25 09:40:25 +02:00
Philip Paeps
f937bef396 security/vuxml: add FreeBSD SA-21:17.openssl
Reference FreeBSD SA-21:17.openssl in the 16 February 2021
OpenSSL entry and note the fixed patch releases.
2021-08-25 14:14:17 +08:00
Philip Paeps
b3d2ea9f92 security/vuxml: add FreeBSD SA-21:16.openssl
Reference FreeBSD SA-21:16.openssl in the 24 August 2021
OpenSSL entry and note the fixed patch releases.
2021-08-25 14:14:16 +08:00
Philip Paeps
b9c92c0d05 security/vuxml: add FreeBSD SA-21:15.libfetch 2021-08-25 14:14:16 +08:00
Philip Paeps
9d7f0b3ad8 security/vuxml: add FreeBSD SA-21:14.ggatec 2021-08-25 14:14:16 +08:00
Philip Paeps
7f941a9b88 security/vuxml: add FreeBSD SA-21:13.bhyve 2021-08-25 14:14:15 +08:00
Yuri Victorovich
4009f70492 comms/xdemorse: Update 3.6.4 -> 3.6.5
Reported by:	portscout
2021-08-24 23:07:50 -07:00
Yuri Victorovich
8dea8a22f2 devel/nlohmann-json: Update 3.10.0 -> 3.10.1 2021-08-24 23:07:50 -07:00
Yuri Victorovich
ae7429ac25 devel/py-QtPy: Update 1.9.0 -> 1.10.0
Reported by:	portscout
2021-08-24 23:07:50 -07:00
Yuri Victorovich
fda1362588 audio/yoshimi: Update 2.0.2 -> 2.1.0
Reported by:	portscout
2021-08-24 23:07:49 -07:00
Gerald Pfeifer
826087eb71 lang/gcc9-devel: Update to the 20210819 snapshot of GCC 9.4.1
This adds support for -mtune=neoverse-512tvb and -mcpu=neoverse-512tvb
on aarch64.
2021-08-25 05:09:16 +00:00
Koichiro Iwao
146bcac7b8 devel/ruby-build: Update to 20210825
Changes:	https://github.com/rbenv/ruby-build/releases/tag/v20210825
Sponsored by:	HAW International
2021-08-25 12:20:48 +09:00
Jan Beich
3a4263d8d4 audio/shortwave: document pulseaudio workaround
https://forums.freebsd.org/threads/shortwave-just-stops.81814/
2021-08-25 02:51:05 +00:00
Alexey Dokuchaev
3f08c7911b x11/ulauncher: update Ulauncher to version 5.12.2. 2021-08-25 02:24:48 +00:00