aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* net/tcpdump: use dedicated user for privsepEitan Adler2018-06-171-4/+5
| | | | | | | | | | | | | | "nobody" should only be used by NFS and nothing should run as it. Instead give tcpdump a dedicated user. Also note that IPv6 is no longer optional, so just remove the option Approved by: garga (maintainer, older version) Reviewed by: matthew Differential Revision: https://reviews.freebsd.org/D15841 Notes: svn path=/head/; revision=472578
* Update to upstream version 1.6.4 (bug and doc fixes)Thomas Zander2018-06-162-6/+6
| | | | | | | | | | Details: - See https://github.com/containous/traefik/releases/tag/v1.6.4 MFH: 2018Q2 Notes: svn path=/head/; revision=472537
* Update net/rabbitmq to version 3.7.6.Jimmy Olgeni2018-06-163-4/+5
| | | | Notes: svn path=/head/; revision=472534
* frr4 fails to configure with python3Antoine Brodin2018-06-161-1/+1
| | | | Notes: svn path=/head/; revision=472525
* - Fix LICENSEDmitry Marakasov2018-06-151-6/+7
| | | | | | | | | | | | - Add LICENSE_FILE - Pet portlint - Whitespace fixes - Remove always-true OSVERSION conditions Approved by: portmgr blanket Notes: svn path=/head/; revision=472468
* - Always remove empty directory to unbreak plistDmitry Marakasov2018-06-151-0/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=472455
* net/bosh-bootloader: Update to 6.7.8Jean-Sébastien Pédron2018-06-152-4/+4
| | | | | | | Sponsored by: Pivotal Software, Inc Notes: svn path=/head/; revision=472447
* Update KDE Frameworks to 5.47Tobias C. Berner2018-06-152-6/+6
| | | | | | | | PR: 228862 Exp-run by: antoine Notes: svn path=/head/; revision=472427
* net/google-cloud-sdk: update to 205.0.0Steve Wills2018-06-152-4/+4
| | | | Notes: svn path=/head/; revision=472421
* net/nuster: update to 1.8.8.3Steve Wills2018-06-142-4/+4
| | | | | | | | PR: 228983 Submitted by: Felix Hanley <felix@userspace.com.au> (maintainer) Notes: svn path=/head/; revision=472415
* Remove expired port:Rene Ladan2018-06-1440-3691/+0
| | | | | | | 2018-06-13 net/samba45: yes Notes: svn path=/head/; revision=472390
* Mark net/p5-ZConf and related ports as deprecatedTobias Kortkamp2018-06-142-0/+6
| | | | | | | | | | | | ZConf is unmaintained with glaring issues in bits of it and the developer did not have time to properly address them in over 8 years. PR: 223471 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer and upstream developer) Notes: svn path=/head/; revision=472386
* Regular USE_GITHUB cleanup.Mathieu Arnold2018-06-143-7/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=472381
* Update automake to 1.16.1. Also remove automake-wrapper. We haven't hadTijl Coosemans2018-06-141-0/+2
| | | | | | | | | | | multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=472376
* net/wireguard: Update to 0.0.20180613Bernhard Froehlich2018-06-142-4/+4
| | | | Notes: svn path=/head/; revision=472357
* net/wireguard-go: Update to 0.0.20180613Bernhard Froehlich2018-06-142-6/+6
| | | | Notes: svn path=/head/; revision=472356
* net/wpa_gui: Switch to QT5, add NLS option, cleanupJoseph Mingrone2018-06-131-16/+29
| | | | | | | | PR: 217565 Submitted by: avos (in part) Notes: svn path=/head/; revision=472340
* net/p5-Net-ACME2: update 0.11 -> 0.12Kurt Jaeger2018-06-132-5/+4
| | | | | | | - remove dependency on devel/p5-Types-Serialiser Notes: svn path=/head/; revision=472331
* net/bosh-bootloader: Update to 6.7.6Jean-Sébastien Pédron2018-06-122-4/+4
| | | | | | | Sponsored by: Pivotal Software, Inc Notes: svn path=/head/; revision=472252
* - Update asterisk13 to 13.21.1Guido Falsi2018-06-114-10/+8
| | | | | | | | | | - Update asterisk15 to 15.4.1 Security: 0137167b-6dca-11e8-a671-001999f8d30b, f14ce57f-6dc8-11e8-a671-001999f8d30b Notes: svn path=/head/; revision=472216
* Make asterisk and pjsip ports use the new net/libsrtp2 port as a dependency.Guido Falsi2018-06-114-11/+9
| | | | | | | Reported by: tijl (thanks!) Notes: svn path=/head/; revision=472194
* Backport OpenSSL 1.1 support (and prerequisites) from libsrtp2.Tijl Coosemans2018-06-116-0/+1097
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/cisco/libsrtp/commit/84faa631a55235f6138cacda2e7f81980a43d13e Refactor memory allocation for the symmetric ciphers context structures. https://github.com/cisco/libsrtp/commit/5781341d99cd286a1f3d164e0576c2e837a444b7 Use the OpenSSL HMAC implementation, and thus also the OpenSSL EVP_sha1() implementation. Experiments show about a 1.5x speedup on Intel CPUs with AVX2. https://github.com/cisco/libsrtp/commit/fb954450198c832c96b4191fcef3a1b9e2d15d8b When building with OpenSSL, pass the AES_ICM key to the EVP context (and thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv. This means that AES key expansion is done once per key, rather than once per packet, resulting in a 2-3x speedup for AES-128. https://github.com/cisco/libsrtp/commit/1acba569915d8124b627a29dd5e3500332618eac When building with OpenSSL, pass the AES_GCM key to the EVP context (and thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv. Improves AES_GCM performance 2x-3x. https://github.com/cisco/libsrtp/commit/0b45423678ddc46d702f3a51614f20bfbd112ddd Changes for OpenSSL 1.1.0 compatibility. In OpenSSL 1.1.0, EVP_CIPHER_CTX, HMAC_CTX, and EVP_MD_CTX are opaque types, and have to be allocated with *_new methods and deallocated with *_free. EVP_CIPHER_CTX_new/free is present in OpenSSL 1.0.1 and later, but HMAC_CTX_new and EVP_MD_CTX_new are new in OpenSSL 1.1.0. Use the _new unconditionally for ciphers, and conditionally use the old or new APIs for HMAC and MD. No noticible performance change for older OpenSSL. PR: 228866 Notes: svn path=/head/; revision=472170
* Fix port builds for architectures which remain on gcc as the default compiler.Mark Linimon2018-06-111-3/+3
| | | | | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472160
* Add net/libsrtp2 2.2.0 (API not compatible with net/libsrtp).Tijl Coosemans2018-06-107-0/+95
| | | | | | | PR: 228866 Notes: svn path=/head/; revision=472142
* Update KDE Applications to 18.04.2Tobias C. Berner2018-06-1037-111/+111
| | | | Notes: svn path=/head/; revision=472130
* net/ipxe: Update to latest commitTobias Kortkamp2018-06-102-8/+15
| | | | | | | | | | | | | Pull in gcsplit from sysutils/coreutils when users try to embed certificates via CERT= in MAKE_ARGS. This currently fails because iPXE expects csplit to behave like GNU csplit and uses constructs that our csplit does not support. PR: 228835 Submitted by: Chad Jacob Milios <milios@ccsys.com> (based on) Notes: svn path=/head/; revision=472124
* - Update to 3.4.2Martin Wilke2018-06-092-6/+6
| | | | | | | Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=472086
* Remove dependency on the python metaportAntoine Brodin2018-06-091-3/+2
| | | | Notes: svn path=/head/; revision=472046
* Transfer more Erlang ports to erlang@.Jimmy Olgeni2018-06-082-2/+2
| | | | Notes: svn path=/head/; revision=472000
* Mark as broken on powerpc64.Mark Linimon2018-06-081-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471974
* Update port to 4.8.2 version. That fixes major bug with the AD/DC upgrade ↵Timur I. Bakeyev2018-06-0818-84/+1061
| | | | | | | | | | | | | | | from the previous versions: * After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bug #13335). * Fix to the vfs_streams_xattr module which was corrupting AFP_AfpInfo attributes. * Fix provisioning on the UFS2. * Allow access to the .zfs/ hidden directory. * Fix logging to the UTMP Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=471963
* net/syncthing: update to 0.14.48Steve Wills2018-06-072-5/+4
| | | | Notes: svn path=/head/; revision=471953
* - Fix dateRyan Steinmetz2018-06-071-1/+1
| | | | Notes: svn path=/head/; revision=471950
* - Add deprecation notice as ISC is no longer providing support after June ↵Ryan Steinmetz2018-06-071-0/+3
| | | | | | | | | | | 30th, 2018 - Suggest migrating to 4.4.x as it is a minor change from 4.3.x Reported by: ISC Notes: svn path=/head/; revision=471946
* net/bosh-bootloader: Update to 6.7.4Jean-Sébastien Pédron2018-06-072-4/+4
| | | | | | | Sponsored by: Pivotal Software, Inc. Notes: svn path=/head/; revision=471938
* Update to 3.2.1 and drop maintainership.Tijl Coosemans2018-06-075-30/+9
| | | | Notes: svn path=/head/; revision=471929
* mptsd receives mpegts streams from multicast (udp/rtp) or http andDmitry Marakasov2018-06-0712-0/+130
| | | | | | | | | | combines them into one multiple program stream that is suitable for outputing to DVB-C modulator. WWW: https://github.com/gfto/mptsd Notes: svn path=/head/; revision=471913
* Limit portscout to 1.x.Tijl Coosemans2018-06-071-0/+2
| | | | Notes: svn path=/head/; revision=471911
* Update security/mbedtls to 2.9.0 and bump dependent ports.Tijl Coosemans2018-06-072-2/+2
| | | | Notes: svn path=/head/; revision=471909
* net/rabbitmq: pass to erlang@.Jimmy Olgeni2018-06-071-1/+1
| | | | Notes: svn path=/head/; revision=471908
* Update to upstream version 1.6.3Thomas Zander2018-06-062-6/+6
| | | | | | | MFH: 2018Q2 Notes: svn path=/head/; revision=471883
* Remove expired port:Rene Ladan2018-06-064-53/+0
| | | | | | | 2018-06-02 net/py-pyldap: This code has merged back to python-ldap. Please use net/py-ldap instead Notes: svn path=/head/; revision=471855
* - Add LICENSEDmitry Marakasov2018-06-062-2/+5
| | | | | | | | | | - Add missing dependency - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=471830
* Mark BROKEN: fails to buildAntoine Brodin2018-06-051-0/+2
| | | | | | | | | | | conn_pool.cpp:237:63: error: no matching constructor for initialization of 'apache::thrift::transport::TFramedTransport' framedTransport = boost::shared_ptr<TFramedTransport>(new TFramedTransport(socket)); ^ ~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=471822
* Revert r471788, it breaks lots of portsAntoine Brodin2018-06-052-5/+7
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=471820
* Increase FD_SETSIZE to 8192Sunpoet Po-Chuan Hsieh2018-06-052-1/+9
| | | | | | | | | | | | - Bump PORTREVISION for package change PR: 210014 Obtained from: Bob Willcox <bob@immure.com> Submitted by: Masachika ISHIZUKA <ish@amail.plala.or.jp> Notified by: riggs Notes: svn path=/head/; revision=471798
* Update to 1.23Sunpoet Po-Chuan Hsieh2018-06-052-6/+5
| | | | | | | Changes: https://github.com/shazow/urllib3/blob/master/CHANGES.rst Notes: svn path=/head/; revision=471788
* Add LICENSESunpoet Po-Chuan Hsieh2018-06-042-1/+4
| | | | | | | | | - Fix and update WWW Approved by: portmgr (blanket) Notes: svn path=/head/; revision=471671
* Fix and update WWWSunpoet Po-Chuan Hsieh2018-06-041-1/+1
| | | | Notes: svn path=/head/; revision=471670
* Use real PORTVERSIONSunpoet Po-Chuan Hsieh2018-06-042-4/+5
| | | | | | | | - Add LICENSE - Fix and update WWW Notes: svn path=/head/; revision=471669