aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* net/nuster: update to 2.0.5.18Steve Wills2018-12-262-4/+4
| | | | | | | | PR: 234036 Submitted by: Felix Hanley <felix@userspace.com.au> (maintainer) Notes: svn path=/head/; revision=488481
* net/routinator: Remove duplicate lang/rust build dependencyTobias Kortkamp2018-12-261-1/+0
| | | | | | | | | | USES=cargo already adds it with a newer version spec. PR: 233968 With hat: rust Notes: svn path=/head/; revision=488479
* net/routinator: update to 0.2.0Steve Wills2018-12-262-135/+126
| | | | | | | | PR: 233968 Submitted by: jaap@NLnetLabs.nl (maintainer) Notes: svn path=/head/; revision=488474
* Update to 1.1.19Florian Smeets2018-12-263-13/+28
| | | | | | | | PR: 232866 Approved by: maintainer timeout Notes: svn path=/head/; revision=488465
* net/scamper: Update to 20181219Steve Wills2018-12-262-4/+4
| | | | | | | | PR: 234148 Submitted by: mjl@luckie.org.nz (maintainer) Notes: svn path=/head/; revision=488459
* To build with GCC8 (e.g. on GCC-based architectures) this port needsMark Linimon2018-12-261-0/+10
| | | | | | | | | | | #include <climit> in src/core/model/cairo-wideint.c. PR: 234347 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=488435
* New port: net/qt5-networkauthTobias C. Berner2018-12-263-0/+56
| | | | | | | | | | | | | Qt Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users' passwords. Currently, the supported authorization protocol is OAuth, versions 1 and 2. https://doc.qt.io/qt-5.11/qtnetworkauth-index.html Notes: svn path=/head/; revision=488421
* Take over maintainership.Mathieu Arnold2018-12-261-1/+1
| | | | Notes: svn path=/head/; revision=488419
* Add patch missed in r488416.Cy Schubert2018-12-261-0/+229
| | | | | | | | | | PR: 234416 Submitted by: mat MFH: 2018Q4 Pointy hat to: cy Notes: svn path=/head/; revision=488418
* Release maintainership. I no longer use this port and my formerCy Schubert2018-12-261-1/+1
| | | | | | | | | co-worker no longer maintains the upstream. Additionally he has been unable to recruit someone to take over maintainership of the upstream. Notes: svn path=/head/; revision=488417
* Fix with OpenSSL 1.1+Cy Schubert2018-12-261-2/+0
| | | | | | | | | PR: 234416 Submitted by: mat MFH: 2018Q4 Notes: svn path=/head/; revision=488416
* Switch to kde5.Koop Mast2018-12-261-6/+3
| | | | | | | | This software already prefered using kreadconfig5 over the kde4 version. Switch it over to kde5 now that kde4 is slated for removal. Notes: svn path=/head/; revision=488396
* net/minisaperver: Fix build on CURRENTTobias Kortkamp2018-12-262-1/+33
| | | | | | | | | | | broadcast.cpp:91:13: error: value of type '__bind<int &, sockaddr *, unsigned int>' is not contextually convertible to 'bool' if (bind (fd6, (struct sockaddr *)&addr, sizeof (addr))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p488289_s342400/logs/minisapserver-0.3.8_1.log Notes: svn path=/head/; revision=488388
* Switch net/krdc OPTION FREERDP on by default.Adriaan de Groot2018-12-251-0/+2
| | | | | | | | | | | This makes sense from a "batteries included" perspective and makes krdc more useful by default in networks where you may find proprietary desktops. PR: 233978 Reported by: Nils Beyer Notes: svn path=/head/; revision=488345
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-2572-72/+72
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Update net/qt5-network to build against LibreSSL.Adriaan de Groot2018-12-254-1/+208
| | | | | | | | | | | | | | Patches by Charlie Li / ml_vishwin, with explanation in the patches. Builds on 11.2 (ssl=unset, base, openssl) and 12.0 (ssl=unset, base, libressl). Tested with otter-browser on 12.0 (ssl=unset, libressl). PR: 234078 Submitted by: Charlie Li Reported by: W. Schwarzenfeld Differential Revision: https://reviews.freebsd.org/D18582 Notes: svn path=/head/; revision=488331
* net/xrdp: fix pkg-plistKoichiro Iwao2018-12-251-0/+1
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=488324
* net/xrdp: Update to 0.9.9Koichiro Iwao2018-12-252-8/+4
| | | | | | | | | Approved by: mentors (implicit) Relnotes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.9 Sponsored by: HAW International, Inc. Notes: svn path=/head/; revision=488300
* net/freerdp: fix build with security/libressl after updating to 2.0.0-rc4Koichiro Iwao2018-12-252-1/+9
| | | | | | | | | | | | Still broken with libressl-devel but it is another issue. Marking as BROKEN. PR: 234198 Submitted by: myself Approved by: kevans (maintainer), mentors (implicit) Obtained from: https://github.com/FreeRDP/FreeRDP/issues/5049 Notes: svn path=/head/; revision=488290
* Add py-aiohttp-socks 0.2, SOCKS proxy connector for aiohttp.Emanuel Haupt2018-12-244-0/+32
| | | | Notes: svn path=/head/; revision=488283
* Fix build of net/qt5-network on 12.0. Added note in theAdriaan de Groot2018-12-242-5/+16
| | | | | | | | | patch about future compatibility. Reported by: jrm Notes: svn path=/head/; revision=488281
* Fix net/qt5-network in the face of VLANs.Adriaan de Groot2018-12-245-13/+141
| | | | | | | | | | | | | | | | Adding a VLAN to a FreeBSD system caused memory corruption -- usually enough to make rtld fall over with symbol resolution errors, although in DEBUG builds it would just crash. Revamp network interface discovery to not be full of memory gotcha's. An explanation is included in the patches. While here, "make makesum" has moved some files around. PR: 231402, 233798, 232318 Reported by: Ting-Wei Lan, Nils Beyer, Marek Zarychta Notes: svn path=/head/; revision=488276
* Add compiler:c++11-lang to USES to allow these ports to build onMark Linimon2018-12-241-1/+1
| | | | | | | | | GCC-based architectures. While here, pet portlint. Notes: svn path=/head/; revision=488254
* net/wireguard-go: Update to 0.0.20181222Bernhard Froehlich2018-12-232-13/+13
| | | | Notes: svn path=/head/; revision=488235
* Upgrade to 1.3.0 which is required for gitlab-ce 11.6.Matthias Fechner2018-12-232-4/+4
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=488210
* net/p5-Net-ACME2: upgrade 0.23 -> 0.25Kurt Jaeger2018-12-232-4/+4
| | | | | | | Relnotes: https://metacpan.org/changes/distribution/Net-ACME2 Notes: svn path=/head/; revision=488180
* Add avahi-qt5 which links against Qt5.Koop Mast2018-12-2215-30/+969
| | | | | | | | | | Patches where obtained from avahi upstream. Reported by: adridg@ (qt4 removal) Obtained from: avahi upstream Notes: svn path=/head/; revision=488134
* Modify ntopng to use /var/db/ntopng as a data directory by default,Guido Falsi2018-12-226-3/+47
| | | | | | | | | | | instead of /var/lib/ntopng. Updated UPDATING entry text accordingly. Reported by: pi Notes: svn path=/head/; revision=488131
* - Update ndpi to 2.6.d20181221Guido Falsi2018-12-2217-320/+122
| | | | | | | | | | | | | | | | | - Update ntopng to 3.8.d20181221 - Add USES=localbase to ndpi - Silence portlint warnings - Update WWW links - Add UPDATING note about data directory change nDPI changelog: https://github.com/ntop/nDPI/blob/dev/CHANGELOG.md ntopng changelog: https://github.com/ntop/ntopng/blob/dev/CHANGELOG.md Notes: svn path=/head/; revision=488125
* Update to version 1.8.16.Dmitry Sivachenko2018-12-212-4/+4
| | | | Notes: svn path=/head/; revision=488011
* Remove expired ports:Rene Ladan2018-12-2117-970/+0
| | | | | | | | | | | | | | | 2018-12-19 net/ntop: Broken for more than 6 months 2018-12-19 textproc/ots: Broken for more than 6 months 2018-12-20 x11/xdialog: Uses obsolete glib12 2018-12-20 net/netdude: Uses obsolete glib12 2018-12-20 japanese/jmode-skk: Uses obsolete glib12 2018-12-20 print/gsview: Uses obsolete glib12 2018-12-20 x11/dgs: Uses obsolete glib12 2018-12-20 japanese/jmode: Uses obsolete glib12 2018-12-20 multimedia/xmms: Uses obsolete glib12 Notes: svn path=/head/; revision=488006
* net/pdb: mark for removal on 2019-02-01, depends on expired net/py-pcsRene Ladan2018-12-211-0/+3
| | | | Notes: svn path=/head/; revision=487995
* Remove expired ports:Rene Ladan2018-12-2183-1829/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-19 net/py-libstorj: Broken for more than 6 months 2018-12-20 net/xferstats: Uses obsolete glib12 2018-12-20 net/wmlj: Uses obsolete glib12 2018-12-20 net/ipsorc: Uses obsolete glib12 2018-12-20 net/bsdproxy: Uses obsolete glib12 2018-12-20 net/gini: Uses obsolete glib12 2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead 2018-12-20 net/nocatsplash: Uses obsolete glib12 2018-12-20 net/jags: Uses obsolete glib12 2018-12-19 net/scribe: Broken for more than 6 months 2018-12-20 net/libnetdude: Uses obsolete glib12 2018-12-20 net/nepim: Uses obsolete glib12 2018-12-20 emulators/generator: Uses obsolete glib12 2018-12-19 emulators/py-nova: Broken for more than 6 months 2018-12-20 emulators/generator-cbiere: Uses obsolete glib12 2018-12-20 x11-toolkits/p5-Gtk-Perl: Uses obsolete glib12 2018-12-20 deskutils/ithought: Uses obsolete glib12 2018-12-20 deskutils/gaddr: Uses obsolete glib12 2018-12-20 x11-fonts/gfe: Uses obsolete glib12 2018-12-20 graphics/graphopt: Uses obsolete glib12 2018-12-19 graphics/fotoxx: Broken for more than 6 months 2018-12-20 graphics/gcolor: Uses obsolete glib12 2018-12-20 graphics/danpei: Uses obsolete glib12 2018-12-20 graphics/chbg: Uses obsolete glib12 2018-12-20 mail/pop3lite: Uses obsolete glib12 2018-12-20 mail/gbuffy: Uses obsolete glib12 2018-12-20 security/gtk-knocker: Uses obsolete glib12 2018-12-20 security/gpasman: Uses obsolete glib12 2018-12-20 security/crank: Uses obsolete glib12 2018-12-20 security/stegdetect: Uses obsolete glib12 2018-12-20 devel/liboop: Uses obsolete glib12 2018-12-20 devel/gcvs: Uses obsolete glib12 2018-12-20 print/lpr-wrapper: Uses obsolete glib12 2018-12-20 print/libppd: Uses obsolete glib12 2018-12-20 net-p2p/napshare: Uses obsolete glib12 2018-12-20 net-p2p/gnewtellium: Uses obsolete glib12 2018-12-20 editors/gnotepad+: Uses obsolete glib12 2018-12-20 editors/manedit: Uses obsolete glib12 2018-12-20 misc/gtkfind: Uses obsolete glib12 2018-12-20 games/mindguard: Uses obsolete glib12 2018-12-20 games/xbattle: Uses obsolete glib12 2018-12-20 games/xbill: Uses obsolete glib12 2018-12-20 games/corewars: Uses obsolete glib12 2018-12-20 games/dopewars: Uses obsolete glib12 2018-12-20 games/garith: Uses obsolete glib12 2018-12-20 games/wmquake: Uses obsolete glib12 2018-12-20 games/znibbles: Uses obsolete glib12 2018-12-20 games/xpuyopuyo: Uses obsolete glib12 2018-12-19 games/kajongg: Broken for more than 6 months 2018-12-20 games/netspades: Uses obsolete glib12 2018-12-20 games/gtklife: Uses obsolete glib12 2018-12-20 biology/xmolwt: Uses obsolete glib12 2018-12-20 x11-clocks/wmclockmon: Uses obsolete glib12 2018-12-20 x11-clocks/asclock-gtk: Uses obsolete glib12 2018-12-20 net-im/gale: Uses obsolete glib12 2018-12-20 audio/xmms-ahx: Uses obsolete glib12 2018-12-20 audio/xmms-curses: Uses obsolete glib12 2018-12-20 audio/scrobbler: Uses obsolete glib12 2018-12-20 audio/xmms-nsf: Uses obsolete glib12 2018-12-20 audio/xmms-nas: Uses obsolete glib12 2018-12-20 audio/xmms-gbsplay: Uses obsolete glib12 2018-12-20 audio/xmms-wavpack: Uses obsolete glib12 2018-12-20 audio/xmms-shn: Uses obsolete glib12 2018-12-20 audio/xmms-volnorm: Uses obsolete glib12 2018-12-20 audio/xmms-faad: Uses obsolete glib12 2018-12-20 audio/xmms-scrobbler: Uses obsolete glib12 2018-12-20 audio/mcplay: Uses obsolete glib12 2018-12-20 audio/gmixer: Uses obsolete glib12 2018-12-20 audio/soundtracker: Uses obsolete glib12 2018-12-20 audio/xmms-sapplug: Uses obsolete glib12 2018-12-20 audio/rio500: Uses obsolete glib12 2018-12-20 audio/xmmsctrl: Uses obsolete glib12 2018-12-20 audio/xmms-xf86audio: Uses obsolete glib12 2018-12-20 audio/xmms-mailnotify: Uses obsolete glib12 2018-12-20 audio/xmms-sexypsf: Uses obsolete glib12 2018-12-20 audio/gqmpeg: Uses obsolete glib12 2018-12-20 audio/wmalbum: Uses obsolete glib12 2018-12-20 audio/xmms-xymms: Uses obsolete glib12 2018-12-20 audio/xmms-flac: Uses obsolete glib12 2018-12-20 audio/xmms-festalon: Uses obsolete glib12 2018-12-20 audio/gkrellmms2: Uses obsolete glib12 2018-12-20 audio/xmms-ladspa: Uses obsolete glib12 2018-12-19 math/octave-forge-engine: Broken for more than 6 months 2018-12-20 math/surf: Uses obsolete glib12 2018-12-19 math/msieve: Broken for more than 6 months 2018-12-19 math/octave-forge-fl-core: Broken for more than 6 months 2018-12-19 math/octave-forge-pdb: Broken for more than 6 months 2018-12-19 math/octave-forge-audio: Broken for more than 6 months 2018-12-20 math/geg: Uses obsolete glib12 2018-12-20 math/grpn: Uses obsolete glib12 2018-12-20 x11/gdkxft: Uses obsolete glib12 2018-12-20 x11/gtk-theme-switch: Uses obsolete glib12 2018-12-19 x11/xpyb: Broken for more than 6 months 2018-12-20 x11/gtk-launch: Uses obsolete glib12 2018-12-19 x11/xpra: Broken for more than 6 months 2018-12-20 palm/pilrc: Uses obsolete glib12 2018-12-20 x11-fm/mtoolsfm: Uses obsolete glib12 2018-12-20 german/steak: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins-huge: Uses obsolete glib12 2018-12-20 multimedia/openquicktime: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins: Uses obsolete glib12 2018-12-20 multimedia/oqtplayer: Uses obsolete glib12 2018-12-20 multimedia/oqtencoder: Uses obsolete glib12 2018-12-20 multimedia/p5-Video-OpenQuicktime: Uses obsolete glib12 2018-12-20 multimedia/xtheater: Uses obsolete glib12 2018-12-20 multimedia/dv2jpg: Uses obsolete glib12 2018-12-20 comms/hf: Uses obsolete glib12 2018-12-20 comms/gscmxx: Uses obsolete glib12 2018-12-20 sysutils/wmcube-gdk: Uses obsolete glib12 2018-12-20 sysutils/gcombust: Uses obsolete glib12 2018-12-20 sysutils/xlogmaster: Uses obsolete glib12 2018-12-20 sysutils/mount.app: Uses obsolete glib12 2018-12-20 sysutils/bbapm: Uses obsolete glib12 Notes: svn path=/head/; revision=487992
* Update to 2.4.47.Xin LI2018-12-212-6/+6
| | | | Notes: svn path=/head/; revision=487953
* net/clash: Update 0.10.1 -> 0.10.2Yuri Victorovich2018-12-212-14/+14
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=487951
* Update to 1.9.0 release.Dmitry Sivachenko2018-12-202-5/+5
| | | | | | | | I plan to keep 1.9 branch in -devel port until several minor updates are released. Notes: svn path=/head/; revision=487875
* USES=compiler:c11 is necessary to build on GCC-based architectures.Mark Linimon2018-12-201-1/+1
| | | | | | | | | PR: 233929 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487845
* net/freerdp: Update to 2.0.0-rc4Koichiro Iwao2018-12-203-5/+5
| | | | | | | | | PR: 234189 Submitted by: myself Approved by: kevans (maintainer), mentors (implicit) Notes: svn path=/head/; revision=487838
* Split out evdev headers from multimedia/v4l_compatNiclas Zeising2018-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their own port, devel/evdev-proto, and update those to be current with the Linux 4.19 kernel. This is done in order to be able to update the rest of the FreeBSD input stack, which is forthcoming. By splititng out the evdev headers we can update them independent of other updates in v4l_compat, which makes it easier for the graphics team to keep track of them and keep them updated as needed. Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work with the updated headers. This will be further updated. Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work with the updated evdev headers. Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat as needed, and bump portrevisions. This is the first step in getting the FreeBSD input stack (libevdev, libinput and so on) updated to newer versions. Many thanks to all who have helped out with testing, code and exp-runs. Apologies if I've forgotten to add any names. PR: 222905, 217248, (based on, in part), 233787 (exp-run) Submitted by: Greg V, wulf Tested by: tcberner, kde Exp-run by: antoine Approved by: portmgr (antoine) Obtained from: FreeBSDDesktop development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports Notes: svn path=/head/; revision=487789
* New port: net/aluminum: Generic interface to high-performance communication ↵Yuri Victorovich2018-12-195-0/+56
| | | | | | | libraries Notes: svn path=/head/; revision=487781
* net/wireguard: Update to 0.0.20181218Bernhard Froehlich2018-12-182-4/+4
| | | | Notes: svn path=/head/; revision=487766
* net/mpich: Remove the compiler version checkYuri Victorovich2018-12-172-1/+19
| | | | | | | It fails on science/meep for no obvious reason, and would otherwise prevent meep from being upgraded mpich2->mpich. Notes: svn path=/head/; revision=487710
* Update to -dev11.Dmitry Sivachenko2018-12-172-5/+4
| | | | Notes: svn path=/head/; revision=487675
* net/anet: update 0.4.0 to 0.4.1Vinícius Zavam2018-12-172-5/+6
| | | | | | | | | | | - adopt the port; - silent portlint. Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18523 Notes: svn path=/head/; revision=487670
* net/bosh-bootloader: Update to 7.0.0Jean-Sébastien Pédron2018-12-172-4/+4
| | | | | | | | | | Release notes: * https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v7.0.0 Sponsored by: Pivotal Software, Inc. Notes: svn path=/head/; revision=487667
* net/cf: Update to 6.41.0Jean-Sébastien Pédron2018-12-172-4/+4
| | | | | | | | | | Release notes: * https://github.com/cloudfoundry/cli/releases/tag/v6.41.0 Sponsored by: Pivotal Software, Inc. Notes: svn path=/head/; revision=487666
* - update to v5.02Olli Hauer2018-12-172-6/+5
| | | | Notes: svn path=/head/; revision=487662
* net/google-cloud-sdk: update to 228.0.0Steve Wills2018-12-172-4/+4
| | | | Notes: svn path=/head/; revision=487649
* net/nanomsg: Unbreak by fixing plistYuri Victorovich2018-12-164-73/+55
| | | | | | | | | | | | | | Other changes: * Replace docs in plist with PORTDOCS=* * Replace WWW with its https equivalent * Fix the manpage location This port installs both docs and manpages based on one cmake option. Approved by: portmgr (unbreak) Notes: svn path=/head/; revision=487630
* Update to upstream version 1.7.6Thomas Zander2018-12-162-6/+6
| | | | | | | | | | | | Details: - Bug fix for label segmentation when using custom prefix in the consulcatalog provider, see https://github.com/containous/traefik/releases/tag/v1.7.6 MFH: 2018Q4 Notes: svn path=/head/; revision=487625