summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-085-5/+5
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libpcre.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 toTijl Coosemans2016-12-082-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libcurl.so.7 compatibility link that was added in r374303 toTijl Coosemans2016-12-083-2/+3
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libjpeg.so.11 compatibility link that was added in r374303 toTijl Coosemans2016-12-083-3/+3
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libtiff.so.4 compatibility links that were added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added inTijl Coosemans2016-12-083-2/+3
| | | | | r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibilityTijl Coosemans2016-12-081-1/+1
| | | | | links that were added in r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* - Update to 0.201004Sunpoet Po-Chuan Hsieh2016-12-082-4/+4
| | | | Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
* net/remmina: Set cmake scripts to treat DragonFly like FreeBSDJohn Marino2016-12-081-3/+7
| | | | | Discussed with woodsb02 - no-op for FreeBSD While here, wrap to 80 columns
* net/foreman-proxy: update to 1.12.2Steve Wills2016-12-0812-149/+153
| | | | | PR: 212420 Submitted by: Frank Wall <fw@moov.de>
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-074-3/+4
| | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
* Update net/rabbitmq to version 3.6.6.Jimmy Olgeni2016-12-068-37/+38
|
* - Add LICENSEDmitry Marakasov2016-12-062-3/+7
| | | | | - Switch to options helpers - Regenerate patches
* Update to 2016-11-28Baptiste Daroussin2016-12-052-4/+4
|
* - Update to 0.86Sunpoet Po-Chuan Hsieh2016-12-052-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-GitHub/Changes
* - Update RUN_DEPENDS: use newer rubygem-rackSunpoet Po-Chuan Hsieh2016-12-051-1/+2
| | | | - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: remove redundant LOCALBASE/binSunpoet Po-Chuan Hsieh2016-12-051-1/+1
|
* Upgrade net/axa to version 1.4.0:Don Lewis2016-12-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | axa (1.4.0) UNRELEASED; urgency=low * Fix bug in sratunnel where pcap output could underflow a counter and crash * Fix bug in sratool where 'get channels' would fail * Fix bug in sratunnel where error messages would fail to emit * Fix typos in manuals * Fix nonportable doxygen version check * Add missing files to EXTRA_DIST * Update README (proper package versions, better install instructions) -- Mike Schiffman <mschiffm@fsi.io> Fri, 02 Dec 2016 00:49:13 +0000 axa (1.3.5) UNRELEASED; urgency=low * Fix package descriptions * Require nmsg >= 0.11.2 -- Mike Schiffman <mschiffm@fsi.io> Mon, 15 Nov 2016 17:19:14 +0000 Sponsored by: Farsight Security, Inc.
* Upgrade net/nmsg to version 0.12.1:Don Lewis2016-12-053-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nmsg (0.12.1) * Revert "Don't leak duplicate XS endpoint string in parsing code." -- Farsight Security, Inc. <software@fsi.io> Mon, 28 Nov 2016 18:52:41 +0000 nmsg (0.12.0) * Add nmsg_message_get_payload_size() to return the size of the serialized payload object. * Add dnstap message module support. dnstap is a flexible, structured event replication format for DNS software. * nmsg_output_set_rate: Do not destroy existing rate as another output may be using it. Note the changed behavior: The caller of nmsg_output_set_rate() is responsible for reclaiming unused nmsg_rate_t objects with nmsg_rate_destroy(). * Use output lock in nmsg_output_set_rate(). * Fix sizeof operands in nmsg_chalias_lookup() memory allocations. * Fix potential uninitialized filter result in io_run_filters(). * Replace enum-exhaustive if/else with switch for msgmod. * Fix potential nmsg_pres_to_payload crash from unknown fields in msgmod. * Remove unnecessary initializations in strbuf code. * Add missing cleanup in nmsg_pcap_input_setfilter_raw error returns. * Refactor io loop close check to remove unused return value. * Fix ignored return value in file input. * Don't leak duplicate XS endpoint string in parsing code * Fix problems with nmsg_output_set_rate(). It destroys a previously provided nmsg_rate. If that rate object is shared with another output, activity on the other output will access freed memory formerly associated with that nmsg_rate. It does not synchronize setting the nmsg_rate object. This can lead to race conditions, e.g. if the rate object is set and the old one destroyed while an output is in nmsg_rate_sleep(). -- Farsight Security, Inc. <software@fsi.io> Wed, Nov 23 2016 21:15:55 +0000 Consistently use %%DATADIR%% in pkg_plist. Sponsored by: Farsight Security, Inc.
* Add missing files to plistBaptiste Daroussin2016-12-042-0/+5
|
* Remove dependency on devel/py-argparse which is expired and included inRene Ladan2016-12-042-2/+0
| | | | | | Python 2.7+ / 3.2+ by default. sysutils/osquery fails to build because of C++ errors.
* - Update to 765.20.4Sunpoet Po-Chuan Hsieh2016-12-042-4/+4
|
* - Update to 5.2.0Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
|
* - Update to 1.23.0Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
| | | | Changes: https://github.com/DataDog/dogapi-rb/blob/master/CHANGELOG.md
* - Update to 2.2.1Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
| | | | Changes: https://github.com/mperham/connection_pool/blob/master/Changes.md
* - Update to 1.1.4Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
| | | | | Changes: https://github.com/fog/fog-softlayer/blob/master/CHANGELOG.md https://github.com/fog/fog-softlayer/commits/master
* - Update to 0.1.2Sunpoet Po-Chuan Hsieh2016-12-032-4/+5
| | | | Changes: https://github.com/fog/fog-rackspace/commits/master
* - Update to 0.3.1Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
| | | | Changes: https://github.com/fog/fog-local/commits/master
* - Update to 1.5.2Sunpoet Po-Chuan Hsieh2016-12-032-5/+5
| | | | Changes: https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md
* - Update to 3.0.0Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
| | | | Changes: https://github.com/fog/fog-profitbricks/releases
* - Update to 0.1.18Sunpoet Po-Chuan Hsieh2016-12-032-5/+5
| | | | Changes: https://github.com/fog/fog-openstack/commits/master
* - Update to 0.4.2Sunpoet Po-Chuan Hsieh2016-12-032-4/+4
| | | | Changes: https://github.com/fog/fog-google/commits/master
* - Update to 0.2.0Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
| | | | Changes: https://github.com/fog/fog-dynect/commits/master
* - Update to 0.2.3Sunpoet Po-Chuan Hsieh2016-12-032-4/+5
| | | | Changes: https://github.com/fog/fog-cloudatcost/commits/master
* - Update to 0.11.0Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
| | | | Changes: https://github.com/fog/fog-brightbox/blob/master/CHANGELOG.md
* - Update to 0.13.0Sunpoet Po-Chuan Hsieh2016-12-032-4/+4
| | | | Changes: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md
* Update to 1.7.1.Alexander Leidinger2016-12-032-4/+4
|
* Update to 1.6.4Olivier Duchateau2016-12-032-4/+4
|
* Update to 2.4.5Jason E. Hale2016-12-032-5/+5
| | | | | | | | Update MASTER_SITES PR: 214342 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Approved by: <dreibh@iem.uni-due.de> (maintainer)
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-0212-25/+23
| | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-0220-20/+20
| | | | Sponsored by: Absolight
* Add LIBPCAP option to allow building with libpcap from portsJason E. Hale2016-12-021-3/+11
| | | | | | | | | | Pass maintainership to submitter While here: Remove build dependency on devel/swig13; source comes pre-swig'd PR: 214939 (based on) Submitted by: Craig Leres <leres@ee.lbl.gov>
* Update to latest version, change iflib version number to reflect the port.Stephen Hurd2016-12-013-4/+18
| | | | Sponsored by: Broadcom Limited
* - Update to 0.201003Sunpoet Po-Chuan Hsieh2016-12-012-5/+5
| | | | Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
* Update to 2.2.2. SeeJoe Marcus Clarke2016-12-019-474/+6
| | | | | https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html for a list of what's new in this release.
* - Fix licenseDmitry Marakasov2016-12-011-6/+3
| | | | | | | | - Add LICENSE_FILE - Remove bogus (in presence of USE_GITHUB) USES=tar* - Remove post-patch, redundant with USES=pathfix Approved by: portmgr blanket
* Align patches with the fix submitted upstream.Guido Falsi2016-11-307-130/+84
| | | | Obtained from: https://issues.asterisk.org/jira/browse/ASTERISK-26617
* - Update to 1.1.14Alex Kozlov2016-11-302-4/+5
| | | | | | PR: 213179 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Approved by: maintainer timeout (2 months)
* net/chrony: update 2.4 -> 2.4.1Jason Unovitch2016-11-292-4/+4
| | | | | PR: 214749 Submitted by: Yonas Yanfa <yonas@fizk.net> (maintainer)