aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Update net/dpinger to 1.8Renato Botelho2016-02-262-3/+3
| | | | Notes: svn path=/head/; revision=409597
* net/py-pynsq: Update to 0.6.9, ModernizeKubilay Kocak2016-02-253-19/+58
| | | | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.6.9) - Update TEST_DEPENDS and test target - Remove TESTS option bits accordingly - Sort USE{S} entries - Enable NO_ARCH (architecture independent) - Patch setup.py to remove unnecessary tornado entry and exclude tests from installation, for a future upstream patch that adds tests to the PyPI sdist. Changes: https://github.com/nsqio/pynsq/blob/v0.6.9/ChangeLog.md Notes: svn path=/head/; revision=409516
* net/py-port-for: Update to 0.3.1Kubilay Kocak2016-02-253-7/+36
| | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.3.1) - Add TEST_DEPENDS and test target - Add LICENSE_FILE - Update COMMENT (matching setup.py:description) - Enable NO_ARCH (architecture independent) - Patch setup.py adding tests_require and support for test command Notes: svn path=/head/; revision=409514
* Add net/glusterfs, an open source, distributed file system capable ofHiroki Sato2016-02-249-0/+342
| | | | | | | | | | scaling to several petabytes and handling thousands of clients. Submitted by: Craig Butler (maintainer) PR: 194409 Notes: svn path=/head/; revision=409479
* - Update to 4.11, announce message:Rusmir Dusko2016-02-233-6/+8
| | | | | | | | | | | | | | - preliminary IPv6 support - fixed bug in hostsreader - preliminary support for usage on OpenBSD (caveat emptor) - Remove DISTNAME (renamed upstream) - Add TODO to DOCS - Fix build, add do-build, issue #108 - Change pkg-descr Notes: svn path=/head/; revision=409432
* - Update to 0.7.0Martin Wilke2016-02-232-3/+3
| | | | Notes: svn path=/head/; revision=409404
* - Update to 2.2.0Martin Wilke2016-02-232-3/+3
| | | | Notes: svn path=/head/; revision=409403
* Take over maintainership. There have been three maintainer timeouts in theTijl Coosemans2016-02-211-1/+1
| | | | | | | past year and the maintainer hasn't been seen since the port was created. Notes: svn path=/head/; revision=409283
* net/libsrtp: 1.5.2 -> 1.5.4Kurt Jaeger2016-02-212-4/+3
| | | | | | | | | | | | | | Changes: - Fix for CVE-2015-6360. - Use BE byte ordering of RTCP trailer. - Allow zero length payload on unprotect. PR: 207003 MFH: 2016Q1 Approved by: alexander@brovikov.ru (maintainer timeout) Notes: svn path=/head/; revision=409268
* Update to 0.18.4Carlo Strub2016-02-202-3/+3
| | | | Notes: svn path=/head/; revision=409246
* net/py-twitter-tools: Update to 1.17.1Kubilay Kocak2016-02-204-27/+23
| | | | | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (1.17.1) [1] - Update test target (modern convention) - Enable concurrent (Python version) installation - Enable architecture independence (NO_ARCH) - Remove patch to setup.py (upstreamed) - Backport commit 15ea270 to fix test_sanity tests A number of test failures are (still) present in test_util [2] [2] https://github.com/sixohsix/twitter/issues/166 PR: 207365 [1] Submitted by: bsam [1] Notes: svn path=/head/; revision=409230
* Unbreak the port and take maintenershipRodrigo Osorio2016-02-202-4/+4
| | | | | | | Submitted by: rodrigo Notes: svn path=/head/; revision=409229
* - Reset lars@eggert.org maintainership (maintainer no longer uses these ports)Dmitry Marakasov2016-02-191-3/+6
| | | | | | | | | | - While here, minor cleanup for net/tcpsplit PR: 206406, 206407 Approved by: lars@eggert.org (private email) Notes: svn path=/head/; revision=409181
* net/samba36: Extend expiration dateMark Felder2016-02-181-1/+1
| | | | | | | I intended this to align with the next quarterly release. Notes: svn path=/head/; revision=409127
* net/samba36: Mark DEPRECATEDMark Felder2016-02-181-0/+4
| | | | | | | This Samba port was not yet marked deprecated. It has been EoL since 2015-03-04 Notes: svn path=/head/; revision=409126
* - Update to 0.18.3Olivier Duchateau2016-02-183-29/+3
| | | | | | | | | | - Remove unneeded patch PR: 207067 Submitted by: <coder@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=409116
* - Ignore php70Martin Wilke2016-02-1811-2/+11
| | | | | | | - While here remove old php gruft Notes: svn path=/head/; revision=409110
* Update to 2.0.5Olivier Duchateau2016-02-172-3/+3
| | | | Notes: svn path=/head/; revision=409068
* Update to 0.15.0.Mathieu Arnold2016-02-1710-15/+15
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=409046
* Update my email for ports I maintainOlivier Cochard2016-02-174-6/+6
| | | | | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5309 Notes: svn path=/head/; revision=409034
* net/dpdk: 2.1.0 -> 2.2.0Kurt Jaeger2016-02-173-13/+86
| | | | | | | | | | | Release Notes: http://dpdk.org/doc/guides/rel_notes/release_2_2.html PR: 207078 Approved by: Bruce Richardson <bruce.richardson@intel.com> (maintainer) Notes: svn path=/head/; revision=409027
* Remove custom stderr formatting from net/rabbitmq.Jimmy Olgeni2016-02-162-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From upstream commit fecd0e5 in rabbitmq/rabbitmq-common: Opening several ports for single fd is considered undefined behaviour in erlang. It's safe to replace this whole function with 'io:format'. Because writing to standard_error with io:format is synchronous - after this call has returned data was definitely sent to the port. And `erlang:halt` guarantees that this data will be flushed afterwards. See also ba531a1 in erlang/otp: Instead of outputting a formatted message showing errors found, a core was (often) created. This commit should fix all issues related to core dumps with RabbitMQ on Erlang 18, which were most often observed when creating or joining clusters. MFH requested because a beam core dump would be most certainly interpreted as the symptom of something worse within the Erlang VM. PR: 204147 Submitted by: Alexey Lebedeff (follow up) MFH: 2016Q1 Notes: svn path=/head/; revision=409020
* Update to 0.90. Sort plist and depends, and adjust depends.Adam Weinberger2016-02-163-10/+10
| | | | | | | | | | | | | | | | | Note that somehow this module was originally released with the wrong module paths, and this has been fixed in this update. It was XML::Compile::Transfer::SOAPHTTP_AnyEvent and is now XML::Compile::Transport::SOAPHTTP_AnyEvent Even with this the modules do not match the package name. Changes: https://metacpan.org/changes/distribution/XML-Compile-SOAP-AnyEvent Notes: svn path=/head/; revision=409004
* net/syncthing: update to 0.12.19Steve Wills2016-02-152-5/+5
| | | | Notes: svn path=/head/; revision=408962
* Welcome php 7.0.3Martin Wilke2016-02-156-0/+67
| | | | | | | | | | | | | | | | | | | | Changelog: http://php.net/ChangeLog-7.php#7.0.0 http://php.net/ChangeLog-7.php#7.0.1 http://php.net/ChangeLog-7.php#7.0.2 http://php.net/ChangeLog-7.php#7.0.3 I'd like to thanks: Kurt Jaeger Matthias Breddin Rainer Duffner Victor van Vlaardingen Torsten Zuehlsdorff Franco Fichtner and all helpers and testers from ports@. Notes: svn path=/head/; revision=408932
* Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and theRene Ladan2016-02-147-123/+0
| | | | | | | | | | | | | ports expired last month. Adjust Mk/bsd.php.mk Reviewed by: antoine, marino Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D5278 Notes: svn path=/head/; revision=408884
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-1427-68/+92
| | | | | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Notes: svn path=/head/; revision=408881
* net/svnup: Fix linking correct libsslBernard Spil2016-02-141-2/+3
| | | | | | | | | | | - Use bsd.openssl.mk defined variable for libs Reviewed by: koobs (mentor), feld (mentor) Approved by: feld (mentor) Differential Revision: D4843 Notes: svn path=/head/; revision=408876
* Upgrade nmsg to version 0.11.1:Don Lewis2016-02-132-3/+8
| | | | | | | | | | | | | | | | [ Henry Stern ] * Use gmtime_r() instead of gmtime() in JSON and text format generators (#46). [ Robert Edmonds ] * Distribute README.FILTERS.md in release tarballs. Install README.md and README.FILTERS.md in ${DOCSDIR} Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=408828
* Fix expiration date to actually be in the future.Guido Falsi2016-02-121-1/+1
| | | | | | | | Reported by: rene MFH: 2016Q1 Notes: svn path=/head/; revision=408768
* - Update net/asterisk11 to 11.21.2, which provides a fix for theGuido Falsi2016-02-126-42/+162
| | | | | | | | | | | | | | old OpenSSL included in 9.x - Backport the fis to net/asterisk (asterisk 1.8) - net/asterisk13 already includes this fix, so remove my workaround While here, asterisk 1.8 reached EOL on 2015-10-21, so DEPRECATE it and add an expiration time. MFH: 2016Q1 Notes: svn path=/head/; revision=408743
* Make sure that /var/log/rabbitmq has the correct owner.Jimmy Olgeni2016-02-122-1/+6
| | | | Notes: svn path=/head/; revision=408713
* - Update to 2.92Philippe Audeoud2016-02-112-3/+3
| | | | Notes: svn path=/head/; revision=408681
* - Update to 0.8ePhilippe Audeoud2016-02-112-5/+5
| | | | Notes: svn path=/head/; revision=408680
* Sort USE_PYTHONDon Lewis2016-02-101-1/+1
| | | | | | | Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=408658
* Update net/rubygem-epp-client-* to 0.14.0Mathieu Arnold2016-02-1010-15/+15
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=408634
* net/pptpclient: Add pptp service(8) scriptDevin Teske2016-02-093-1/+182
| | | | | | | | Reviewed by: feld Differential Revision: https://reviews.freebsd.org/D5236 Notes: svn path=/head/; revision=408595
* - Update to 1.18Philippe Audeoud2016-02-092-3/+3
| | | | Notes: svn path=/head/; revision=408541
* net/motsognir: 1.0.6 -> 1.0.8Kurt Jaeger2016-02-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v1.0.8 [06 Feb 2016] - Fixed execution of PHP scripts used as sub-gophermaps, - Sub-gophermap CGI scripts are executed regardless of their extension, - Dynamic gophermaps can output partial gophermap lines now (Motsognir will fill in lacking data like for normal gophermaps), - Added the PubDirList configuration list to allow serving content from outside the gopher root (typically via symlinks), - CGI/PHP scripts are executed whith their working directory set to either where the script is, or where the parent gophermap is (if called as an inline subgophermap). v1.0.7 [12 Jul 2015] - Support for secondary parameters passed to CGI scripts (when both a search string AND a '?' URL is used), - Added a configurable secondary query-delimiter character (SecUrlDelim), - New CAPS token: 'ServerDefaultEncoding', - Implemented a configurable 'Paranoid mode' for serving only world-readable files, - Fixed a slight memory leak, - Significantly improved performances when reading data from CGI. PR: 206984 Submitted by: kaltheat@gmail.com Approved by: Mateusz Viste <mateusz@viste.fr> (maintainer) Notes: svn path=/head/; revision=408493
* Update to 0.4.0.Vanilla I. Shu2016-02-082-3/+3
| | | | Notes: svn path=/head/; revision=408485
* - Update to 0.14Philippe Audeoud2016-02-082-3/+5
| | | | Notes: svn path=/head/; revision=408465
* Update to 13.7.2Guido Falsi2016-02-082-3/+3
| | | | Notes: svn path=/head/; revision=408461
* Update liferea to 1.10.18.Koop Mast2016-02-073-110/+112
| | | | Notes: svn path=/head/; revision=408453
* Update to 4.12.0.Raphael Kubo da Costa2016-02-073-4/+47
| | | | | | | | | | Since 4.11.0, libkvkontakte was split out of the digiKam tarball and is released independently. Submitted by: Tobias Berner <tcberner@gmail.com> via the area51 repository Notes: svn path=/head/; revision=408452
* net/balance: 3.56 -> 3.57Kurt Jaeger2016-02-072-3/+3
| | | | | | | | | | - MAXGROUPS has been increased to 32 PR: 206964 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Notes: svn path=/head/; revision=408437
* Update OpenLDAP to 2.4.44.Xin LI2016-02-073-30/+4
| | | | | | | MFH: 2016Q1 Notes: svn path=/head/; revision=408350
* New port: net/guacamole-serverKurt Jaeger2016-02-066-0/+194
| | | | | | | | | | | | | | | | | | | | | | The guacamole-server package is a set of software which forms the basis of the Guacamole stack. It consists of guacd, libguac, and several protocol support libraries. guacd is the Guacamole proxy daemon used by the Guacamole web application and framework. As JavaScript cannot handle binary protocols (like VNC and remote desktop) efficiently, a new test-based protocol was developed which would contain a common superset of the operations needed for efficient remote desktop access, but would be easy for JavaScript programs to process. guacd is the proxy which translates between arbitrary protocols and the Guacamole protocol. WWW: https://github.com/glyptodon/guacamole-server PR: 202754 Submitted by: Ultima1252@gmail.com Notes: svn path=/head/; revision=408301
* - Update to 1.10.2Danilo Egea Gondolfo2016-02-063-8/+8
| | | | Notes: svn path=/head/; revision=408297
* Update to 2.0.1. The list of changes can be found atJoe Marcus Clarke2016-02-053-5/+5
| | | | | | | https://www.wireshark.org/docs/relnotes/wireshark-2.0.1.html . Notes: svn path=/head/; revision=408267
* net/google-cloud-sdk: update to 94.0.0Steve Wills2016-02-053-1430/+2203
| | | | Notes: svn path=/head/; revision=408209