summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)Author
2015-07-27Update devel/doxygen to 1.8.10Antoine Brodin
PR: 201365 exp-run: self
2015-07-27Upgrade to version 3.5.4.Jimmy Olgeni
- Make sure that all content of /var/db/rabbitmq is owned by rabbitmq at startup. - Only set HOME when actually starting the rabbitmq process.
2015-07-27Update to 0.15Erwin Lansing
The current version has a problem with auto-configuration when used for the first time. PR: 201420 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Approved by: maintainer timeout Sponsored by: DK Hostmaster A/S
2015-07-27net/py-ldap: fix build with alternate LOCALBASERuslan Makhmatkhanov
Not bumping PORTREVISION because default builds are not affected. PR: 201882 Submitted by: jhujhiti@adjectivism.org
2015-07-26- Update to 0.0.5Sunpoet Po-Chuan Hsieh
Changes: https://github.com/fog/fog-profitbricks/releases
2015-07-26Unbreak INDEX, reverting r392921Antoine Brodin
With hat: portmgr
2015-07-2664 bit linuxulator support (not activated by default):Alexander Leidinger
- most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with it - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (implicit, I remember blanked approval for linux parts loooong ago, punish me if you don't agree anymore)
2015-07-26Update to 6.0Nicola Vitale
Relnotes: https://spideroak.com/articles/release-notes-for-17-july-2015-spideroakone-60
2015-07-25- Update to 3.09Sunpoet Po-Chuan Hsieh
- Add NO_ARCH Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
2015-07-25- Update to 1.69Sunpoet Po-Chuan Hsieh
- Add NO_ARCH Changes: http://search.cpan.org/dist/URI/Changes
2015-07-25- Update to 0.0.4Sunpoet Po-Chuan Hsieh
Changes: https://github.com/fog/fog-profitbricks/releases
2015-07-24Fix packaging after sphinx updateAntoine Brodin
Reported by: pkg-fallout
2015-07-24- Update to 4.9Sergey Matveychuk
* Fix segfault when a few servers using (bapt@)
2015-07-24Fix dependency on p5-Net.Mathieu Arnold
Sponsored by: Absolight
2015-07-24New port: net/librdkafkaKurt Jaeger
This is a port of librdkafka, a C library implementation of the Apache Kafka protocol, containing both Producer and Consumer support. It was designed with message delivery reliability and high performance in mind, current figures exceed 800000 msgs/second for the producer and 3 million msgs/second for the consumer. WWW: https://github.com/edenhill/librdkafka/ PR: 201521 Submitted by: Victor Yagofarov <xnasx@yandex.ru>
2015-07-24- Update to 3.6.0Sunpoet Po-Chuan Hsieh
Changes: https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
2015-07-24- Update to 0.5.2Sunpoet Po-Chuan Hsieh
Changes: https://github.com/WinRb/rubyntlm/commits/master
2015-07-23net/syncthing-cli: update to new snapshotSteve Wills
PR: 201771 Submitted by: peter
2015-07-23net/syncthing: update to 0.11.16Steve Wills
PR: 201771 Submitted by: peter
2015-07-23- Update to 1.2.5Ryan Steinmetz
2015-07-22Update to 1.11Olivier Duchateau
2015-07-22Update to -dev3.Dmitry Sivachenko
2015-07-22- fix and undeprecateRene Ladan
- add license (GPLv2) - update MASTER_SITES and CONFLICTS - tidy up pkg-descr - pass maintainership to submitter PR: 197495 Submitted by: Chris Hutchinson MFH: 2015Q3
2015-07-21This module signs an HTTP::Request to Amazon Web Services by appendingJun Kuriyama
an Authorization header. Amazon Web Services signature version 4, AWS4-HMAC-SHA256, is used. WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V4/
2015-07-21Amazon requires authentication when interfacing with its web services.Jun Kuriyama
This package implements V3 of Amazon's authentication schemes. WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V3/
2015-07-21Add elixir-kafka_ex, Apache Kafka client for elixir.Vanilla I. Shu
2015-07-20Remove expired ports:Rene Ladan
2015-07-20 devel/rubygem-builder31: not used by other ports anymore 2015-07-20 devel/rubygem-timers1: not used by other ports anymore 2015-07-20 net/rubygem-rubyntlm01: not used by other ports anymore 2015-07-20 security/rubygem-net-scp11: not used by other ports anymore 2015-07-20 security/rubygem-net-ssh27: not used by other ports anymore
2015-07-20Add elixir-oauth2.Vanilla I. Shu
2015-07-20Fix with custom SYSCONF_DIR and fix qa testsBaptiste Daroussin
Change the home directory of the quagga user to /var/empty which prevent QA First the home does not need to be harcoded to /usr/local/etc/quagga, second it fixes issues where the home created by the user addition is 755 then the plist modifies it to 750 Reviewed by: mat Approved by: mat (maintainer) Sponsored by: gandi.net Differential Revision: https://reviews.freebsd.org/D3135
2015-07-19- Bump PORTREVISION after previous changeDmitry Marakasov
Requested by: sunpoet
2015-07-18- Update to 3.07Sunpoet Po-Chuan Hsieh
Changes: http://search.cpan.org/dist/Net/Changes
2015-07-17- Update to 0.100004Sunpoet Po-Chuan Hsieh
Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
2015-07-17- Update to 1.8.7Danilo Egea Gondolfo
2015-07-16Fix runtime error: Packet type identification on big-endianThomas Zander
machines which prevented it from working correctly on e.g. MIPS-based routers. PR: 201382 Submitted by: kp@freebsd.org Approved by: edwin@mavetju.org (maintainer) MFH: 2015Q3
2015-07-16Since 4.2.8/4.3.2 isc-dhcp-server started to check if prefix6 range isRenato Botelho
within declared subnet and if prefix6 network mask is bigger or equal subnet mask. Remove these checks and make prefix delegation work as expected. For reference - https://redmine.pfsense.org/issues/4829 PR: 201601 Approved by: zi (maintainer) Sponsored by: Netgate
2015-07-16Un-break build on armv6Thomas Zander
While on it: - Un-break build on 32 bit architectures (plist issue) - Add LICENSE* - pet portlint PR: 201275 Submitted by: mikael.urankar@gmail.com Reviewed by: riggs MFH: 2015Q3
2015-07-15- Use | as separator in sed regexps to not stumble on ${CC} containing slashesDmitry Marakasov
- Add LICENSE_FILE - Sort USES - Strip libraries - Unsilence INSTALL_* PR: 201269 Submitted by: amdmi3 Approved by: maintainer timeout (lx, 2 weeks)
2015-07-15- Fix shebangsDmitry Marakasov
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
2015-07-15Update to version 5.14.3Pawel Pekala
Fix rpn2cql: structure, relation problem for serverChoice YAZ-849 Problem was that for things mapped to cql.serverChoice the relation would sometimes be omitted when it should not. Eg for relation "all".
2015-07-14Switch opal to newer ffmpeg.Koop Mast
Noticed by: bapt@ Obtained from: ffmpeg 2.x patch obtained from linuxfromscratch.
2015-07-14- Fix shebangsDmitry Marakasov
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
2015-07-14- Fix shebangsDmitry Marakasov
- Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket)
2015-07-14- Update to 1.5.0Dmitry Marakasov
Release note: https://github.com/TigerVNC/tigervnc/releases/tag/v1.5.0 Change highlights: - IPv6 support in the servers - You can now have two passwords, for full access and for "view only" - syslog support in Xvnc - GnuTLS priority configuration - Performance fixes - You can now easily start more clients on OS X - More translations PR: 201548 Submitted by: meta+ports@vmeta.jp (maintainer)
2015-07-14net/py-ldap3: update to 0.9.8.6Ruslan Makhmatkhanov
2015-07-14net/py-ldap: update to 2.4.20Ruslan Makhmatkhanov
2015-07-14- Fix shebangsDmitry Marakasov
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
2015-07-14- Fix shebangsDmitry Marakasov
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
2015-07-14- Fix shebangsDmitry Marakasov
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
2015-07-14r285140 introduced a fdclose(3) function which shadows a net/drawterm functionSteven Kreuzer
definition. Shadow the stdio prototype with a macro and undef it after including stdio.h Convert port to the USES framework Regenerate the patch-Make.pthread file using makepatch PR: 201444 Submitted by: winston@ml1.net (maintainer)
2015-07-14Fix plist, when the X264 option is unset.Koop Mast
PR: 200800 Submitted by: lumiwa@gmail.com