1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

523217 Commits

Author SHA1 Message Date
Tobias C. Berner
18272760f9 devel/upnp: update to 1.14.0
Update to newer release which contains a fix for CVE-2020-13848:
	c805c1de11

MFH:		2020Q4
Security:	CVE-2020-13848
2020-10-03 17:50:29 +00:00
Glen Barber
2989d88ca6 Add MANIFESTs for 12.2-RC1.
Remove MANIFESTs for 12.2-BETA3.

MFH:		2020Q4 (re blanket)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-10-03 17:46:00 +00:00
Tobias C. Berner
cc94c23760 vuxml: document vulnerability in devel/upnp
Security:	CVE-2020-13848
2020-10-03 17:21:32 +00:00
Mateusz Piotrowski
ebbdf47814 devel/dbus: Fix honoring LOCALBASE
Bits we were replacing in dbus/dbus-sysdeps-unix.c were moved to
dbus/dbus-sysdeps-util-unix.c. Make the patch more robust by first using
a patch and then REINPLACE_CMD.

Approved by:	portmgr blanket
2020-10-03 17:11:56 +00:00
Mateusz Piotrowski
7c3df8d918 devel/dbus: Do not pollute build products when TMPDIR is not /tmp
If you have a TMPDIR in your environment that points to an existing
directory other than /tmp (e.g., TMPDIR=/bigfilesystem/tmp), when you build
devel/dbus, a couple files get built with that value.

When the package is installed on a target system that may not have the
non-default TMPDIR used at build time, then you will get run-time errors.
Such as:

  % dbus-launch sh
  Failed to start message bus: Failed to bind socket "/bigfilesystem/tmp/dbus-1nT4MYueXb": No such file or directory
  EOF in dbus-launch reading address from bus daemon

PR:		238548
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
2020-10-03 17:02:18 +00:00
Mateusz Piotrowski
110c46dc76 devel/dbus: Remove remaining machine-id copy code
It was most likely meant to be removed in r493840, together with other
related bits.

PR:		238963
Reported by:	chadf@triularity.org
Approved by:	portmgr blanket
2020-10-03 16:45:44 +00:00
Mateusz Piotrowski
bfe5184fa6 devel/libIDL: Set LICENSE
Approved by:	portmgr blanket
2020-10-03 16:33:30 +00:00
Mateusz Piotrowski
e77348ea13 x11/gdm: Install gconftool-2 as it is needed by pkg-install
Before this patch, the following error could be observed during the
installation of the port:

  ===> Creating homedir(s)
  /bin/sh: gconftool-2: not found
  chown: /usr/local/etc/gdm/home/.gconf.mandatory: No such file or directory
  chmod: /usr/local/etc/gdm/home/.gconf.mandatory: No such file or directory
  chmod: /usr/local/etc/gdm/home/.gconf.mandatory/*.xml: No such file or directory
  GDM is installed.

Specifying USE_GNOME+=gconf2 seems to fix the error messages.

(BTW, for some reason the gconf2 dependency was removed in r372768.)

Approved by:	portmgr blanket
MFH:		2020Q4
2020-10-03 16:31:10 +00:00
Mateusz Piotrowski
41db943dd1 x11/gdm: Fix pkg-message
pkg-message does not contain %%PREFIX%% anymore, so a sed(1) call is not
necessary. In addition to that, passing pkg-message though fmt(1) was
breaking the UCL inside causing pkg-message to not be displayed at all.

Approved by:	portmgr blanket
MFH:		2020Q4
2020-10-03 16:12:49 +00:00
Mateusz Piotrowski
5a4f6b5dbf x11/gdm: Switch to USES=localbase
Approved by:	portmgr blanket
2020-10-03 16:07:35 +00:00
Mateusz Piotrowski
fc98790a2c x11/gdm: @sample-ify some GDM files in etc/
It's been reported that it would be desired to treat the following
files as samples:

- etc/dbus-1/system.d/gdm.conf.sample
- etc/gdm/Init/Default.sample
- etc/gdm/Xsession.sample
- etc/pam.d/gdm-autologin.sample
- etc/pam.d/gdm-launch-environment.sample
- etc/pam.d/gdm-password.sample

PR:		187558
Submitted by:	Eugene M. Kim <astralblue@gmail.com
Reported by:	robmessick@gmail.com
Approved by:	maintainer timeout
2020-10-03 16:00:21 +00:00
Nicola Vitale
a72e407b85 - Update to 0.5.4 2020-10-03 15:46:26 +00:00
Thierry Thomas
3dbc69dd59 - Upgrade to 2.7 (27r1)
Changelog at <http://pallini.di.uniroma1.it/changes24-27.txt>

- Install libnauty (static lib only ATM) so that it can be used by Sage-9.2.
2020-10-03 15:44:46 +00:00
Bernard Spil
97b8b49aa0 www/nextcloud-appointments: Update to 1.7.7 2020-10-03 15:43:52 +00:00
Kurt Jaeger
8024d1ed7a www/grafana7: update 7.1.3 -> 7.2.0
PR:		250054
Approved by:	Robson Mantovani <robsonmantovani@gmail.com> (maintainer)
Relnotes:	https://github.com/grafana/grafana/releases/tag/v7.2.0
2020-10-03 15:43:01 +00:00
Nicola Vitale
8c7dccddc5 - Update to 0.12.18 2020-10-03 15:38:19 +00:00
Alexandre C. Guimarães
8398a0953e x11-themes/Kvantum: Update to 0.17.0 2020-10-03 15:22:22 +00:00
Mikael Urankar
1bb168b90d www/deno: Update to 1.4.4
Changelog:
  https://github.com/denoland/deno/releases/tag/v1.4.4
2020-10-03 15:15:44 +00:00
Mateusz Piotrowski
578ee129b3 Remove unnecessary LDFLAGS_i386
archivers/p7zip* ports build just fine without those flags.

PR:		230210
Reported by:	emaste
Approved by:	portmgr blanket
2020-10-03 15:08:33 +00:00
Ashish SHUKLA
8a9d6a3e3e - Update to 3.0.0
Reported by:	portscout
2020-10-03 14:36:21 +00:00
Mikael Urankar
0c5a109abc sysutils/terraform: update to 0.13.4
Update to 0.13.4 which fixes a crash at runtime:
netpoll: break fd ready for -2

PR:		244785
Submitted by:	a.milevsky@gmail.com
Reported by:	many
Approved by:	lifanov (maintainer timeout, 6 months)
MFH:		2020Q4 (runtime fix)
2020-10-03 13:39:07 +00:00
Mikael Urankar
c3337ca4fb www/deno: cleanup after 11.3 EOL
Submitted by:	rene
2020-10-03 13:24:53 +00:00
Bernard Spil
eafc8165bc www/nextcloud-notes: Update to 4.0.0
* Only version compatible with Nextcloud 20
2020-10-03 13:04:59 +00:00
Bernard Spil
f2f181ea96 net-im/nextcloud-talk: Update to 10.0.0
* Only version compatible with Nextcloud 20
2020-10-03 13:03:36 +00:00
Bernard Spil
068293a708 www/nextcloud-calendar: Update to 2.1.2
* Only version compatible with Nextcloud 20
2020-10-03 13:02:44 +00:00
Bernard Spil
333bdb9756 www/nextcloud-groupfolders: Update to 8.0.0
* Only version compatible with Nextcloud 20
2020-10-03 13:01:31 +00:00
Bernard Spil
77aeabded0 security/nextcloud-end_to_end_encryption: Update to 1.6.2
* Only compatible version for Nextcloud 20
2020-10-03 13:00:48 +00:00
Bernard Spil
5e4ad249d6 mail/nextcloud-mail: Update to 1.5.0
* Only version compatible with Nextcloud 20
2020-10-03 13:00:11 +00:00
Bernard Spil
da9f5fcd0d www/nextcloud: Update to 20.0.0 2020-10-03 12:58:41 +00:00
Koichiro Iwao
51d414508c devel/rubygem-rdoc: Update to 6.2.1
PR:		241556
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2020-10-03 12:23:13 +00:00
Koichiro Iwao
2df26eb761 sysutils/rubygem-bundler: Update to 2.1.4
PR:		242353
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2020-10-03 12:09:10 +00:00
Bernard Spil
900ed1c056 www/nextcloud-deck: Update to 1.1.0 2020-10-03 11:31:50 +00:00
Bernard Spil
70aa4207e8 www/nextcloud-contacts: Update to 3.4.0 2020-10-03 11:30:02 +00:00
Sunpoet Po-Chuan Hsieh
3d7ba83ebd Update to 0.0.2
Changes:	https://github.com/fog/fog-internet-archive/commits/master
2020-10-03 09:52:11 +00:00
Sunpoet Po-Chuan Hsieh
e3be533e6d Update to 2.11.593
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2020-10-03 09:52:07 +00:00
Sunpoet Po-Chuan Hsieh
efd3b1e1d9 Update to 1.31.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-servicediscovery/CHANGELOG.md
2020-10-03 09:52:02 +00:00
Sunpoet Po-Chuan Hsieh
c456b1f913 Update to 1.83.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md
2020-10-03 09:51:57 +00:00
Sunpoet Po-Chuan Hsieh
141bebf081 Update to 2.11.593
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2020-10-03 09:51:52 +00:00
Sunpoet Po-Chuan Hsieh
47f76aa87c Update to 1.102.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-rds/CHANGELOG.md
2020-10-03 09:51:47 +00:00
Sunpoet Po-Chuan Hsieh
5c77a63a01 Update to 1.14.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-personalizeevents/CHANGELOG.md
2020-10-03 09:51:43 +00:00
Sunpoet Po-Chuan Hsieh
ac3d701475 Update to 1.73.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-glue/CHANGELOG.md
2020-10-03 09:51:38 +00:00
Sunpoet Po-Chuan Hsieh
4d9dd55a39 Update to 1.39.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-emr/CHANGELOG.md
2020-10-03 09:51:33 +00:00
Sunpoet Po-Chuan Hsieh
8863674708 Update to 1.53.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md
2020-10-03 09:51:28 +00:00
Sunpoet Po-Chuan Hsieh
216db7d575 Update to 2.11.593
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2020-10-03 09:51:23 +00:00
Sunpoet Po-Chuan Hsieh
34d028557d Update to 1.39.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-batch/CHANGELOG.md
2020-10-03 09:51:18 +00:00
Sunpoet Po-Chuan Hsieh
722cedca57 Update to 1.55.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-apigateway/CHANGELOG.md
2020-10-03 09:51:13 +00:00
Sunpoet Po-Chuan Hsieh
e8b1534037 Update to 1.379.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
2020-10-03 09:51:08 +00:00
Rainer Hurling
e7d6d16c15 math/saga: Configure not finding OpenCV headers
- Let pkg-config find the OpenCV 3.x headers after change in sources[1]
- Convert sed replacement to proper patch file
- While here, remove unneeded OpenMP post-patch

[1] 1a4b6df792/

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D26645
2020-10-03 09:51:05 +00:00
Sunpoet Po-Chuan Hsieh
0f427b1ffc Update to 1.4.2
Changes:	https://github.com/googleapis/python-cloud-core/releases
2020-10-03 09:51:03 +00:00
Sunpoet Po-Chuan Hsieh
c04fcc2e76 Update to 1.22.3
Changes:	https://github.com/googleapis/python-api-core/releases
		https://github.com/googleapis/python-api-core/blob/master/CHANGELOG.md
2020-10-03 09:50:58 +00:00