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

477499 Commits

Author SHA1 Message Date
Matthias Fechner
e7798bb3ac Security update to version 11.11.1.
For more details see:
https://about.gitlab.com/2019/06/03/security-release-gitlab-11-dot-11-dot-1-released/

Security:	4091069e-860b-11e9-a05f-001b217b3468
2019-06-05 19:37:29 +00:00
Matthias Fechner
23c2140738 Upgrade to 1.42.2 which is required for gitlab 11.11.1 security upgrade. 2019-06-05 19:36:37 +00:00
Piotr Kubaj
34d4b2474e misc/hashdb: fix build
Add USES=compiler:c++11-lang to fix build:
/usr/include/tgmath.h:124:2: error: #error "<tgmath.h> not implemented for this compiler"

Approved by:	mentors (implicit approval)
2019-06-05 17:51:30 +00:00
Antoine Brodin
d78b23817a sys/dir.h is deprecated and is scheduled to be removed from base
PR:		21519
2019-06-05 17:40:09 +00:00
Piotr Kubaj
4f40d73348 x11-wm/hikari: fix build
Add USES=compiler:c11 to fix build.

Note that this port actually needs C17, but there's no USES=compiler:c17, and our C11-compatible compilers already support C17:
cc1: error: unrecognized command line option "-std=c17"

Approved by:    mentors (implicit approval)
2019-06-05 17:36:10 +00:00
Dmitry Marakasov
aea2570927 - Update to 0.5.2 2019-06-05 16:05:39 +00:00
Lars Engels
64950e311f sysutils/ansible:
- Don't install .bak files created during patching stage
- Bump PORTREVISION

Approved by:	just fix it
2019-06-05 15:39:23 +00:00
Koop Mast
672bc6506c Fix modification date, the future isn't quite here yet.
Reported by:	Daniel Ebdrup
2019-06-05 15:08:31 +00:00
Dan Langille
16dceaecaa Upgrade to 0.0.6
Updates on website, compatibility with latest Django version (2.2.2)

re: https://github.com/vrtadmin/FIRST-server/releases/tag/v0.0.6
2019-06-05 14:49:57 +00:00
Mathieu Arnold
ba4258b649 Make sure we use perl installed by ports and not some other perl in PATH.
PR:		238320
Submitted by:	Jeroen Pulles
2019-06-05 14:37:47 +00:00
Alexey Dokuchaev
3b5f1873e8 Update to version 1.06 (it would also simplify upcoming `lang/ocaml' update)
and assume maintainership while here.
2019-06-05 13:13:17 +00:00
Baptiste Daroussin
72f5c8677c Update to 1.5.1 2019-06-05 11:46:23 +00:00
Baptiste Daroussin
c3fef3f441 Update to 3.1.20190324 2019-06-05 10:59:31 +00:00
Antoine Brodin
9dd9f50539 Unbreak
Pointy hat:	pkubaj
2019-06-05 09:12:17 +00:00
Piotr Kubaj
e05f7ad2ef devel/clazy: fix build
Requires C++11-compatible compiler:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	mentors (implicit approval)
2019-06-05 09:11:15 +00:00
Piotr Kubaj
1d6f76f22f dns/dnsperf: fix build
Build with base GCC currently fails:
cc: Internal error: Segmentation fault (program ld)

Approved by:    mentors (implicit approval)
2019-06-05 09:08:16 +00:00
Piotr Kubaj
f8269eb3b6 databases/percona55-server: fix build
Requires C11 features:
/wrkdirs/usr/ports/databases/percona55-server/work/percona-server-5.5.61-38.13/storage/innobase/include/os0sync.h:386:4: error: #error "Unsupported platform"

Approved by:	mentors (implicit approval)
2019-06-05 09:07:56 +00:00
Dmitry Marakasov
647be643b7 - Update WWW
Approved by:	portmgr blanket
2019-06-05 09:01:48 +00:00
Jochen Neumeister
d034e19fe8 Update to 2.1.4
PR:		237988
Sponsored by:	Netzkommune GmbH
2019-06-05 08:49:53 +00:00
Jochen Neumeister
44aa4a5506 Update to 2019.1.2
PR:		237864
Reported by:	Jonathan Chen <jonc@chen.org.nz>
Approved by:	bsam (maintainer timeout)
Sponsored by:	Netzkommune GmbH
2019-06-05 08:35:15 +00:00
Jimmy Olgeni
463392c984 Update net/nats-streaming-server to version 0.15.0. 2019-06-05 08:16:09 +00:00
Vinícius Zavam
224a6a7cfb sysutils/intel-pcm-devel: update g20190207 (0e9461a) to g20190417 (d6be39f)
Approved by:	mentors (implicit)
2019-06-05 07:59:09 +00:00
Guido Falsi
226bfda632 Update xfce4-desktop to 4.12.5 2019-06-05 07:26:22 +00:00
Gerald Pfeifer
5f5d05f85f Update to the 20180531 snapshot of GCC 8.3.1. 2019-06-05 05:09:26 +00:00
Wen Heping
30eaa631e8 - Update to 1.1.1 2019-06-04 23:12:56 +00:00
Stefan Eßer
29b5835528 Try to fix a package build error that I cannot reproduce on my system.
Even though "poudriere testport" completed without error, I have received
a failure message from the build cluster. Since I cannot reproduce the
problem, I can only guess that it is caused by a symbolic link in the
share/nls directory that connects nls/C to nls/en_US.US-ASCII.

I had problems with the nls/C directory disappearing due to that link
before (it is deleted as empty when the last catalog file is deleted on
package deinstallation, but then missing when a new file is installed
into en_US.US-ASCII, which is just a symbolic link to C which does not
exist at that time anymore). I think this is a bug in "pkg" and have
opened a PR.

It is possible that the port will still fail to build in the cluster,
but without access to the work directory (or rather the stage directory)
of the build host I can only guess what's exactly going on.

IMHO there should not be any magic conenction between nls/en_US.US-ASCII
and nls/C, since this breaks assumptions made in pkg and in the qa check
performed by poudriere.

Approved by:	antoine (implicit)
2019-06-04 21:25:41 +00:00
Mathieu Arnold
f160f37222 For some reason, this does not always get picked up correctly. 2019-06-04 21:24:52 +00:00
Bradley T. Hughes
b8dc46fabe www/node: Update 12.3.1 -> 12.4.0
https://nodejs.org/en/blog/release/v12.4.0/

Sponsored by:	Miles AS
2019-06-04 20:23:27 +00:00
Eugene Grosbein
c1938dd238 net/echoping: fix WWW link 2019-06-04 19:16:57 +00:00
Eugene Grosbein
24255cb18b net/echoping: keep up with changes
echping does not exist at SourceForge anymore.
Use distfile from Github and deal with differences:

- new distfile has no configure scripts but configure.ac
and requires generation of configure, but modern autoreconf
cannot handle its configure.ac files properly so they need
some polishing with pre-configure target to be useful;

- broad usage of HTTP Strict Transport Security
requires new patch fixing echoping's HTTP "accept_redirects" mode,
so this echoping does not fail in this mode on HTTP redirects;

- pet portlint;
- bump PORTREVISION.
2019-06-04 19:07:18 +00:00
Jan Beich
8f4d9c329f devel/racer: update to 2.1.22
Changes:	https://github.com/racer-rust/racer/compare/v2.1.21...v2.1.22
2019-06-04 18:27:42 +00:00
Kurt Jaeger
c2b35a8093 New port: net/openbgpd6
OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4.
It allows ordinary machines to be used as routers exchanging routes with
other systems speaking the BGP protocol.

This is the portable version and it does not have the means to
influence kernel routing tables. It is only suitable for route
servers/collectors.

WWW: http://www.openbgpd.org/

PR:		213445
2019-06-04 17:45:06 +00:00
Sunpoet Po-Chuan Hsieh
55e4101a45 Update to 2.1.9
Changes:	https://github.com/python-lz4/python-lz4/releases
2019-06-04 16:48:17 +00:00
Sunpoet Po-Chuan Hsieh
e060f60645 Update to 2.11.286
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-06-04 16:48:12 +00:00
Sunpoet Po-Chuan Hsieh
6371d279f2 Update to 2.11.286
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-06-04 16:48:06 +00:00
Sunpoet Po-Chuan Hsieh
302fa62b5e Update to 2.11.286
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-06-04 16:48:01 +00:00
Sunpoet Po-Chuan Hsieh
57b26dde9e Update to 0.44.0
Changes:	https://github.com/instagrambot/instabot/commits/master
2019-06-04 16:47:56 +00:00
Sunpoet Po-Chuan Hsieh
af0baefcad Update to 0.9.6
Changes:	https://github.com/shawnbrown/datatest/releases
2019-06-04 16:47:50 +00:00
Sunpoet Po-Chuan Hsieh
f40bbb8d2d Update to 4.44
Changes:	https://metacpan.org/changes/distribution/CGI
2019-06-04 16:47:45 +00:00
Sunpoet Po-Chuan Hsieh
f02588292e Update to 1.62
Changes:	https://metacpan.org/changes/distribution/Devel-PatchPerl
2019-06-04 16:47:39 +00:00
Piotr Kubaj
1315ddb4b9 security/lua-bcrypt: fix build
Add USES=compiler:c11 to fix build:
compat/safebfuns.c:25:4: error: #error "require gcc >= 4.4"
compat/safebfuns.c:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'NOINLINE'
compat/safebfuns.c:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'NOINLINE'

Approved by:	mentors (implicit approval)
2019-06-04 16:13:13 +00:00
Piotr Kubaj
7c3f251c04 net-im/kaidan: fix build
Add USES=compiler:c++11-lang to fix build:
CMake Error in CMakeLists.txt:
  The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.

Approved by:	mentors (implicit approval)
2019-06-04 16:10:47 +00:00
Antoine Brodin
47ce821484 Switch default version of samba from 4.7 to 4.8
With hat:	portmgr
2019-06-04 14:17:39 +00:00
Ben Woods
aa29472b28 sysutils/zrepl: Update to 0.1.1
Changes this release:
  https://zrepl.github.io/v0.1.1/changelog.html

WARNING - BREAKING CHANGES WITH THE ZREPL 0.1.X RELEASE:
There are a number of breaking changes this release. To ensure zrepl
continues to function correctly, ensure you read the changelog, and then
perform the following on both sides of the replication:
- Stop the zrepl service:    # service zrepl stop
- Upgrade the zrepl package: # pkg upgrade zrepl
- Modify the zrepl config:   # vi /usr/local/etc/zrepl/zrepl.yml
- Check the configuration:   # service zrepl configtest
- Start the zrepl service:   # service zrepl start
- Monitor the zrepl service: # zrepl status

DANGER - SNAPSHOT PRUNING REQUIRES EXPLICIT KEEP RULES:
For any ZFS snapshot that you want to keep, at least one rule must match. This
is different from previous releases where pruning only affected snapshots with
the configured snapshotting prefix. Make sure that snapshots to be kept or
ignored by zrepl are covered, e.g. by using the regex keep rule.
This also applies to snapshots taken by means other than zrepl (e.g. manually).

PR:		237667
Submitted by:	Michael Zhilin (mizhka@gmail.com)
Differential Revision:	https://reviews.freebsd.org/D20095
2019-06-04 14:14:23 +00:00
Mathieu Arnold
37f9ed1f9c Fix build with recent perl5-devel. 2019-06-04 14:06:18 +00:00
Vinícius Zavam
bdd206951e security/py-yubikey-manager: update 2.1.0 to 2.1.1
Approved by:	mentors (implicit)
2019-06-04 13:24:51 +00:00
Vinícius Zavam
5c4e8f388f net/measurement-kit: update 0.10.3 to 0.10.4
Approved by:	mentors (implicit)
2019-06-04 13:23:50 +00:00
Vinícius Zavam
f7b63874a3 dns/dnscrypt-proxy2: update 2.0.23 to 2.0.25
Approved by:	mentors (implicit)
2019-06-04 13:22:39 +00:00
Steve Wills
7db57679fd net/syncthing: update to 1.1.4 2019-06-04 13:02:03 +00:00
Alexandre C. Guimarães
17ff0b46bb editors/texstudio: Update to 2.12.16
Approved by:	tcberner (mentor)
2019-06-04 12:07:06 +00:00