/games/glbsp/

44/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
...
* Change from USES=python:2 to USES=python:2.7sunpoet2017-12-041-1/+2
| | | | - Bump PORTREVISION for dependency change
* Add rubygem-fog-aws1 1.4.1 (copied from rubygem-fog-aws)sunpoet2017-12-044-0/+34
| | | | - Add PORTSCOUT
* New port: net/py-portend: Monitors TCP ports for bound or unbound statesyuri2017-12-044-0/+30
| | | | | | | PR: 222191 Submitted by: Keith Gaughan <k@stereochro.me> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13315
* Fix configure options for gnustep-maketheraven2017-12-032-2/+2
| | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
* - Add explicit FLAVOR to a few dependenciesantoine2017-12-031-4/+4
| | | | | | - Remove FLAVOR from py-docutils dependency in comms/uhd, in this case it needs the rst2html command, not the docutils module - Mark some ports as not compatible with python3
* Update net/asterisk13 to 13.18.3madpilot2017-12-022-6/+5
| | | | | Security: e91cf90c-d6dd-11e7-9d10-001999f8d30b MFH: 2017Q4
* - Remove unnecessary @dir'samdmi32017-12-023-84/+0
| | | | Approved by: portmgr blanket
* - Remove USES=tar:bzip2 (bogus with USE_GITHUB)amdmi32017-12-011-3/+2
| | | | | | | - Add missing USES=ssl - Remove unnecessary flags Approved by: portmgr blanket
* - Add LICENSE, obsoleting NO_PACKAGE and NO_CDROMamdmi32017-12-011-2/+5
| | | | Approved by: portmgr blanket
* Cleanup LIB_DEPENDS on libpngantoine2017-12-011-1/+1
|
* Add an upstream patch to fix security vulnerability.jkim2017-12-012-0/+16
| | | | | | | PR: 223574 Approved by: bofh (maintainer timeout, 3 weeks) MFH: 2017Q4 Security: CVE-2017-7853
* Convert Python ports to FLAVORS.mat2017-11-30114-469/+404
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* net/xrdp-devel: Fix CVE-2017-16927pizzamig2017-11-302-0/+134
| | | | | | | | | | Fix CVE-2017-16927 Patch from upstream: https://github.com/neutrinolabs/xrdp/pull/958 PR: 223931 Submitted by: meta+ports@vmeta.jp (maintainer) MFH: 2017Q4 Security: CVE-2017-16927
* For ports that set particular flags/options for armv6, also set themlinimon2017-11-302-0/+2
| | | | | | | | | | for armv7. This is part three of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-309-0/+9
| | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* net/remmina-plugin-gnome: Fix gnome-keyring dependencieswoodsb022017-11-301-2/+2
| | | | | | - Remmina now uses libsecret instead of libgnome-keyring - security/gnome-keyring is required to provide the daemon for interacting with the password store
* net/remmina: Update to v1.2.0-rcgit.24woodsb022017-11-297-14/+20
| | | | | | | | | Changes this release: https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.24 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.23 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.22 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.21 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.20
* net/rubygem-omniauth-azure-oauth2: Update from 0.0.6 to 0.0.9tz2017-11-292-3/+5
| | | | | | | | Changelog: https://github.com/KonaTeam/omniauth-azure-oauth2/blob/v0.0.9/CHANGELOG.md Also add missing RUN_DEPENDS Submitted by: Matthias Fechner <idefix@fechner.net>
* New port: net/rubygem-omniauth-kerberostz2017-11-284-0/+27
| | | | | | | | An OmniAuth strategy for Kerberos. WWW: https://github.com/jgraichen/omniauth-kerberos Submitted by: Matthias Fechner <idefix@fechner.net>
* Update to 0.55.0sunpoet2017-11-272-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* Update to 1.8.0 release.demon2017-11-273-4/+5
|
* net/wireshark: update to 2.4.2cmt2017-11-273-8/+12
| | | | | | | | | | Announcement: https://www.wireshark.org/lists/wireshark-announce/201710/msg00000.html Add a few dependencies to make stage-qa happy. PR: 223577 Approved by: marcus (maintainer-timeout) Security: 4684a426-774d-4390-aa19-b8dd481c4c94 MFH: 2017Q4
* Unbreak the ports treeantoine2017-11-261-2/+1
| | | | | | Reported by: pkg-fallout Pointy hat: rodrigo With hat: portmgr
* Update v0.8.0rodrigo2017-11-267-131/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | The 0.7.1 is very very outdated, 2 years ago. 0.8.0 was relesed in 2016 Added: SSL: peer certificate and hostname validation improvements SSL: the desire SSL version range can now be specified SSL: SSLv2, and SSLv3 have been disabled by default Fixed issues: Rabbitmq-c may block when attempting to close an SSL socket amqp_parse_url does not correctly initialize default parameters x509 objects are leaked in verify_hostname TCP_NOPUSH doesn't work under cygwin Deprecated: SSL: amqp_ssl_socket_set_verify is being replaced by amqp_ssl_socket_set_verify_peer and amqp_ssl_socket_set_verify_hostname Removed: OpenVMS build system and related files. Unmaintained PolarSSL, CyaSSL, and gnuTLS SSL backends PR: 223566 Submitted by: loic.blot@unix-experience.fr Reported by: freebsd@geoffgarside.co.uk (maintainer)
* Update to upstream version 1.4.4 (bug fixes)riggs2017-11-252-4/+4
|
* Update to 2.99011sunpoet2017-11-252-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes
* Update to 0.812sunpoet2017-11-242-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-SIP/Changes
* Update to 0.2.5sunpoet2017-11-243-5/+5
| | | | Changes: https://git.gnome.org/browse/gupnp-igd/tree/NEWS
* net/self-service-password: Update 1.0 -> 1.1bhughes2017-11-233-14/+26
| | | | | | | PR: 223788 Submitted by: ports@bsdserwis.com (maintainer) Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D13188
* net/proxy-suite: remove configure workaroundpi2017-11-221-9/+0
| | | | | | | | | - The workaround breaks in some cases, e.g. when ipfilter is not installed in the system PR: 218487 Submitted by: Franco Fichtner <franco@opnsense.org> Approved by: thomas (maintainer timeout)
* Security update for CVE-2017-15275 and CVE-2017-14746timur2017-11-222-5/+5
| | | | | | Security: CVE-2017-15275 CVE-2017-14746 Sponsored by: iXsystems Inc.
* Cummulative update that covers security issues(CVE-2017-15275 and ↵timur2017-11-2223-117/+144
| | | | | | | | CVE-2017-14746) and potential file corruption under high threaded load. Security: CVE-2017-14746 CVE-2017-15275 Sponsored by: iXsystems Inc.
* Remove expired hping-devel, missed in r454648adamw2017-11-229-411/+0
|
* OPTIONS_SUB only cares about being defined, its content is ignored.mat2017-11-212-2/+2
| | | | Sponsored by: Absolight
* Add missing lib dependency in the original patchrodrigo2017-11-201-1/+2
| | | | | | | | Bump PORTREVISION PR: 217691 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: Yonas Yanfa <yonas@fizk.net>
* Update IGNORE_WITH_PHPsunpoet2017-11-201-1/+1
|
* Update to 1.7.5ehaupt2017-11-192-4/+4
|
* Update to version 1.8-rc4demon2017-11-193-4/+5
|
* Mark CONFLICTS_INSTALL between net/tintin++ and chinese/tintin++sunpoet2017-11-191-0/+2
|
* Shodan is a search engine for Internet-connected devices. Google lets you searchehaupt2017-11-194-0/+34
| | | | | | | | for websites, Shodan lets you search for devices. This library provides developers easy access to all of the data stored in Shodan in order to automate tasks and integrate into existing tools. WWW: https://cli.shodan.io/
* Makes the NSS dependency explicit, and perform cleanuprodrigo2017-11-194-10/+12
| | | | | | | | | | | | | | | | | | | | | Bump PORTREVISION Before this patch if nss is installed when crony is built, there's a silent lib dependency on nss, and if nss is subsequently uninstalled chrony breaks. NSS is now turned on by default adding support for a number of more modern hashing algorithms than md5. Cleanup: - --infodir is not a valid configure option (since 2.3 I think) - USES=localbase instead of LDFLAGS - add explicit --without-tomcrypt [1] - add support for passing chronyd_flags to chronyd in rc.d script - fix some hard-coded /usr/local in examples PR: 217691 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: Yonas Yanfa <yonas@fizk.net> (maintainer)
* Bump portrevision to chase graphics/glew shard library version update.zeising2017-11-191-1/+1
| | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine
* Update to upstream version 1.4.3 (bug and docs fixes)riggs2017-11-182-4/+4
|
* Update to 0.9.2.vanilla2017-11-182-4/+4
|
* Update to 6.9.0sunpoet2017-11-172-9/+6
| | | | Changes: https://github.com/qiniu/ruby-sdk/blob/master/CHANGELOG.md
* net/intel-ixl-kmod Update to 1.8.1sbruno2017-11-172-6/+4
| | | | | | | Submitted by: kozlov.sergey.404@gmail.com (Sergey Kozlov) Reviewed by: swills Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D12179
* net/chrony: Remove dubious security warnings in pkg-messagefeld2017-11-172-4/+1
| | | | | PR: 223647 MFH: 2017Q4
* net/shadowsocks-libev: Update to 3.1.0ygy2017-11-173-18/+43
| | | | | | | PR: 218294 Submitted by: Anonymous Approved by: xiaoding+freebsd@xiaoding.org (maintainer), adamw Differential Revision: https://reviews.freebsd.org/D13099
* PHP 7.2: Remove bad repocopies.tz2017-11-175-59/+0
| | | | Reported by: adamw
* Add PHP 7.2 RC6tz2017-11-1611-0/+122
| | | | | | | | | | | | | Notable changes: - mcrypt module was removed - sodium module was added - sybase_ct artifacts removed Also many PECL ports will not work with this version since some files got renamed. Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de> Differential Revision: https://reviews.freebsd.org/D12980
* Update KDE Frameworks to 5.40.0tcberner2017-11-162-5/+4
| | | | | | | | | | | * update to 5.40.0 * unreleated cleanups: - unify use of DISTVERSION - remove created by line PR: 223602 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12966
* Update to 0.1.13sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/Azure/azure-ruby-asm-core/blob/master/ChangeLog.md
* Update to 3.11sunpoet2017-11-162-5/+4
| | | | Changes: http://search.cpan.org/dist/Net/Changes
* Update to 0.54.0sunpoet2017-11-162-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* - Update pjsip to 2.7.1madpilot2017-11-168-13/+59
| | | | | | | | - Import patches from the asterisk project - Regenrate patches Security: 19b052c9-c533-11e7-8da5-001999f8d30b MFH: 2017Q4
* net/xrdp-devel: Update to 0.9.4pizzamig2017-11-155-12/+282
| | | | | | | PR: 223512 Submitted by: meta+ports@vmeta.jp (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D13097
* Update ntopng to newer upstream snapshot.madpilot2017-11-152-6/+5
|
* Fix USE_GITHUB usage.mat2017-11-132-4/+4
| | | | Sponsored by: Absolight
* Don't abuse opt_VARS.mat2017-11-131-10/+11
| | | | Sponsored by: Absolight
* Update to 6.2p3. No changes on FreeBSD.naddy2017-11-132-4/+4
|
* Remove Perl core modulessunpoet2017-11-131-1/+1
| | | | - Bump PORTREVISION for dependency change
* - Improve Kerberos supportzi2017-11-132-196/+100
| | | | | | - Add support for rlm_unbound - Migrate to new OPTIONS framework - Bump PORTREVISION
* Update to 0.300000sunpoet2017-11-122-4/+4
| | | | Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
* Update to version 1.8-rc3demon2017-11-122-4/+4
|
* New Port: net/czmq4: High-level C Binding for ZeroMQ (Version 4)joneum2017-11-125-0/+159
| | | | | | | PR: 223299 Submitted by: Kenji Rikitake <kenji@k2r.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12965
* net/libmdf: Update to 1.0.21dbaio2017-11-123-9/+5
| | | | | | | | The OpenSSL hassle with the prior version is now fixed upstream so the CONFIGURE_ENV fix has been removed from the Makefile. PR: 223503 Submitted by: Henrik Holst <henrik.holst@millistream.com> (maintainer)
* Remove expired ports:rene2017-11-116-91/+0
| | | | | | | | | | | | | | | | | 2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment 2017-11-09 games/lordsawar: Broken for more than 6 months 2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months 2017-11-09 audio/gspeakers: Broken for more than 6 months 2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months 2017-11-09 audio/tclmidi: Broken for more than 6 months 2017-11-09 security/py-xmlsec: Broken for more than 6 months 2017-11-09 security/samba-virusfilter: Broken for more than 6 months 2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months 2017-11-09 audio/sooperlooper: Broken for more than 6 months 2017-11-09 devel/dwarves: Broken for more than 6 months 2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months 2017-11-09 devel/pinba_engine: Broken for more than 6 months 2017-11-09 devel/py-event: Broken for more than 6 months
* Fix the context of some patches so that they apply with stricter patch(1)antoine2017-11-111-5/+5
| | | | | PR: 223545 With hat: portmgr
* Update Asterisk to 13.18.2madpilot2017-11-112-4/+4
|
* Update to 1.09sunpoet2017-11-112-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-Frame-Simple/Changes
* Fix the context of some patches so that they apply with stricter patch(1)antoine2017-11-111-4/+4
| | | | | PR: 223545 With hat: portmgr
* net/dhcpcd: remove nostart keyword from rc scriptswills2017-11-102-1/+2
| | | | | PR: 213018 Submitted by: roy@marples.name (maintainer)
* Update to 0.53.0sunpoet2017-11-102-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* Fixup USE_GITHUB usage.mat2017-11-102-5/+4
| | | | Sponsored by: Absolight
* net/py-pyzmq: update to 16.0.3novel2017-11-092-4/+4
|
* Update v0.8.0rodrigo2017-11-093-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | The 0.7.1 is very very outdated, 2 years ago. 0.8.0 was relesed in 2016 Added: SSL: peer certificate and hostname validation improvements SSL: the desire SSL version range can now be specified SSL: SSLv2, and SSLv3 have been disabled by default Fixed issues: Rabbitmq-c may block when attempting to close an SSL socket amqp_parse_url does not correctly initialize default parameters x509 objects are leaked in verify_hostname TCP_NOPUSH doesn't work under cygwin Deprecated: SSL: amqp_ssl_socket_set_verify is being replaced by amqp_ssl_socket_set_verify_peer and amqp_ssl_socket_set_verify_hostname Removed: OpenVMS build system and related files. Unmaintained PolarSSL, CyaSSL, and gnuTLS SSL backends PR: 223544 Submitted by: loic.blot@unix-experience.fr Approved by: freebsd@geoffgarside.co.uk (maintainer)
* Update net/asterisk13 to 13.18.1madpilot2017-11-092-4/+4
| | | | | | | Security: 19b052c9-c533-11e7-8da5-001999f8d30b ab04cb0b-c533-11e7-8da5-001999f8d30b be261737-c535-11e7-8da5-001999f8d30b MFH: 2017Q4
* devel/icu: update to 60.1jbeich2017-11-093-3/+3
| | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine
* Update to 0.811sunpoet2017-11-092-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-SIP/Changes
* Update to 3.0.2olivier2017-11-082-5/+5
|
* net/ns3: update 3.26 -> 3.27robak2017-11-083-17/+55
| | | | | PR: 223513 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
* - Add missing dependency on net/py-ipaddress for healthcheck toolzi2017-11-081-0/+3
| | | | | PR: 223468 Submitted by: Borja Marcos
* Update to 5.4.3sunpoet2017-11-082-4/+4
| | | | Changes: https://opennebula.org/software/release/
* Update to 0.52.0sunpoet2017-11-082-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* Update net/rabbitmq to version 3.6.14.olgeni2017-11-072-4/+4
|
* Remove epired port:rene2017-11-078-99/+0
| | | | 2017-11-05 net/libsocketcpp: Uses gets(3)
* Update to 0.16sunpoet2017-11-072-4/+4
|
* Update net/rabbitmq to version 3.6.13.olgeni2017-11-063-5/+14
|
* - update to 2.006001mich2017-11-062-3/+4
| | | | Reported by: portscout
* Ensure perl is present during build time.ehaupt2017-11-061-1/+1
| | | | Notified by: pkg-fallout
* Update net/py-cloudflare-scrape to 1.9.0tcberner2017-11-052-4/+4
|
* net/olsrd: Update from 0.9.5 to 0.9.6.1joneum2017-11-053-9/+8
| | | | | | | | | *While here switch to DISTVERSION PR: 223411 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12951
* Update to 1.8-rc2demon2017-11-052-4/+4
|
* - Update to 0.1.1ehaupt2017-11-042-6/+10
| | | | - Install man page
* - Reset MAINTAINER due to fatal email bounces, maintainer timeoutszi2017-11-041-1/+1
| | | | Reported by: portscout
* Update license of ports using MPL (without version)dbaio2017-11-047-7/+8
| | | | | | All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket)
* Update to upstream version 1.4.2 (bug and docs fixes)riggs2017-11-042-4/+4
|
* Update to 1.8-rc1demon2017-11-032-5/+5
|
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-0312-21/+21
| | | | This round is @FreeBSD.org residents except teams.
* net/ipxe: Update to latest committobik2017-11-032-6/+7
| | | | | | | | | | | iPXE naturally doesn't require or link with any of the libraries provided by GCC, so remove the GCC run dependency. In the absence of a better solution to do this we use the hack used by other ports like devel/linux-kernel, sysutils/memtest86+, sysutils/grub2-bhyve, misc/seabios, ... [1] Changes: https://github.com/ipxe/ipxe/compare/26050fd4c87c50503d5bd573b2ec91703676e211...1b67a0564657b6fcef18b1588ea6491ca1b1996d PR: 211154 [1]
* Update to 0.16.1sunpoet2017-11-032-5/+4
| | | | Changes: https://github.com/ruby-ldap/ruby-net-ldap/blob/master/History.rdoc
* Update to 3.13sunpoet2017-11-032-4/+5
| | | | Changes: http://search.cpan.org/dist/XML-Compile-SOAP-Daemon/ChangeLog
* Correctly register the run-time python dependency for the ADMIN option.mat2017-11-021-2/+4
| | | | Sponsored by: Absolight
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-015-10/+10
|
* Update to 0.51.0sunpoet2017-11-012-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* Update to 0.14.0sunpoet2017-11-012-4/+4
| | | | Changes: https://github.com/fog/fog-brightbox/blob/master/CHANGELOG.md
* Update net/subnetcalc to 2.4.8tcberner2017-11-013-7/+6
| | | | | PR: 223309 Submitted by: dreibh@iem.uni-due.de (maintainer)
* net/concourse-fly: Update to 3.6.0dumbbell2017-11-012-4/+4
| | | | Sponsored by: Pivotal
* Update to 2.6.0olivier2017-10-312-4/+4
|
* Update to 2.5.0adamw2017-10-313-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Also, create PREFIX/share/GeoIP, as it's needed with the default configuration. Note that conf option names have changed with this release, but the old names will continue to work. * Replace use of strnlen() due to lack of universal availability. First reported by Bill Cole. GitHub issue #71. * Document the LockFile option in the GeoIP.conf man page. GitHub issue #64. * Remove unused base64 library. PR by Mikhail Teterin. GitHub PR #68. * Add the new configuration option PreserveFileTimes. If set, the downloaded files will get the same modification times as their original on the server. Default is 0 (unset). PR by Rainer Jung. GitHub PR #63. * Use the correct types when calling curl_easy_setopt(). This fixes warnings generated by libcurl's typecheck-gcc.h. PR by Michael Kaufmann. GitHub PR #61. * In GeoIP.conf, the UserId option was renamed to AccountID and the ProductIds option was renamed to EditionIDs. The old options will continue to work, but upgrading to the new names is recommended for forward compatibility.
* Update asterisk13 to 13.18.0madpilot2017-10-3110-41/+52
|
* Workaround an issue with kqueue support.delphij2017-10-303-2/+29
| | | | | | | | | | | | OpenLDAP does slapd_daemon_init() which will initialize kqueue(), but then calls lutil_detach() which will fork(), and the fork() would invalidate the kqueue descriptor in the child process. Completely solving this would require some intrusive changes so workaround this for now by calling rfork() without RFFDG and reorder file descriptor closure order. While I'm there also refrain from stopping slapd when deinstalling.
* net/p5-IPv6-Address: really fix build without BUILD_DEPENDSpi2017-10-301-3/+1
| | | | Submitted by: adamw
* net/p5-IPv6-Address: fix build_dependpi2017-10-301-0/+2
|
* New port: net/p5-IPv6-Addresspi2017-10-305-0/+27
| | | | | | IPv6 Address Manipulation Library WWW: http://search.cpan.org/dist/IPv6-Address/
* Get it right.cy2017-10-291-2/+2
| | | | | Reported by: mat@ Point hat to: cy@
* Register a dependency on net/bsdrcmds in -CURRENT after Oct 6, 2017.cy2017-10-291-2/+8
|
* net/nanomsg: update 1.0.0 -> 1.1.0pi2017-10-293-76/+77
| | | | | | | | - bug fix release, a number of stability improvements, particularly for the inproc transport PR: 223207 Submitted by: Jan Bramkamp <crest@bultmann.eu> (maintainer)
* Update to 0.50.0sunpoet2017-10-292-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* Update to 2.004000sunpoet2017-10-292-9/+9
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* Remove expired port:rene2017-10-2819-1155/+0
| | | | 2017-10-25 net/asterisk11: Asterisk 11.x will reach EOL on 2017-10-25. Please migrate to net/asterisk13
* Update to 0.09sunpoet2017-10-283-5/+9
| | | | Changes: http://search.cpan.org/dist/Net-HTTP-Spore/Changes
* net/py-s3transfer: Update 0.1.10 -> 0.1.11bhughes2017-10-272-4/+4
| | | | | Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D12801
* Update to 0.49.0sunpoet2017-10-272-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* Update Linux CentOS 7 ports to 7.4.1708.tijl2017-10-274-22/+21
|
* Update to upstream version 1.4.1riggs2017-10-272-4/+4
|
* After r452629 also bump ports that optionally depend on libsodium.tijl2017-10-271-0/+1
| | | | PR: 223192
* net/deviceatlas-enterprise-c: Remove RESTRICTEDtobik2017-10-261-2/+0
| | | | | | | Setting RESTRICTED here has no effect since LICENSE_PERMS does not contain dist-mirror or dist-sell. Reported by: mat
* Upgrade net/nmsg to version 0.13.1:truckman2017-10-262-4/+4
| | | | | | | | | | * Fix crash when formatting empty string fields as JSON. * Correct display of empty string fields in presentation output. * Remove terminating NUL character in string fields loaded from JSON. Sponsored by: Farsight Security, Inc.
* Update net/nats-streaming-server to version 0.6.0.olgeni2017-10-262-4/+4
|
* Add net/file2pcap, tool to make packet captures containing the content of ↵nobutaka2017-10-255-0/+48
| | | | specified file.
* Update to 0.48.0sunpoet2017-10-252-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* Update to 0.07sunpoet2017-10-252-5/+7
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Net-HTTP-Spore/Changes
* Remove options to compile these ports against net/asterisk11 inmadpilot2017-10-243-49/+16
| | | | | | | | preparation for port expiration. asterisk 11.x will EOL on 2017-10-25 and is scheduled for removal. Please use the net/asterisk13 port.
* net/rubygem-gitaly: Update from 0.8.0 to 0.14.0tz2017-10-242-4/+4
| | | | | | Changelog: https://gitlab.com/gitlab-org/gitaly/blob/v0.14.0/CHANGELOG.md Reviewed by: Matthias Fechner <idefix@fechner.net>
* Update to 1.7-dev3.demon2017-10-233-125/+4
|
* Pull deviceatlas library from a (recently created) separate port.demon2017-10-234-34/+6
| | | | Submitted by: David Carlier <dcarlier@afilias.info>
* net/cppzmq: s/CONFLICTS/CONFLICTS_INSTALL/vd2017-10-231-1/+1
| | | | | | | CONFLICTS_INSTALL is more precise (it can be built and packaged concurrently, just not installed concurrently). Reported by: koobs@
* New port: net/deviceatlas-enterprise-ctobik2017-10-237-0/+275
| | | | | | | | | | | | | | DeviceAtlas Device Detection C API DeviceAtlas provides industrial grade device identification using HTTP headers, and by adding device intelligence to HAProxy a richer configuration is possible, allowing administrators to make decisions based on device type amongst other properties. WWW: https://www.deviceatlas.com PR: 201422 Submitted by: David Carlier <dcarlier@afilias.info>
* * Updated to 0.8.11ultima2017-10-234-10/+10
| | | | | | | | | | | | | | | * Fixed patches to satisfy portlint - Fixed: deadlock on insufficient resources - Fixed: race condition in ssl_plugin - Fixed: minor memory leak on configuration reload - Fixed: recursion detection was not working - Fixed: %n for IPv6 in logging terminates log record - Fixed: reverse PTR validation (required for dnsauth) - Fixed: error on external 0.0.0.0 for NOIPV6 (light version) - Better support for IPv6 in ftppr PR: 223148 Submitted by: t^@gmail.com (maintainer)
* net/sngrep: Update to 1.4.4dbaio2017-10-222-4/+4
| | | | | PR: 223141 Submitted by: Talal Al Dik <tad@vif.com> (maintainer)
* - Update libsodium to 1.0.15 [1]vsevolod2017-10-222-1/+2
| | | | | | | - Bump revisions for all dependent ports PR: 223147 [1] Submitted by: Greg V [1]
* multimedia/ffmpeg: update to 3.4jbeich2017-10-2111-6/+11
| | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine
* net/avahi-app: Add license information and fix portlint warningspi2017-10-2123-84/+87
| | | | | PR: 222345 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Update pkg-descr and Makefile in my ports to use https where possible.leres2017-10-211-1/+1
| | | | | | | | | | | | | | | | Remove obsolete mirrors. - devel/arduino - devel/arduino-irremote - net/hostapd - security/broccoli - sysutils/lbl-cf - sysutils/lbl-hf - www/mini_httpd Reviewed by: ler (mentor), matthew (mentor) Approved by: ler (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12748
* Update FRR to 3.0olivier2017-10-217-37/+39
| | | | | PR: 223116 Submitted by: Franco Fichtner <franco@opnsense.org>
* net/pygopherd: Update to 2.0.18.4swills2017-10-203-13/+12
| | | | | PR: 222506 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* lang/tcl84, x11-toolkits/tk84: extend expiration for another monthgahr2017-10-201-0/+3
| | | | Track down a few more ports that depend on those two, and deprecate them too.
* Update to upstream version 1.4.0riggs2017-10-202-4/+4
|
* Update to 4.0.5sunpoet2017-10-202-4/+4
| | | | Changes: https://github.com/weppos/whois/blob/master/CHANGELOG.md
* Fix gemspec for rubygem-googleauth 0.6.0 updatesunpoet2017-10-202-2/+2
| | | | - Bump PORTREVISION for package change
* Update to 0.47.0sunpoet2017-10-202-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* - Update to 1.0.7nivit2017-10-192-4/+4
| | | | Changes: https://github.com/sivel/speedtest-cli/releases/tag/v1.0.7
* MASTER_SITES that actually work.cy2017-10-191-1/+3
|
* Update to 0.46.0sunpoet2017-10-192-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* net/p5-SOAP-Lite: update to 1.22swills2017-10-192-5/+5
| | | | | PR: 222966 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
* net/kafka: Update to 0.11.0.1swills2017-10-193-5/+31
| | | | | PR: 222487 Submitted by: timp87@gmail.com (maintainer)
* net/py-magic-wormhole: update to 0.10.3swills2017-10-182-6/+6
|
* net/librdkafka: Update to 0.11.1pizzamig2017-10-182-7/+7
| | | | | | | Fix Makefile's variables order Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12714
* Unbreak on CURRENTfjoe2017-10-181-20/+24
|
* net/py-ldap: update to 2.4.45rm2017-10-182-4/+4
|
* Update KDE Frameworks to 5.39tcberner2017-10-181-3/+3
| | | | | | | PR: 223003 Reviewed by: rakuco, adridg Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12620
* Fix packagingantoine2017-10-171-2/+0
|
* Add patch set 2017-1.cy2017-10-172-1/+25
| | | | | | | | | | | | | | | | | | A vulnerability was found in how a number of implementations can be triggered to reconfigure WPA/WPA2/RSN keys (TK, GTK, or IGTK) by replaying a specific frame that is used to manage the keys. Such reinstallation of the encryption key can result in two different types of vulnerabilities: disabling replay protection and significantly reducing the security of encryption to the point of allowing frames to be decrypted or some parts of the keys to be determined by an attacker depending on which cipher is used. Approved by: leres (maintainer) Security: https://w1.fi/security/2017-1/ \ wpa-packet-number-reuse-with-replayed-messages.txt Security: https://www.krackattacks.com/ MFH: 2017Q4 Differential Revision: D12691
* Use https site.cy2017-10-171-1/+1
| | | | | | Approved by: leres (maintainer) MFH: 2017Q4 Differential Revision: D12691 (part of)
* Remove expired ports:rene2017-10-179-316/+0
| | | | | | | | | 2017-10-15 devel/vtcl: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ 2017-10-15 editors/tpad: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ 2017-10-15 games/polypuzzle: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ 2017-10-15 multimedia/nxtvepg: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ 2017-10-15 net/xpvm: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ 2017-10-15 x11/tkXwin: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+
* net/syncthing: fix WWWswills2017-10-171-1/+1
|
* net/syncthing-cli: fix WWWswills2017-10-171-1/+1
|
* net/syncthing-discosrv: fix WWWswills2017-10-171-1/+1
|
* Update to 4.300000sunpoet2017-10-172-6/+6
| | | | Changes: http://search.cpan.org/dist/Net-Appliance-Session/Changes
* net/syncthing: update to 0.14.39swills2017-10-16