Commit graph

27822 commits

Author SHA1 Message Date
Jochen Neumeister
16113ce425 Maintainership back to Submitter
PR:		229673
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
Approved by:	joneum, Kai (freebsd_ports@k-worx.org>
2018-07-10 12:37:47 +00:00
Lars Engels
9dae8d02bf security/lynis:
Update to 2.6.6
2018-07-10 10:03:39 +00:00
Martin Wilke
d0f6224ab5 - Update to 13.0.0
- Added LICENSE_FILE
- Changed BUILD_DEPENDS + RUN_DEPENDS to reflect the new dependencies
- Added DOCS option with the appropriate dependencies
- Added CONFLICTS_INSTALL
- Added further options (EXAMPLES, LDAP, MEMCACHED, MONGODB, MYSQL and PGSQL)
- Refined post-patch target
- Added pkg-message
- Updated WWW

PR:		228849
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer
Sponsored by:	iXsystems Inc.
2018-07-10 09:45:07 +00:00
Yuri Victorovich
8e065c267a security/tor-devel: Update 0.3.4.3-alpha -> 0.3.4.4-rc
Changelog:
https://gitweb.torproject.org/tor.git/tree/ChangeLog?id=ab57cf6493f502abf7cc10bb800c0d01925bc0fc

Reported by:	upstream notification
2018-07-09 20:32:32 +00:00
Yuri Victorovich
0015cb2ad0 security/tor: Update 0.3.3.7 -> 0.3.3.8
Changelog:
https://gitweb.torproject.org/tor.git/tree/ChangeLog?id=99f9816efa08ab83f90a307ea41844d693488fde

Reported by:	upstream notification
2018-07-09 20:30:31 +00:00
Larry Rosenman
1711ab2455 security/clamav: update to 0.100.1
PR:	229651
Submitted by:	yasu@utahime.org
MFH:	2018Q3
Security:	CVE-2017-16932
Security:	CVE-2018-0360
Security:	CVE-2018-0361
2018-07-09 19:18:57 +00:00
Larry Rosenman
491b6d6d8a security/vuxml: document vulnerabilities in security/clamav. 2018-07-09 19:16:50 +00:00
Martin Wilke
c6b392c809 - Pass maintainership to submitter
PR:		229529 229530 229531
Submitted by:	freebsd_ports@k-worx.org
Sponsored by:	iXsystems Inc.
2018-07-09 18:40:18 +00:00
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
Koichiro Iwao
05aaf43c5a security/openvpn-auth-radius: fix build on 11.2-RELEASE
PR:		229456
Submitted by:	nicolas@deffayet.com
Approved by:	maintainer, pi (mentor)
MFC after:	2018Q3
Sponsored by:		HAW International, Inc.
Differential Revision:	https://reviews.freebsd.org/D16135
2018-07-09 08:36:02 +00:00
Martin Wilke
1637d2415f - Document devel/zziplib - multible vulnerabilities
PR:		226491
Sponsored by:	iXsystems Inc.
2018-07-09 08:19:46 +00:00
Yuri Victorovich
24b350da72 security/highwayhash: Update g20170512 -> g20180626
Add workaround for their regression that makes it install files
into /.
2018-07-09 03:33:35 +00:00
Jochen Neumeister
6393fc0cb3 Document wordpress issues 2018-07-08 14:45:34 +00:00
Jan Beich
18e893d6aa security/vuxml: seamonkey-2.49.4 contains firefox-52.9.0 2018-07-07 14:25:01 +00:00
Bernard Spil
50c624f699 security/nextcloud-twofactor_u2f: Update to 1.5.5 2018-07-07 13:51:52 +00:00
Jochen Neumeister
c29c30e0fa Document vulnerability in www/mybb 2018-07-07 11:08:40 +00:00
Jochen Neumeister
6b34d5f658 security/i2p: Update to 0.9.35
PR:		229427
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2018-07-05 15:16:33 +00:00
Danilo G. Baio
6c26202947 security/vuxml: Document expat vulnerabilities
libwww is also vulnerable because it has expat in its source tree.

Security:	CVE-2016-9063
Security:	CVE-2017-9233
2018-07-05 11:23:46 +00:00
Ryan Steinmetz
0ec62d5c4d - Reset MAINTAINERship due to multiple fatal email bounced 2018-07-05 00:27:46 +00:00
Larry Rosenman
1b0aad2c56 security/1password-client: bump PORTREVISION for last change. 2018-07-04 21:17:43 +00:00
Antoine Brodin
24266c7129 - Update to 20180703
- Now works with python 3
- Allow concurrent installation
2018-07-04 13:05:54 +00:00
Antoine Brodin
8915bd89bd Update to 20180513 2018-07-04 12:56:14 +00:00
Rene Ladan
8396bf226f Bump the minimum bind version to dns/bind911 in dependent ports. 2018-07-04 11:52:25 +00:00
Larry Rosenman
50af906918 security/1password-client: Handle re-rolled distfiles.
apparently AgileBits re-rolled the dist files on 2018-06-01.

pkg-fallout notified me that it couldn't download the i386 version, but I
was able to.  Checking the distfiles checksums on directly downloaded files
showed the attached changes.

I did re-verify the included gpg signatures, and they are good.

I'm also adding a local mirror on general principles.

Reported by:	pkg-fallout
2018-07-04 11:48:45 +00:00
Rene Ladan
17e2146aa1 Remove expired ports:
2018-06-30 net/rubygem-omniauth-twitter12: Obsoleted by update of www/gitlab. Please use net/rubygem-omniauth-twitter instead.
2018-06-30 net/rubygem-gitaly-proto088: Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead.
2018-06-30 net/rubygem-octokit46: Obsoleted by update of www/gitlab. Please use net/rubygem-octokit instead.
2018-06-30 net/rubygem-fog-google0: Obsoleted by update of www/gitlab. Please use net/rubygem-fog-google instead.
2018-06-30 net/rubygem-fog-aws1: Obsoleted by update of www/gitlab. Please use net/rubygem-fog-aws instead.
2018-06-30 textproc/rubygem-asciidoctor-plantuml007: Obsoleted by update of www/gitlab. Please use textproc/rubygem-asciidoctor-plantuml instead.
2018-03-19 graphics/mitsuba: Broken for more than 6 months
2018-05-31 mail/p5-Net-SMTP-SSL: Deprecated by upstream, use Net::SMTP instead
2018-06-30 www/rubygem-kubeclient22: Obsoleted by update of www/gitlab. Please use www/rubygem-kubeclient instead.
2018-06-30 security/rubygem-doorkeeper42: Obsoleted by update of www/gitlab. Please use security/rubygem-doorkeeper instead.
2018-06-30 security/rubygem-net-ssh41: Obsoleted by update of www/gitlab. Please use security/rubygem-net-ssh instead.
2018-06-30 security/rubygem-omniauth-saml17: Obsoleted by update of www/gitlab. Please use security/rubygem-omniauth-saml instead.
2018-06-30 security/rubygem-doorkeeper-openid_connect12: Obsoleted by update of www/gitlab. Please use security/rubygem-doorkeeper-openid_connect instead.
2018-06-30 security/rubygem-attr_encrypted30: Obsoleted by update of www/gitlab. Please use security/rubygem-attr_encrypted instead.
2018-06-30 security/rubygem-omniauth14: Obsoleted by update of www/gitlab. Please use security/rubygem-omniauth instead.
2018-06-30 devel/rubygem-flipper011: Obsoleted by update of www/gitlab. Please use devel/rubygem-flipper instead.
2018-06-30 devel/rubygem-ruby-prof016: Obsoleted by update of www/gitlab. Please use devel/rubygem-ruby-prof instead.
2018-06-30 devel/rubygem-recursive-open-struct10: Obsoleted by update of www/rubygem-kubeclient. Please use devel/rubygem-recursive-open-struct instead
2018-06-30 devel/rubygem-flipper-active_support_cache_store011: Obsoleted by update of www/gitlab. Please use devel/rubygem-flipper-active_support_cache_store instead.
2018-06-30 devel/rubygem-gettext_i18n_rails_js12: Obsoleted by update of www/gitlab. Please use devel/rubygem-gettext_i18n_rails_js instead.
2018-02-02 devel/phpunit: No longer maintained upstream
2018-06-30 devel/rubygem-recursive-open-struct100: Obsoleted by update of www/gitlab. Please use devel/rubygem-recursive-open-struct instead.
2018-06-30 databases/rubygem-flipper-active_record011: Obsoleted by update of www/gitlab. Please use databases/rubygem-flipper-active_record instead.
2018-06-06 databases/mongodb34-rocks: Broken for more than 6 months
2018-07-01 math/freemat: Complex, unmaintained software with obsolete dependencies
2018-07-03 15:20:13 +00:00
Dave Cottlehuber
93b0e5a0af security/vuxml: add CVE-2018-0608 for www/h2o
PR:		228762
Approved by:	jrm
Security:	CVE-2018-0608
Differential Revision:	https://reviews.freebsd.org/D16110
2018-07-03 13:13:55 +00:00
Dmitry Marakasov
3231ee0a0a - Switch to more suitable ONLY_FOR_ARCHS
- Switch to new test framework

Approved by:	portmgr blanket
2018-07-03 08:37:35 +00:00
Cy Schubert
9ae931e77c Update to the latest MIT commit. 2018-07-03 05:30:30 +00:00
Ryan Steinmetz
c3d30c16d2 - Update to 5.48 2018-07-03 00:59:53 +00:00
Antoine Brodin
8327de13f1 Update to 20180630
Announce:	http://blog.kiddaland.net/2018/07/plaso-20180630-released.html
2018-07-02 17:55:08 +00:00
Antoine Brodin
7f9c1681df Update to 20180628 2018-07-02 17:54:23 +00:00
Antoine Brodin
3b73e20d55 - Update to 20180606
- Allow concurrent installation
2018-07-02 17:43:34 +00:00
Sean Chittenden
9c6198a31c Optimize teleport build further and reuse the same sed invocation.
Submitted by:	mat
Approved by:	mat (mentor, implicit)
Pointy hat:	seanc
2018-07-02 16:59:13 +00:00
Sean Chittenden
3ce02a0036 Optimize teleport build steps by invoking sed(1) and find(1) only once.
Submitted by:	mat (mentor)
Approved by: 	mat (mentor, implicit)
2018-07-02 14:55:47 +00:00
Steve Wills
472970507a security/py-tlslite: allow build python3
It's supported according to the documentation.
2018-07-02 12:54:56 +00:00
Cy Schubert
87a4552a63 While working the ports fallout due to making Hemidal in base
private it was discovered that com_err.3, though distributed in
the tarball, was not installed. Install it.
2018-07-02 05:57:37 +00:00
Cy Schubert
201d4c1ba3 Sort man pages. 2018-07-02 05:57:27 +00:00
Sean Chittenden
1620d36045 Upgrade gravitational teleport to 2.6.6.
* See upstream's changelog for details
  https://github.com/gravitational/teleport/blob/master/CHANGELOG.md
* Explicitly specify the git sha when building teleport.
* Restrict builds to amd64.
* Work around daemon(8)'s lack of syslog functionality in 10-STABLE.

Submitted by:	swills
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D15311
2018-07-02 05:26:24 +00:00
Mark Linimon
aff42c7199 Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same.  Also, mark them broken on
mips when necessary.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-02 04:00:29 +00:00
Mark Linimon
f1c5b78c48 Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-02 00:47:14 +00:00
Dirk Meyer
6058705eb9 - bump MILTER_SOVER to fix linking on FREEBSD-12
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports
2018-07-01 10:17:18 +00:00
Mark Linimon
c7df1277c6 Mark these ports broken on mips64 and/or mips.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-01 09:17:45 +00:00
Gleb Popov
98ae1eaf36 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00
Fernando Apesteguía
9078a76754 security/autossh: update to version 1.4f
PR:	229354
Submitted by:	monsieurp@gentoo.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16048
2018-06-30 08:52:48 +00:00
Kurt Jaeger
4f651a16c4 security/p5-Crypt-OpenSSL-RSA: update 0.28 -> 0.30
- first release after 2011

PR:		229412
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Relnotes:	https://metacpan.org/source/TODDR/Crypt-OpenSSL-RSA-0.30/Changes
2018-06-29 18:30:14 +00:00
Dmitry Marakasov
651d502b86 - Fix build with clang 6
- Switch to options helpers
2018-06-29 16:38:07 +00:00
Bryan Drewery
c8ac0e6acd Simplify CONFLICTS_INSTALL.
Reported by:	mat
2018-06-29 15:44:33 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Kirill Ponomarev
2e09f3de4c Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2018-06-29 12:50:01 +00:00
Mathieu Arnold
57de7fba19 Fix a few Perl ports with Perl 5.28.
Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base
README.pod is no longer installed. So stop installing them altogether.

PR:		229112
Reported by:	many
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D15946
2018-06-29 10:10:35 +00:00