aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* net/trafshow: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
| | | | | | | | | while here, set USES+= tar approved by: infrastructure blanket Notes: svn path=/head/; revision=408188
* net/tn5250: USES+= ncursesJohn Marino2016-02-051-1/+1
| | | | Notes: svn path=/head/; revision=408186
* net/sntop: USES+= ncurses, respect LDFLAGSJohn Marino2016-02-052-3/+10
| | | | Notes: svn path=/head/; revision=408185
* net/shmux: USES+= ncursesJohn Marino2016-02-051-1/+1
| | | | Notes: svn path=/head/; revision=408183
* x11/xterm: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-2/+2
| | | | | | | | | Also link with libncurses, not libcurses approved by: infrastructure blanket Notes: svn path=/head/; revision=408182
* net/omnitty: USES+= ncursesJohn Marino2016-02-051-1/+1
| | | | Notes: svn path=/head/; revision=408180
* net/nload: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-0/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408179
* net/nifmon: USES+= ncurses, link to libnurses, not libcursesJohn Marino2016-02-051-0/+2
| | | | Notes: svn path=/head/; revision=408178
* net/netscript: Link with libncurses, not libcursesJohn Marino2016-02-051-1/+1
| | | | Notes: svn path=/head/; revision=408177
* net/mosh: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408176
* net/libtrace: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408175
* net/httping: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-0/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408174
* net/e169-stats: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-02-051-1/+3
| | | | | | | | | Also link with libncurses, not libcurses approved by: infrastructure blanket Notes: svn path=/head/; revision=408173
* net/boinc_curses: USES+= ncurses, respect LDFLAGSJohn Marino2016-02-052-1/+12
| | | | Notes: svn path=/head/; revision=408172
* net/ccxstream: USES+= ncurses, link libnurses not libtermcapJohn Marino2016-02-051-1/+4
| | | | Notes: svn path=/head/; revision=408170
* net/cnd: document ncurses requirement (USES+=ncurses), respect LDFLAGSJohn Marino2016-02-053-15/+15
| | | | | | | | | Both patches got regenerated with makepatch in the process. approved by: infrastructure blanket Notes: svn path=/head/; revision=408169
* - Switch to options helpersDmitry Marakasov2016-02-041-18/+10
| | | | | | | | - Silence stripping - Remove LARGEFILES option - it does nothing on FreeBSD and is not in fact needed Notes: svn path=/head/; revision=408056
* - Add security fixes to net/asterisk port (PORTVERSION bumped)Guido Falsi2016-02-048-9/+202
| | | | | | | | | | | | | | | | | | | | | | | | - Update net/asterisk11 to 11.21.1 - Update net/asterisk13 to 13.7.1 The security update included in these commits introduces an unexpected incompatibility with FreeBSD 9.3 bundled OpenSSL. Unluckily simply forcing this port to use ports provided openssl on 9.x isn't viable, since ftp/curl by default links with base openssl. A default binary package would just crash on startup when loading the asterisk curl module, due to conflicting openssl implementations being used. This commit adds a check in the Makefile, copied from the ftp/curl port, which removes the offending (and unsupported on that openssl version) code from the source file when linking against base OpenSSL on 9.x. Security: 559f3d1b-cb1d-11e5-80a4-001999f8d30b MFH: 2016Q1 Notes: svn path=/head/; revision=408026
* - Update to 0.040001Sunpoet Po-Chuan Hsieh2016-02-032-3/+4
| | | | | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/MaxMind-DB-Common/Changes Notes: svn path=/head/; revision=407976
* - Remove deprecated @dirrmPawel Pekala2016-02-032-38/+8
| | | | | | | | | | | | | - Creating kfun link and tmp directory is already done in post-install target there's no need to do it with @exec in pkg-plist again - Use options helper PR: 206377 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=407975
* Upgrade net/nmsg to 0.11.0:Don Lewis2016-02-033-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nmsg (0.11.0) [ Henry Stern ] * Add an interval randomization option that randomizes the initial offset within the selected time interval. This functionality is exposed via the libnmsg nmsg_io_set_interval_randomized() function and the nmsgtool -R / --randomize command-line option (#27, #33). * Add documention for nmsgtool -j / --readjson and -J / --write-json command-line options (#26, #28). * Add PKG_CHECK_MODULES dependency on yajl >= 2.1.0 (#29, #31). * Make nmsgtool -k / --kicker work when combined with -c or -t, when producing output in JSON format (#25, #38). * Fix compiler warning [-Wtautological-compare] in _nmsg_msgmod_json_to_payload_load() (#36, #39). * Add nmsg_message_get_num_field_values(), nmsg_message_get_num_field_values_by_idx() functions (#5, #40). [ Robert Edmonds ] * Remove the unused enum nmsg_modtype from the internal libnmsg API (#30). * Header file cleanups (#14, #34). * Rewrite nmsg_res_lookup() to use a switch, which eliminates a Clang warning (#14, #35). * Add a message filtering capability to the libnmsg I/O loop, including external filter module plugin and nmsgtool support (#41, #43, #44). [ Mike Schiffman ] * Add yajl/ prefix to #include's of yajl headers (#37) Pet portlint Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=407933
* Horde package update:Martin Matuska2016-02-026-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.30.2 -> 2.30.6 devel/pear-Horde_Alarm 2.2.5 -> 2.2.6 devel/pear-Horde_Argv 2.0.11 -> 2.0.12 security/pear-Horde_Auth 2.1.10 -> 2.1.11 devel/pear-Horde_Autoloader 2.1.1 -> 2.1.2 www/pear-Horde_Browser 2.0.10 -> 2.0.11 devel/pear-Horde_Cache 2.5.0 -> 2.5.2 archivers/pear-Horde_Compress 2.1.3 -> 2.1.4 archivers/pear-Horde_Compress_Fast 1.1.0 -> 1.1.1 devel/pear-Horde_Constraint 2.0.2 -> 2.0.3 devel/pear-Horde_Controller 2.0.3 -> 2.0.4 devel/pear-Horde_Core 2.22.3 -> 2.22.5 security/pear-Horde_Crypt 2.6.1 -> 2.7.0 security/pear-Horde_Crypt_Blowfish 1.1.0 -> 1.1.1 www/pear-Horde_Css_Parser 1.0.7 -> 1.0.8 devel/pear-Horde_Data 2.1.3 -> 2.1.4 devel/pear-Horde_Date 2.1.1 -> 2.2.0 devel/pear-Horde_Date_Parser 2.0.4 -> 2.0.5 databases/pear-Horde_Db 2.3.0 -> 2.3.1 devel/pear-Horde_Exception 2.0.6 -> 2.0.7 www/pear-Horde_Feed 2.0.3 -> 2.0.4 www/pear-Horde_Form 2.0.11 -> 2.0.12 security/pear-Horde_Group 2.0.5 -> 2.1.0 databases/pear-Horde_HashTable 1.2.3 -> 1.2.4 devel/pear-Horde_History 2.3.5 -> 2.3.6 www/pear-Horde_Http 2.1.5 -> 2.1.6 devel/pear-Horde_Icalendar 2.1.2 -> 2.1.3 dns/pear-Horde_Idna 1.0.3 -> 1.0.4 graphics/pear-Horde_Image 2.3.3 -> 2.3.4 mail/pear-Horde_Imap_Client 2.29.4 -> 2.29.5 devel/pear-Horde_Injector 2.0.4 -> 2.0.5 devel/pear-Horde_Itip 2.1.0 -> 2.1.1 mail/pear-Horde_ListHeaders 1.2.2 -> 1.2.3 devel/pear-Horde_Lock 2.1.1 -> 2.1.2 sysutils/pear-Horde_Log 2.1.2 -> 2.1.3 devel/pear-Horde_LoginTasks 2.0.5 -> 2.0.6 mail/pear-Horde_Mail 2.6.2 -> 2.6.3 mail/pear-Horde_Mapi 1.0.5 -> 1.0.6 mail/pear-Horde_Mime 2.9.2 -> 2.9.3 mail/pear-Horde_Mime_Viewer 2.1.1 -> 2.1.2 devel/pear-Horde_Notification 2.0.3 -> 2.0.4 archivers/pear-Horde_Pack 1.0.5 -> 1.0.6 textproc/pear-Horde_Pdf 2.0.6 -> 2.0.7 devel/pear-Horde_Prefs 2.7.4 -> 2.7.5 devel/pear-Horde_Rdo 2.0.4 -> 2.0.5 www/pear-Horde_Routes 2.0.4 -> 2.0.5 net/pear-Horde_Rpc 2.1.5 -> 2.1.6 security/pear-Horde_Secret 2.0.5 -> 2.0.6 devel/pear-Horde_Serialize 2.0.4 -> 2.0.5 www/pear-Horde_SessionHandler 2.2.5 -> 2.2.7 security/pear-Horde_Share 2.0.7 -> 2.0.8 mail/pear-Horde_Smtp 1.9.1 -> 1.9.2 net/pear-Horde_Socket_Client 2.0.0 -> 2.1.0 textproc/pear-Horde_SpellChecker 2.1.2 -> 2.1.3 devel/pear-Horde_Stream 1.6.2 -> 1.6.3 devel/pear-Horde_Stream_Filter 2.0.3 -> 2.0.4 devel/pear-Horde_Stream_Wrapper 2.1.2 -> 2.1.3 devel/pear-Horde_Support 2.1.4 -> 2.1.5 comms/pear-Horde_SyncMl 2.0.5 -> 2.0.6 www/pear-Horde_Template 2.0.2 -> 2.0.3 textproc/pear-Horde_Text_Diff 2.1.1 -> 2.1.2 textproc/pear-Horde_Text_Filter 2.3.2 -> 2.3.3 textproc/pear-Horde_Text_Flowed 2.0.2 -> 2.0.3 devel/pear-Horde_Timezone 1.0.9 -> 1.0.10 devel/pear-Horde_Token 2.0.7 -> 2.0.8 devel/pear-Horde_Translation 2.2.0 -> 2.2.1 net/pear-Horde_Url 2.2.4 -> 2.2.5 devel/pear-Horde_Util 2.5.6 -> 2.5.7 sysutils/pear-Horde_Vfs 2.3.0 -> 2.3.1 devel/pear-Horde_View 2.0.5 -> 2.0.6 textproc/pear-Horde_Xml_Element 2.0.3 -> 2.0.4 textproc/pear-Horde_Xml_Wbxml 2.0.2 -> 2.0.3 ftp/horde-gollem 3.0.6 -> 3.0.7 www/horde-base 5.2.8 -> 5.2.9 mail/horde-imp 6.2.11 -> 6.2.12 mail/horde-ingo 3.2.7 -> 3.2.8 deskutils/horde-kronolith 4.2.11 -> 4.2.12 deskutils/horde-mnemo 4.2.8 -> 4.2.9 deskutils/horde-nag 4.2.6 -> 4.2.7 devel/horde-timeobjects 2.1.0 -> 2.1.1 www/horde-trean 1.1.3 -> 1.1.4 mail/horde-turba 4.2.11 -> 4.2.12 mail/horde-webmail 5.2.11 -> 5.2.12 devel/horde-whups 3.0.5 -> 3.0.6 Notes: svn path=/head/; revision=407900
* - Update to 0.5.20160128Sunpoet Po-Chuan Hsieh2016-02-022-4/+6
| | | | | | | | | | - Fix LICENSE - Add LICENSE_FILE Changes: https://github.com/knu/ruby-domain_name/commits/master Notes: svn path=/head/; revision=407897
* net/py-ldap3: update to 1.0.4Ruslan Makhmatkhanov2016-02-022-3/+3
| | | | Notes: svn path=/head/; revision=407842
* Bump minimal python3 version to 3.3 in USESRuslan Makhmatkhanov2016-02-021-1/+1
| | | | | | | | | Because we are going to remove python 3.2 from the ports tree With hat: python Notes: svn path=/head/; revision=407841
* Update net/dpinger to 1.6Renato Botelho2016-02-022-3/+4
| | | | Notes: svn path=/head/; revision=407828
* net/py-netaddr: Update to 0.7.18Kubilay Kocak2016-02-024-30/+8
| | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.7.18) - Enable multiple "concurrent" Python installation - Remove patches (now upstream) - Update test target to new framework bits - Update PORTDOCS - Move NO_ARCH PR: 206559 Submitted by: Franco Fichtner <franco opnsense org> Notes: svn path=/head/; revision=407819
* net/libzmq4: Update to 4.1.4Kubilay Kocak2016-02-022-13/+6
| | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (4.1.4) [1] - Convert DEBUG option conditional into helper - Convert test target into new test framework bits PR: 206555 [1] Submitted by: w.schwarzenfeld@aon.at [1] Notes: svn path=/head/; revision=407815
* - Add missing documentation fileDmitry Marakasov2016-02-022-16/+18
| | | | | | | | | | | - Sort plist - Switch to CONFLICTS_INSTALL Approved by: portmgr blanket MFH: 2016Q1 (blanket) Notes: svn path=/head/; revision=407809
* - Add missing documentation fileDmitry Marakasov2016-02-022-16/+18
| | | | | | | | | | | - Sort plist - Switch to CONFLICTS_INSTALL Approved by: portmgr blanket MFH: 2016Q1 (blanket) Notes: svn path=/head/; revision=407808
* net/syncthing: update to 0.12.17Steve Wills2016-02-022-3/+3
| | | | Notes: svn path=/head/; revision=407794
* net/socat: Update to 1.7.3.1Mark Felder2016-02-012-4/+4
| | | | | | | | | | | | | This release fixes an important security bug with a hardcoded DH parameter not being a prime number. http://www.dest-unreach.org/socat/contrib/socat-secadv7.html MFH: 2016Q1 Security: https://vuxml.freebsd.org/freebsd/a52a7172-c92e-11e5-96d6-14dae9d210b8.html Notes: svn path=/head/; revision=407779
* - Update to 2.10.0Sunpoet Po-Chuan Hsieh2016-02-012-5/+5
| | | | | | | Changes: https://github.com/sferik/t/commits/master Notes: svn path=/head/; revision=407757
* - Update to 5.16.0Sunpoet Po-Chuan Hsieh2016-02-013-9/+5
| | | | | | | Changes: https://github.com/sferik/twitter/blob/5-stable/CHANGELOG.md Notes: svn path=/head/; revision=407756
* - Update to 1.1.0Sunpoet Po-Chuan Hsieh2016-02-013-4/+14
| | | | | | | Changes: https://github.com/intridea/oauth2/commits/master Notes: svn path=/head/; revision=407754
* - Update to 0.6.0Sunpoet Po-Chuan Hsieh2016-02-012-3/+3
| | | | | | | Changes: https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=407753
* - Update to 1.081Sunpoet Po-Chuan Hsieh2016-02-012-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Test-URI/Changes Notes: svn path=/head/; revision=407748
* - Update to 1.20Sunpoet Po-Chuan Hsieh2016-02-013-4/+9
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/OAI-Harvester/Changes Notes: svn path=/head/; revision=407747
* Use fancy options helper.Dmitry Sivachenko2016-02-011-3/+1
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=407721
* Fix package without X11;Dmitry Sivachenko2016-02-012-4/+5
| | | | | | | | | | | Make X11 off by default: software it very useful w/o x11, so do not pull huge deps by default. PR: 206819 Submitted by: timp87@gmail.com Notes: svn path=/head/; revision=407720
* The configure variable MPICH_LDFLAGS is no longer supported. There is aTijl Coosemans2016-02-011-2/+7
| | | | | | | | | separate variable for each compiler wrapper now. PR: 206655 Notes: svn path=/head/; revision=407716
* - Update to 0.83Philippe Audeoud2016-02-013-3/+5
| | | | Notes: svn path=/head/; revision=407711
* - Update to 1.26Philippe Audeoud2016-02-012-4/+3
| | | | Notes: svn path=/head/; revision=407709
* Update net/pecl-zmq to 1.1.3Renato Botelho2016-02-012-4/+3
| | | | | | | Sponsored by: Rubicon Communications (Netgate) Notes: svn path=/head/; revision=407703
* - Enable SPANDSP option by defaultGuido Falsi2016-01-316-6/+36
| | | | | | | | | | | - Make startup script create pidfile directory if it does not exist While here, reflow OPTIONS_DEFAULT lists. Subitted/Requested by: lidl@ Notes: svn path=/head/; revision=407652
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-01-301-0/+2
| | | | Notes: svn path=/head/; revision=407550
* Welcome Centos 6.7Martin Wilke2016-01-309-34/+34
| | | | | | | | | | | | | | | | | - Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments. Notes: svn path=/head/; revision=407537
* Add a patch to make it possible to increase verbosity even in daemon modeRenato Botelho2016-01-292-1/+13
| | | | | | | | | | Approved by: hrs (maintainer) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://reviews.freebsd.org/D5105 Notes: svn path=/head/; revision=407458
* Fix order of @sample args.Adam Weinberger2016-01-292-1/+2
| | | | | | | Caught by: danfe Notes: svn path=/head/; revision=407449
* - Update to 3.0.11Ryan Steinmetz2016-01-293-4/+44
| | | | Notes: svn path=/head/; revision=407446