1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

450849 Commits

Author SHA1 Message Date
Sergey A. Osokin
91ad417fc6 Upgrade from 1.15.1 to 1.15.2.
<ChangeLog>

*) Feature: the $ssl_preread_protocol variable in the
   ngx_stream_ssl_preread_module.

*) Feature: now when using the "reset_timedout_connection" directive
   nginx will reset connections being closed with the 444 code.

*) Change: a logging level of the "http request", "https proxy request",
   "unsupported protocol", and "version too low" SSL errors has been
   lowered from "crit" to "info".

*) Bugfix: DNS requests were not resent if initial sending of a request
   failed.

*) Bugfix: the "reuseport" parameter of the "listen" directive was
   ignored if the number of worker processes was specified after the
   "listen" directive.

*) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to
   switch off "ssl_prefer_server_ciphers" in a virtual server if it was
   switched on in the default server.

*) Bugfix: SSL session reuse with upstream servers did not work with the
   TLS 1.3 protocol.

</ChangeLog>
2018-07-25 03:39:04 +00:00
Sergey A. Osokin
be54401296 Fix package list.
Bump PORTREVISION.
2018-07-25 02:58:01 +00:00
Muhammad Moinur Rahman
a1ec4cff6b devel/gsoap: Update version 2.8.66=>2.9.69
Relnotes:	https://www.genivia.com/changelog.html
2018-07-25 01:54:02 +00:00
John Baldwin
1512efa1d7 Properly set CONFIGURE_TARGET for when amd64 is either the host or target.
CONFIGURE_TARGET is used for --build which is the host performing the
build.  TARGETARCH is used in powerpc64-gcc/Makefile as the target
architecture of the binaries generated by the compiler being built.
When building a non-amd64 target compiler on an amd64 host,
CONFIGURE_TARGET was set to amd64-unknown-freebsd which confused GCC
(it breaks compilation of an i386 target compiler on an amd64 host).
It would also result in setting CONFIGURE_TARGET improperly when
building an amd64 compiler on a non-amd64 host.  Fix by remapping
amd64 to x86-64 if the ARCH is amd64 rather than the TARGETARCH.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D16227
2018-07-25 00:55:17 +00:00
John Baldwin
ea7623a8cc Drop builtin float.h for amd64-gcc.
GCC's builtin <float.h> header is not compatible with
sys/x86/include/float.h.  Drop the builtin header for now.  If at
some point GCC's notion of floating point constants for i386 can
converge with sys/x86/include/float.h this can be restored.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D16073
2018-07-25 00:50:53 +00:00
Muhammad Moinur Rahman
f2ef549d5a databases/py-bsddb3: Update version 6.2.5=>6.2.6
Relnotes:	https://pypi.org/project/bsddb3/6.2.6/
2018-07-25 00:45:06 +00:00
Muhammad Moinur Rahman
1447994ee9 databases/geoserver-mysql-plugin: Update version 2.13.1=>2.13.2 2018-07-25 00:42:28 +00:00
Muhammad Moinur Rahman
d2e7795df9 databases/py-bsddb3: Update version 2.13.1=>2.13.2 2018-07-25 00:38:26 +00:00
Kubilay Kocak
ecc618193c sysutils/py-diffoscope: Update to 99 2018-07-25 00:23:33 +00:00
Kubilay Kocak
03704b2769 archivers/py-libarchive-c: Add LICENSE_FILE 2018-07-25 00:13:51 +00:00
Kubilay Kocak
65193ddaea archivers/py-libarchive-c: Update to 2.8
- Switch back to CHEESEHOP from GitHub, sdist now includes tests/test data
   files
2018-07-25 00:09:09 +00:00
Bryan Drewery
05d3bb2740 vboxheadless: Fix start of specific machine after base r291770.
The vboxheadless rc script has its own pid checking, so the rc.subr
version in run_rc_command is not needed.

PR:		212074
2018-07-24 23:22:27 +00:00
Carlos J. Puga Medina
8684fe7e9e Put the git dependency in the right place. Now chromedriver needs git dependency at build time.
Don't bump PORTREVISION because DRIVER option is enabled by default and does not affect to the generated package.

Reported by:	Claude Buisson <clbuisson@orange.fr>
MFH:		2018Q3 (blanket)
2018-07-24 23:13:52 +00:00
TAKATSU Tomonari
a27b8cfe6f - Update to 1.17.1.1
- Update WWW line in pkg-descr
2018-07-24 22:13:20 +00:00
Yuri Victorovich
fc1d16a73d math/z3: Fix the python binding to work for all python versions
The python binding is removed from math/z3 and placed into a separate
port math/mpy-z3-solver that builds for all python versions.

While here, remove the unnecessary CONFLICTS statement.

PR:		229937
Approved by:	portmgr
2018-07-24 21:03:48 +00:00
Tilman Keskinoz
1814318b0a Add retext, a simple Markdown editor 2018-07-24 20:31:48 +00:00
Antoine Brodin
051f8c5394 Fix INDEX and duplicate PKGBASEs 2018-07-24 20:26:10 +00:00
Tilman Keskinoz
b402f046e4 Add Markups, a wrapper around various text markup languages. 2018-07-24 20:25:50 +00:00
Tilman Keskinoz
762b924c54 Add python-markdown-math
Math Extension for textproc/py-markdown
2018-07-24 20:23:19 +00:00
Yuri Victorovich
aab99a8b44 science/mpqc: Fix build
Two fixes:
* Force some stl-related define values because configured values are wrong
* Force the C++-98 standard because of breakage on newer clangs/systems

Reported by:	fallout
2018-07-24 20:22:15 +00:00
Tobias Kortkamp
0213015204 graphics/cuneiform: Slap on a band-aid and fix build with Clang 6
- Code base compiles under USE_CXXSTD=gnu++98
- Use options helpers
- Fix no-op IMAGEMAGICK option; the patch to disable it no longer
  did anything.  With ImageMagick installed in the build environment
  ImageMagick support was enabled regardless of option state
- Deprecate.  It's unmaintained upstream and the build problems will
  likely get worse over time
- Take maintainership

http://beefy11.nyi.freebsd.org/data/head-i386-default/p475217_s336659/logs/cuneiform-1.1.0_4.log

PR:	216197
2018-07-24 20:14:36 +00:00
Steve Wills
5d888fc1d7 databases/mongodb34: add support for aarch64
PR:		229602
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Approved by:	maintainer timeout (eric@camachat.org, > 2 weeks)
2018-07-24 20:03:01 +00:00
Jochen Neumeister
824a7e0e94 devel/pecl-APCu: Update to 5.1.12
Changelog: https://pecl.php.net/package/APCu

PR:		225270
Reported by:	joneum
Approved by:	maintainer
2018-07-24 19:49:32 +00:00
John Hixson
c15e79fe60 Add jhixson to freebsd.commiters.markers
Approved by:	miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D16423
2018-07-24 18:32:22 +00:00
Fernando Apesteguía
accf76d798 devel/libsixel: update to 1.8.2
Fixes:

* CVE-2018-14072
* CVE-2018-14073

PR:	229975
Submitted by:	sue@iwmt.org (maintainer)
Approved by:	tcberner (mentor)
MFH:	2018Q3
Differential Revision:	  https://reviews.freebsd.org/D16421
2018-07-24 18:12:29 +00:00
Fernando Apesteguía
2e891f5f2d Document vulnerabilities for graphics/sixel 1.8.1
* CVE-2018-14072
* CVE-2018-14073

PR:	229975
Reported by:	sue@iwmt.org (maintainer)
Approved by:	tcberner (mentor)
2018-07-24 18:08:47 +00:00
Fernando Apesteguía
224e085790 devel/serd: update to 0.30.0
PR:	229980
Submitted by:	meka@tilda.center (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16422
2018-07-24 18:01:13 +00:00
Li-Wen Hsu
1c7cd2d77f - Fix RISC-V ELF dynamic interpreter path
Approved by:	bapt (maintainer)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D16319
2018-07-24 16:46:43 +00:00
Steve Wills
29078f60d1 math/nfft: update to 3.4.1
PR:		230011
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
2018-07-24 15:37:28 +00:00
Steve Wills
4dd380534a games/angband: Update to 4.1.2
PR:		230015
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-07-24 15:35:28 +00:00
Steve Wills
27c97b8171 net/ceph: fix missing cmake options
PR:		230007
Submitted by:	Willem Jan Withagen <wjw@digiware.nl> (maintainer)
2018-07-24 15:30:16 +00:00
Jochen Neumeister
44a67f9f2b textproc/p5-YAML-LibYAML: Update to 0.72
Changelog: https://metacpan.org/release/YAML-LibYAML

PR:		229513
Reported by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by:	maintainer
2018-07-24 15:16:10 +00:00
Sean Bruno
2cc6bd5329 games/cockatrice: Update to release 2.6.1
"Father of Ruins, Revision 1"

Changelog:
https://github.com/Cockatrice/Cockatrice/releases/tag/2018-07-17-Release-2.6.1
2018-07-24 15:01:04 +00:00
Kirill Ponomarev
ff23cdebe3 Utilize SOCK_NONBLOCK instead of O_NONBLOCK
Fix startup script

PR:		230001
Submitted by:	david@dcrosstech.com
2018-07-24 14:50:33 +00:00
Tobias Kortkamp
923d484206 x11/polybar: Update to 3.2.0
Changes:	https://github.com/jaagr/polybar/releases/tag/3.2.0
PR:		230012
Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch> (maintainer)
2018-07-24 14:11:11 +00:00
Alexey Dokuchaev
de3edbc371 Tentatively try to unbreak the build on arm* architectures. There were
two kinds of problems:

1) Sloppy handling of 8-bit data and assuming that `char' is signed by
default in AdPlug and Commodore 64 SID plugins code;

2) Incorrect detection of SSE2 support.  Contrary to GCC, Clang always
accepts `-msse2' command line option, even on !x86; it just tells that
it won't be used.  As a result, SSE2 code was compiled whilst it could
not be, causing the build to fail.

While here, remove no longer relevant patching of the configure script.
2018-07-24 14:00:50 +00:00
Roger Pau Monné
0691518059 xen: import version 4.11
Reviewed by:		bapt
Sponsored by:		Citrix Systems R&D
Differential Revision:	https://reviews.freebsd.org/D16418
2018-07-24 13:57:46 +00:00
Roger Pau Monné
768717cce7 xen: rename to xen47
Preparatory change in order to import a newer Xen version while
keeping the previous one.

Reviewed by:		bapt
Sponsored by:		Citrix Systems R&D
Differential Revision:	https://reviews.freebsd.org/D16416
2018-07-24 13:47:03 +00:00
Renato Botelho
ce032a7e6a New port: irc/weechat-otr
WeeChat script for Off-the-Record (OTR) Messaging. This script makes every
effort to securely provide OTR Messaging in WeeChat

Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
Sponsored by:	Rubicon Communications, LLC (Netgate)
Differential Revision:	https://reviews.freebsd.org/D16327
2018-07-24 13:45:03 +00:00
Roger Pau Monné
06140fa304 xen: fix charset of patch file
Phabricator doesn't handle iso-8859-1 properly, so use utf-8 instead.

Sponsored by:		Citrix Systems R&D
Reviewed by:		bapt
Differential Revision:	https://reviews.freebsd.org/D16415
2018-07-24 13:36:21 +00:00
Muhammad Moinur Rahman
4e49856d19 textproc/yodl: Fix patches 2018-07-24 13:24:09 +00:00
Alexey Dokuchaev
afa138a81e Original distfile from 25 April 2016 was rerolled on 19 June 2016 for some
reason (releases and tarballs are generated and uploaded automatically via
Travis-CI continuous integration system).

Contents of both old and new distfiles are identical.  The author had also
confirmed that new (well, let's say most recent) tarball is legit.

TIMESTAMP (deadbeef-0.7.2.tar.bz2) = 1466336082
2018-07-24 13:07:46 +00:00
Alex Dupre
5875b20267 Update to 2.0.11 release. 2018-07-24 12:56:12 +00:00
Alex Dupre
1c1b1cbce2 Update to 5.6.37 release. 2018-07-24 12:46:32 +00:00
Alex Dupre
ae008f72ac Update to 4.1.4 release. 2018-07-24 12:46:12 +00:00
Alex Dupre
5f04a9abf9 Update to 4.5.6 release. 2018-07-24 12:45:51 +00:00
Alex Dupre
ea1470a57c Update to 4.4.10 release. 2018-07-24 12:45:31 +00:00
Alex Dupre
7f24bdab95 Update to 0.9.9 release. 2018-07-24 12:35:12 +00:00
Wen Heping
73a1a05010 - Update to 2.07
Changes: https://metacpan.org/changes/distribution/Text-SimpleTable
2018-07-24 12:29:32 +00:00
Gleb Popov
71558e2deb sysutils/bsdisks
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16417
2018-07-24 11:22:40 +00:00