1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
Commit Graph

450965 Commits

Author SHA1 Message Date
Wen Heping
e4d77fad78 - Update to 1.3400
Changes: https://metacpan.org/changes/distribution/Dancer

PR:		229755
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >= 14 days)
2018-07-27 07:42:18 +00:00
Torsten Zuehlsdorff
815cbdfa64 graphics/gd: Update from 2.2.4 to 2.2.5
This update fixes 2 security issues:
- Double-free in gdImagePngPtr(). (CVE-2017-6362)
- Buffer over-read into uninitialized memory. (CVE-2017-7890)

Full Changelog:
https://github.com/libgd/libgd/blob/gd-2.2.5/CHANGELOG.md

PR:		229707
Submitted by:	Mikhail Teterin <mi@FreeBSD.org>
Approved by:	maintainer timeout (dinoex, 2 weeks)
MFH:		2018Q3
Security:	CVE-2017-6362
Security:	CVE-2017-7890
2018-07-27 07:39:13 +00:00
Matthias Fechner
340709b56a Documented vulnerabilities for gitlab-ce.
Approved by:	mentors (implicit)
2018-07-27 06:50:58 +00:00
Yuri Victorovich
ee193b6742 devel/bzr-fastimport: Fix by adding patches and changing MASTER_SITES
Port changes:
* Change MASTER_SITES to MASTER_SITE_DEBIAN_POOL (patched upstream)
* Add patches from U-Bunt-U
* Add NO_ARCH

PR:		230021
Submitted by:	Radim Kolar <hsn@sendmail.cz>
2018-07-27 05:41:19 +00:00
Kurt Jaeger
216f0758fa New port: mail/roundcube-yubikey_auth
This plugin adds the option to use a YubiKey as second-factor
authentication.

The YubiKey is a USB key emulating a generic keyboard and make
use of One-time Passwords to provide two factor authentication.

Activate the plugin  by adding the following to Roundcube's
config/config.inc.php:
$config['plugins'] = array('roundcube_yubikey_authentication');

WWW: https://github.com/northox/roundcube-yubikey-plugin

PR:		222318
Submitted by:	Vidar Karlsen <vidar@karlsen.tech>
2018-07-27 05:14:51 +00:00
Wen Heping
38f2aea346 - Update to 6.2.1
PR:		230030
Submitted by:	jbaggs2016@gmail.com(maintainer)
2018-07-27 05:07:35 +00:00
Yuri Victorovich
64e3e1352c devel/cdialog: Update 1.3.20160828 -> 1.3.20180621
jcpierri@gmail.com takes maintainership

Port changes:
* Use DISTVERSION
* Update MASTER_SITES
* Add LICENSE_FILE

PR:		230078
Submitted by:	Josmar <jcpierri@gmail.com>
2018-07-27 04:54:29 +00:00
Yuri Victorovich
7443d345f9 math/gringo: Update 4.5.2 -> 4.5.4
Port changes:
* Maintainer reset based on 6.5 months timeout
* Use DISTVERSION
* Add LICENSE_FILE
* Add USES=python:2.7
* Remove '+' from '+=' where they aren't needed
* Update WWW to anew address

PR:		225131
Submitted by:	Nathan <ndowens.fbsd@yandex.com>
Approved by:	vsevolod@FreeBSD.org (maintainer's timeout 6.5 months)
2018-07-27 04:37:40 +00:00
Wen Heping
b26848d193 - Update to 5.3.7 2018-07-27 04:34:47 +00:00
Eitan Adler
9be317dee3 biology/linux-foldingathome: reset maintainer by request
Jonatan lacks the time to maintain the port. Thank you for your help so
far, and you're welcome back any time.

Approved by:	onatan@gmail.com (maintainer)
2018-07-27 02:19:43 +00:00
Yuri Victorovich
dcfe5ce882 graphics/aseprite: Update 1.2.7.2 -> 1.2.9
Few dependencies are updated.

Reported by:	portscout
2018-07-26 23:44:04 +00:00
Renato Botelho
99fa9a1472 - Update security/super to 3.30.1
- Re-generate patches with make makepatch
- Pass maintainership to submitter

PR:		230061
Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
2018-07-26 23:28:32 +00:00
Renato Botelho
7aed89abb6 - Update security/libfprint to 0.7.0
- Fix MASTER_SITES
- Add LICENSE / LICENSE_FILE
- Add missing dependencies: nspr and pixman
- Remove unnecessary dependency: ssl
- Re-generate patches using make makepatch

PR:		230039
Approved by:	maintainer
2018-07-26 22:56:30 +00:00
Steve Wills
1c9edad518 mail/py-afew: support both Python 2 and 3
PR:		227894
Submitted by:	Sebastian Schwarz <seschwar@gmail.com> (maintainer)
2018-07-26 22:43:40 +00:00
TAKATSU Tomonari
77b8fddf04 - Update to 2.2.0 2018-07-26 22:43:21 +00:00
John Baldwin
c6767fbfda Add support for amd64 and i386 to base/binutils and base/gcc.
- To support amd64, map amd64 to x86_64 when generating the --host argument
  to configure in bsd.port.mk and when generating --target arguments in port
  Makefiles.
- Add entries to the plists for i386 and amd64.  amd64 generally includes both
  amd64-specific entries as well as i386 entries.
- Don't include the builtin float.h for i386 and amd64.

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D16250
2018-07-26 22:25:19 +00:00
Gerald Pfeifer
ddbe1bc82f Update to the GCC 8.2 release, the second in the GCC 8 series.
This fixes more than 99 bugs, among others a performance regression
with -mtune=native on Intel Skylake chips has been fixed.

This also fixes a bug introduced in GCC 8.1 affecting passing or
returning of classes with a deleted copy constructor and defaulted
trivial move constructor (GCC bug c++/86094). GCC 8.2 introduces
-fabi-version=13 and makes it the default; ABI incompatibilities
between GCC 8.1 and 8.2 can be reported with -Wabi=12.
2018-07-26 21:35:32 +00:00
Steve Wills
50eb389a1e java/intellij-ultimate: Update to 2018.1.6
PR:		230028
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2018-07-26 21:26:54 +00:00
Niclas Zeising
f5e81775b9 cad/gtkwave: Update to 3.3.92 2018-07-26 21:07:16 +00:00
Gerald Pfeifer
489f7941b3 Update to the 20180722 snapshot of GCC 9. 2018-07-26 19:09:00 +00:00
Yuri Victorovich
2261cd16cf devel/py-opendht: Update 1.7.2 -> 1.7.3
Reported by:	portscout
2018-07-26 19:01:27 +00:00
Yuri Victorovich
8da54ebe61 devel/py-IBMQuantumExperience: Update 2.0.0 -> 2.0.1
Reported by:	portscout
2018-07-26 19:00:49 +00:00
Yuri Victorovich
bb31194355 databases/sqlitestudio: Update 3.1.1 -> 3.2.0
Changelog:
https://sqlitestudio.pl/index.rvt?act=changelog

Port changes:
* Use DISTVERSION
* Update LICENSE_FILE
* Add options group
* Simplify option handling such that the plugins list is in only one place
* New plugin was added: MultiEditorImage
* Remove USE_LDCONFIG, not needed
2018-07-26 19:00:19 +00:00
Kurt Jaeger
e011e2dcbb net/owamp: Unconditionally define a private timespecadd
net/owamp assumes that if timespecadd is defined, it's identical
to the two-argument version found in the FreeBSD kernel.  However,
the three argument version found in NetBSD and OpenBSD is actually
more common.  An upcoming commit to head will replace FreeBSD's
version with the NetBSD version.  So net/owamp shouldn't assume
that if FreeBSD defines timespecadd, it's defining the 2-argument
version.

PR:		230059
Submitted by:	asomers
2018-07-26 18:17:30 +00:00
Steve Wills
580db765b2 net-mgmt/nstat: don't assume timespecadd is undefined
PR:		230058
Submitted by:	asomers
2018-07-26 17:54:36 +00:00
Danilo Egea Gondolfo
11de37c6f3 - Document a graphics/vips buffer overflow.
https://github.com/jcupitt/libvips/releases/tag/v8.6.5
2018-07-26 17:37:35 +00:00
Dan Langille
f51ee164fb Upgrade to 7.11.1 2018-07-26 17:05:19 +00:00
Dan Langille
7b0f696caa A JOSE implementation in Python
The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web
Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web
Algorithms (JWA) - collectively can be used to encrypt and/or sign content
using a variety of algorithms. While the full set of permutations is extremely
large, and might be daunting to some, it is expected that most applications
will only use a small set of algorithms to meet their needs.
2018-07-26 16:51:18 +00:00
Steve Wills
11c9963e23 www/tomcat9: mark additional config files with @sample
While here, modernize and pet portlint

PR:		229973
Submitted by:	VVD <vvd@unislabs.com> (maintainer)
2018-07-26 16:42:35 +00:00
Steve Wills
45b5c370d7 www/tomcat85: mark additional config files with @sample
PR:		229102
Submitted by:	VVD <vvd@unislabs.com> (maintainer)
Reported by:	Michael Osipov <1983-01-06@gmx.net>
2018-07-26 16:12:04 +00:00
Roman Bogorodskiy
5eaaaa1a6a devel/libvirt: fix xen-tools dependency
sysutils/xen-tools was moved to sysutils/xen-tools47, so update
dependency accordingly.

PR:		230041
Reported by:	Ting-Wei Lan
2018-07-26 15:44:57 +00:00
Li-Wen Hsu
8b8bf1758a - Update 5.34 2018-07-26 15:24:29 +00:00
Danilo Egea Gondolfo
c19fb308cf - Update to 8.6.5
Fix a buffer overflow in the tiff reader.

MFH:		2018Q3
2018-07-26 15:07:46 +00:00
Jason E. Hale
6f33a4b950 Update to 0.7.5 2018-07-26 14:52:32 +00:00
Jason E. Hale
7a32b40299 Update to 0.8.2
Remove DESKTOP_ENTRIES; desktop file is included with the source now
2018-07-26 14:47:23 +00:00
Jason E. Hale
bdfd35b906 Update to 1.6 2018-07-26 14:21:37 +00:00
Matthias Fechner
4bf80a8a61 - Update to 11.1.1, for more details please check:
https://about.gitlab.com/2018/07/22/gitlab-11-1-released/
- Fixed a typo in config/gitlab.yml.example that was introduced by the prefix update.

Approved by:	mentors (implicit)
2018-07-26 13:56:23 +00:00
Matthias Fechner
aad32a41a9 Update to 1.0.0 which is required for gitlab 11.1.1.
Approved by:	mentors (implicit)
2018-07-26 13:53:36 +00:00
Matthias Fechner
b30a13966a Update to 5.0.0 which is required for gitlab 11.1.1.
Approved by:	mentors (implicit)
2018-07-26 13:52:07 +00:00
Matthias Fechner
67c4530208 Update to 1.6.4 which is required for gitlab 11.1.1.
Take maintainer.
Made portlint happy.

Approved by:	mentors (implicit)
2018-07-26 13:49:41 +00:00
Matthias Fechner
91d23490f4 Update to 1.5.0 which is required for gitlab 11.1.1.
Take maintainer.

Approved by:	mentors (implicit)
2018-07-26 13:48:11 +00:00
Matthias Fechner
e69c2841e4 Update to 0.105.0 which is required for gitlab 11.1.1.
Approved by:	mentors (implicit)
2018-07-26 13:46:10 +00:00
Matthias Fechner
86798f5d9d Update to 0.111.2 which is required for gitlab 11.1.1.
Approved by:	mentors (implicit)
2018-07-26 13:44:26 +00:00
Wen Heping
0086d1a50d - Update to 1.16
Changes: https://metacpan.org/changes/distribution/CGI-Simple
2018-07-26 13:20:38 +00:00
Wen Heping
ca4bd2943b - Fix build with clang6
PR:		229573
Submitted by:	shoesoft@gmx.net
2018-07-26 13:16:06 +00:00
Mark Felder
d19739216b multimedia/plexmediaserver: Update to 1.13.4.5271
Changelog:	https://forums.plex.tv/t/plex-media-server/30447/226
2018-07-26 13:04:25 +00:00
Mark Felder
baeccce364 multimedia/plexmediaserver-plexpass: Update to 1.13.5.5291
Changelog:	https://forums.plex.tv/t/plex-media-server/30447/228
2018-07-26 13:03:29 +00:00
Jimmy Olgeni
5cc577a3c0 Update devel/etcd33 to version 3.3.9. 2018-07-26 12:51:19 +00:00
Jimmy Olgeni
57b7ee8ac4 Update devel/etcd32 to version 3.2.24. 2018-07-26 12:51:06 +00:00
Jimmy Olgeni
c6b963ab79 Update devel/etcd31 to version 3.1.19. 2018-07-26 12:50:52 +00:00