Commit graph

535136 commits

Author SHA1 Message Date
Baptiste Daroussin
ba43e6d0d2 multimedia/gnash: remove gstreamer option 2021-02-04 05:05:59 +00:00
Baptiste Daroussin
faaa9b5805 net-im/ekiga: remove gstreamer option
This option was anyway not hooked to the framework so not usable by end
users
2021-02-04 05:02:38 +00:00
Baptiste Daroussin
9281c63acb lang/squeak: remove dependency on gstreamer
The port declares a dependency on gstreamer but the configure/cmake script
never actually really check for it, (which can be verified also by the fact there
is no GstreamerPlugin in the plist).

Simply remove the dependency as gstreamer0 is plan for removal
2021-02-04 04:59:46 +00:00
Baptiste Daroussin
09836c6752 In preparation for the removal of gstreamer 0.x
Remove fusefs-gstfs, it has never been ported to gstreamer 1

Approved by:	rodrigo (maintainer)
2021-02-04 04:42:49 +00:00
Baptiste Daroussin
4a5ec98872 In preparation for the removal of gstreamer 0.x
Remove opera web browser, it hasn't received an update since 2013 and carries
many security concerns.

It remained in the ports tree because of the very niche usage, but it is now
time to retire.

Discussed with:	ak (maintainer)
2021-02-04 04:39:20 +00:00
Neel Chauhan
c0ed5cc267 math/py-optuna: Update to 2.5.0
Approved by:	0mp (mentor, implicit)
2021-02-04 01:53:06 +00:00
Matthias Andree
7360a0378a e2fsprogs: make build more robust
Depending on external circumstances and options that I have not fully
investigated, several build-time failures occurred that were one of:
- missing symbols in liblzma (static build missed libmd)
  on some versions with LIBUNWIND enabled
- sometimes /bin/csh being pulled up for scripting, breaking in
  various places, reason unclear, possibly artifact of next one:
- questionable BASHTESTS handling cleaned up

As these are fixes for a potentially broken build,
no PORTREVISION bump necessary.

MFH:		2021Q1
2021-02-04 01:50:47 +00:00
Neel Chauhan
9a1465e0b3 net/cloudquery: Update to 0.8.11
Approved by:	0mp (mentor, implicit)
2021-02-04 01:43:54 +00:00
Yuri Victorovich
53bafecbf0 cad/ghdl: Update 0.37 -> 1.0.0
Reported by:	portscout
2021-02-04 01:01:48 +00:00
John Hixson
fd1b5aac47 net/py-zeroconf: update to version 0.28.8 2021-02-04 00:52:55 +00:00
Jan Beich
508f1899d6 graphics/mesa-devel: update to 21.0.b.1134
Changes:	cf23161040...1e59cdbf77
2021-02-04 00:30:19 +00:00
Jan Beich
ea84ba8366 x11-wm/river: update to s20210203
Changes:	7029a5c...96d460c
2021-02-04 00:30:13 +00:00
Jan Beich
b65eee4ac3 emulators/citra: update to s20210203
Changes:	8df502a68...2461f67a9
2021-02-04 00:30:08 +00:00
Jan Beich
113aa4c868 emulators/rpcs3: update to 0.0.14.11685
Changes:	2005c89ba...4f85f151f
2021-02-04 00:30:02 +00:00
Jan Beich
6fab803ade multimedia/libva-intel-media-driver: update to 21.1.1
Changes:	https://github.com/intel/media-driver/compare/intel-media-21.1.0...intel-media-21.1.1
Reported by:	Repology
2021-02-04 00:29:56 +00:00
Jan Beich
91ca24c1fb www/youtube_dl: update to 2021.02.04
Changes:	https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.04
Reported by:	GitHub (watch releases)
2021-02-04 00:29:50 +00:00
Ben Woods
fafdf68086 net/remmina: Update to 1.4.11
Changes this release:
  https://gitlab.com/Remmina/Remmina/-/blob/v1.4.11/CHANGELOG.md
2021-02-04 00:05:40 +00:00
Yuri Victorovich
d8c696f182 devel/py-pydecor: python:3.6+ 2021-02-03 23:54:51 +00:00
Cy Schubert
1463d9153d security/libgcrypt: Update 1.8.7 --> 1.9.1
Note: 1.8.7 nor 1.9.1 are vulnerable to CVE-2021-3345. Only 1.9.0 is.
2021-02-03 23:53:44 +00:00
Cy Schubert
57297fe7ef Deprecate and expire syslog-ng327.
Not officially supported by syslog-ng upstream.
2021-02-03 23:53:38 +00:00
Yuri Victorovich
f680d6f56a New port: devel/py-pydecor: Easy peasy Python decorators 2021-02-03 23:52:33 +00:00
Danilo G. Baio
a16946741a devel/py-fastjsonschema: Update to 2.15.0
Changelog:	https://github.com/horejsek/python-fastjsonschema/blob/v2.15.0/CHANGELOG.txt
2021-02-03 22:59:04 +00:00
Bradley T. Hughes
d3596ed47d dns/c-ares: Update 1.16.1 -> 1.17.1
Bump to the latest release. Upstream has reorganized the source in this
release, and the port has been adapted to path changes where necessary.

Approved by:	zi (maintainer)
Sponsored by:	Miles AS
2021-02-03 22:54:26 +00:00
Mark Linimon
e019c9a422 Pacify portlint (Makevar order). This is to prepare for a tier-2 commit
I will be making soon.
2021-02-03 22:47:52 +00:00
Mark Linimon
0919742c68 Pacify portlint (Makevar order). This is to prepare for a tier-2 commit
I will be making soon.
2021-02-03 22:43:07 +00:00
Lev A. Serebryakov
c6d789c11f Fix incompatibility with KTLS.
PR:		253214
Submitted by:	madpilot@FreeBSD.org
2021-02-03 20:35:24 +00:00
Sunpoet Po-Chuan Hsieh
2602f67a1f Update to 0.5.7
- While I'm here, update LICENSE

Changes:	https://github.com/ruby/io-console/commits/master
PR:		253217
Submitted by:	Yasuhiro Kimura <yasu@utahime.org> (maintainer)
2021-02-03 20:26:40 +00:00
Alexander Leidinger
d5bca54dcf Update to 8.6.1.40680. 2021-02-03 20:12:31 +00:00
Rene Ladan
c8380359fb Document new vulnerabilities in www/chromium < 88.0.4324.146
Obtained from:	https://chromereleases.googleblog.com/2021/02/stable-channel-update-for-desktop.html
2021-02-03 20:06:09 +00:00
Sunpoet Po-Chuan Hsieh
9d3c658826 Update to 3.11.2
Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
2021-02-03 19:51:19 +00:00
Sunpoet Po-Chuan Hsieh
25b3d34830 Update to 3.4.9
Changes:	https://github.com/inspec/train/blob/master/CHANGELOG.md
2021-02-03 19:51:13 +00:00
Sunpoet Po-Chuan Hsieh
6df61a66e0 Update to 3.4.9
Changes:	https://github.com/inspec/train/blob/master/CHANGELOG.md
2021-02-03 19:51:07 +00:00
Sunpoet Po-Chuan Hsieh
9ddeb01dc0 Update to 0.9.0
Changes:	https://github.com/dblock/ruby-enum/blob/master/CHANGELOG.md
2021-02-03 19:51:01 +00:00
Sunpoet Po-Chuan Hsieh
a6dba65026 Update to 1.0.3
Changes:	https://github.com/ruby/rbs/blob/master/CHANGELOG.md
2021-02-03 19:50:54 +00:00
Sunpoet Po-Chuan Hsieh
f9279c71a2 Update to 3.11.2
Changes:	https://github.com/ohler55/oj/blob/develop/CHANGELOG.md
2021-02-03 19:50:47 +00:00
Sunpoet Po-Chuan Hsieh
4c76512aa4 Update to 1.4.2
Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog
2021-02-03 19:50:41 +00:00
Sunpoet Po-Chuan Hsieh
b95102abe4 Update to 1.8.8
Changes:	https://github.com/ruby-i18n/i18n/releases
2021-02-03 19:50:34 +00:00
Sunpoet Po-Chuan Hsieh
8d45d00b91 Update to 0.6.11
Changes:	https://github.com/googleapis/common-protos-ruby/releases
		https://github.com/googleapis/common-protos-ruby/blob/master/grpc-google-iam-v1/CHANGELOG.md
2021-02-03 19:50:28 +00:00
Sunpoet Po-Chuan Hsieh
fa57f7a9ed Update to 1.0.6
Changes:	https://github.com/googleapis/common-protos-ruby/releases
		https://github.com/googleapis/common-protos-ruby/blob/master/googleapis-common-protos-types/CHANGELOG.md
2021-02-03 19:50:21 +00:00
Sunpoet Po-Chuan Hsieh
c73ce1b2fa Update to 1.3.11
Changes:	https://github.com/googleapis/common-protos-ruby/releases
		https://github.com/googleapis/common-protos-ruby/blob/master/googleapis-common-protos/CHANGELOG.md
2021-02-03 19:50:15 +00:00
Sunpoet Po-Chuan Hsieh
64871a9773 Update to 0.79.0
Changes:	https://github.com/excon/excon/blob/master/changelog.txt
2021-02-03 19:50:09 +00:00
Sunpoet Po-Chuan Hsieh
84824b542d Update to 3.35.3
Changes:	https://github.com/teamcapybara/capybara/blob/master/History.md
2021-02-03 19:50:03 +00:00
Sunpoet Po-Chuan Hsieh
f44eb6d124 Update to 1.7.0
Changes:	https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md
2021-02-03 19:49:56 +00:00
Sunpoet Po-Chuan Hsieh
aa4fcd4a5b Update to 1.419.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
2021-02-03 19:49:50 +00:00
Sunpoet Po-Chuan Hsieh
2347e76e07 Update to 1.28.5
Changes:	https://github.com/socketry/async/commits/master
2021-02-03 19:49:43 +00:00
Sunpoet Po-Chuan Hsieh
2b8a72d424 Update to 2.5.1
Changes:	https://github.com/pyauth/pyotp/releases
2021-02-03 19:49:37 +00:00
Sunpoet Po-Chuan Hsieh
bfa51ea762 Update to 0.7.0
Changes:	https://github.com/pysal/tobler/releases
2021-02-03 19:49:32 +00:00
Sunpoet Po-Chuan Hsieh
98d03e77f6 Update to 1.5.6
Changes:	https://github.com/pysal/spaghetti/releases
2021-02-03 19:49:25 +00:00
Sunpoet Po-Chuan Hsieh
de003722bf Update to 4.4.0
Changes:	https://github.com/pysal/libpysal/releases
2021-02-03 19:49:19 +00:00
Sunpoet Po-Chuan Hsieh
006e62aec7 Update to 1.4.0
Changes:	https://github.com/jborean93/smbprotocol/releases
2021-02-03 19:49:13 +00:00