Commit graph

6176 commits

Author SHA1 Message Date
Torsten Zuehlsdorff
ad86e61f50 lang/php70: Update from 7.0.10 to 7.0.11
Security:    CVE-2016-7416
Security:    CVE-2016-7412
Security:    CVE-2016-7414
Security:    CVE-2016-7417
Security:    CVE-2016-7413
Security:    CVE-2016-7418

MFH:         2016Q3
Approved by: pi (mentor)
2016-09-21 15:43:47 +00:00
Mark Felder
eab9e4b24b net-mgmt/unifi5: Update to 5.2.7
- Also simplify rc script

PR:		212865
2016-09-21 15:34:11 +00:00
Mark Felder
db92fe7dd2 net-mgmt/unifi4: Simplify rc script 2016-09-21 15:22:06 +00:00
Kurt Jaeger
425fdebf72 net-mgmt/zabbix3-server: unbreak build
PR:		209893
Submitted by:	antoine
MFH:		2016Q3
2016-09-20 17:02:54 +00:00
John Marino
3555e6453f net-mgmt/p5-SNMP_Session: new fedora MASTER_SITE to unbreak
At least 14 ports depend on p5-SNMP_Session so let's get it up again.
2016-09-20 14:47:58 +00:00
Kurt Jaeger
605957e312 net-mgmt/zabbix3-server: fix database selection
- stop having all databases as dependencies all the time

PR:		209893
Submitted by:	chris@chrullrich.net
2016-09-18 12:58:01 +00:00
Olli Hauer
c39965e0df - change MAINTAINER
PR:		212102
Approved by:	alexander.4mail@gmail.com (old maintainer)
2016-09-17 17:54:25 +00:00
Kurt Jaeger
b6c9753f39 net-mgmt/zabbix3-{server|agent|proxy|frontend}: update to 3.0.4 and many fixes
- Fix default path to PID
- Fix rc.d scripts to correct use PID file
- Fix some error in the Makefile
- Fix OPENSSL_USE -> USES=ssl
- Fix WANT_PHP_WEB -> USES=php:web
- Fix MYSQL_USE -> USES+= mysql
- Fix PGSQL_USES -> USES+= pgsql
- Fix SQLITE_USES -> USES+= sqlite
- Change default options for -server and -frontend
- Fix CONFLICTS
- fixed SQL injection vulnerability in "Latest data" page;
  thanks to 1N3 at Early Warning Services, LLC

PR:		209893
MFH:		2016Q3
Security:	https://support.zabbix.com/browse/ZBX-11023
Changes:	http://www.zabbix.com/rn3.0.4.php
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2016-09-16 19:10:49 +00:00
Lars Engels
d57e307143 net-mgmt/icingaweb2:
- Fix NLS option
- Add PDF option using graphics/pecl-imagick (off by default)
- Bump PORTREVISION

PR:				212653
Submitted by:	mat
2016-09-15 20:36:21 +00:00
Lars Engels
789335d884 net-mgmt/icinga2:
- Update to 2.5.4
- Install vim syntax files [1]

PR:				212660 [1]
Submitted by:	mat
2016-09-15 20:30:00 +00:00
Mathieu Arnold
e11ec07332 Update to 2.1.3.
PR:		212679
Submitted by:	Adrian Murphy
Sponsored by:	Absolight
2016-09-15 15:27:51 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Torsten Zuehlsdorff
e60bd056a2 net-mgmt/zabbix22-server: Update from 2.2.12 to 2.2.14
- http://www.zabbix.com/rn2.2.13.php
- http://www.zabbix.com/rn2.2.14.php

Also:
- Fix default path to PID
- Fix rc.d scripts to correct use PID file
- Remove IGNORE_WITH_PHP and IGNORE_WITH_MYSQL because the
  ignored versions no longer exists

PR:           209891
Submitted by: pg@pakhom.spb.ru (maintainer)
Approved by:  pi (mentor)
2016-09-14 13:17:24 +00:00
John Marino
417ae50741 net-mgmt/nsca-ng(-client): IGNORE FreeBSD 9 base openSSL
I think the original makefile was starting that the FreeBSD 9 base OpenSSL
isn't good enough.  My previous commit lost that information, so put the
equivalent check back again.
2016-09-13 19:10:31 +00:00
John Marino
9e2bf4b87e net-mgmt/zabbix3-server: Simplify FreeBSD 9 SSL check, ignore LibreSSL
Zabbix3-server can't be built by LibreSSL because it uses PSK.  It also
can't be built by FreeBSD 9 base OpenSSL.  The latter was documented, but
the solution in the notification was incorrect, so improve all that.

Approved by:	SSL blanket
2016-09-13 19:06:34 +00:00
John Marino
8134c7eb7d net-mgmt/nsca-ng(-client): Configure any SSL base, IGNORE LibreSSL
These ports currently utilize PSK which is not supported by LibreSSL, so
detect that SSL_DEFAULT and set IGNORE accordingly.  The obsolete
USE_OPENSSL_PORT logic was also removed.

Approved by:	SSL blanket
2016-09-13 16:40:44 +00:00
John Marino
0884417229 net-mgmt/snmp++: Document SSL build requirement, patch for LibreSSL
This allows for ports SSL libraries to be used for the build, including
LibreSSL ports.

Approved by:	SSL blanket
2016-09-12 02:20:51 +00:00
Dmitry Marakasov
ca8949f81c - Add LICENSE
- Switch to USES=tar
- Cosmetic fixes
2016-09-11 16:40:12 +00:00
John Marino
5ed02ebc5a net-mgmt/ndpmon: USES+=SSL and port options overhaul
The py4suite option probably didn't work even before the py4suite
dependency was removed from the tree 2 years ago.

The MACRESOLV option fetches during the build which is illegal and
maybe is hitting a bad URL because it freezes as well.

The py4suite has been removed completed and the MACRESOL option has
been marked broken.  This is after I rearranged the port to make them
even work as intended.  I cleaned up the port a lot after documenting
the SSL requirement with USES=ssl.

Approved by:	just-fit-it and SSL blankets
2016-09-10 23:19:26 +00:00
John Marino
e816250076 net-mgmt/nagircbot: Add SSL build flags 2016-09-10 22:23:48 +00:00
John Marino
4dbaf954df net-mgmt/hastmon: document SSL requirement and sed in SSL flags
Approved by:	SSL blanket
2016-09-10 22:15:34 +00:00
John Marino
f2e3555560 net-mgmt/cowpatty: sed in SSL flags (CFLAGS/LDFLAGS not honored)
While here, unsupress installation command

Approved by:	SSL blanket
2016-09-10 22:08:49 +00:00
John Marino
ee1ab2e434 net-mgmt/aircrack-ng: Add SSL build flags
Approved by:	SSL blanket
2016-09-10 22:05:00 +00:00
Mark Felder
c29017787a net-mgmt/rancid3: Update to 3.5.1
- The hardecoded 3des cipher for ssh has been removed upstream
- Remove a patch that automatically attempts to "svn up" before
checking in changes. This patch may have been committed accidentally a
couple years ago and deviates from upstream's behavior.

If it is possible for your rancid svn repository to be updated outside
of rancid's control it is up to you to resolve these potential
conflicts and modify your scheduled rancid process to "svn up"
beforehand. By instructing rancid to do this automatically it is
possible for an administrator to make device config changes that rancid
will not detect and will not show up in the automatic emails dispatched
to the device administrators.
2016-09-10 17:03:53 +00:00
Emanuel Haupt
ebfa13bc57 Mark NO_ARCH 2016-09-10 16:04:09 +00:00
Emanuel Haupt
d5c89b234b Mark NO_ARCH 2016-09-10 14:14:08 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
Emanuel Haupt
aaaf3fdbc0 Register conflicts 2016-09-09 15:58:48 +00:00
Emanuel Haupt
466720dc50 Add gnu-ipcalc 0.1.8, modern network address calculation tool for IPv4
and IPv6.
2016-09-09 15:58:43 +00:00
Dmitry Marakasov
71d1a4d88a - Remove dependency on p5-Net-Ping: Net::Ping is bundled with perl
Approved by:	portmgr (bapt)
2016-09-08 13:03:03 +00:00
Tijl Coosemans
16221bf7b6 - Actually install configuration file and use @sample.
- Use @sample for the sample database.
- Set NO_ARCH.
2016-09-07 14:52:22 +00:00
Dmitry Marakasov
9be4c36cb2 - Update to 2.2.2
PR:		212094
Submitted by:	joneum@bsdproject.de
2016-09-07 10:31:10 +00:00
Torsten Zuehlsdorff
b2293ba503 net-mgmt/zabbix2-server: Update from 2.0.17 to 2.0.18
- updated French translation; thanks to Zabbix translators
- enforced bash usage in mysql.size user parameter configuration
  script to avoid issues with different default shells;
  thanks to Timo Lindfors for reporting it
- fixed timeout being too low when sending configuration data to
  active proxy
- fixed loss of trailing whitespace in unquoted function parameters
  when creating calculated items with low level discovery

Also:
- Fix default path to PID
- Fix rc.d scripts to correct use PID file
- Remove IGNORE_WITH_MYSQL because referenced version was removed long ago

PR:           209890
Submitted by: pg@pakhom.spb.ru (maintainer)
Approved by:  pi (mentor)
2016-09-01 09:44:43 +00:00
John Marino
9b2f7560a3 net-mgmt/seafile: Properly exclude FUSE option from DragonFly 2016-08-31 20:43:07 +00:00
Torsten Zuehlsdorff
a6bc455d6d lang/php56: Update from 5.6.24 to 5.6.25
PR:           212183
Submitted by: Kurt Jaeger <pi@FreeBSD.org>
Approved by:  pi (mentor)
2016-08-30 12:55:20 +00:00
Kurt Jaeger
6132f1e2db net-mgmt/arpwatch: add flag -v to ignore VRRP/CARP traffic
- The -v flag disables reporting on VRRP/CARP ethernet prefixes as
  described in RFC5798 (00:00:5e:00:01:xx)

PR:		202548
Submitted by:	paul@dokas.name
2016-08-27 20:14:48 +00:00
Lars Engels
d5da7618ac net-mgmt/icinga2:
- Remove USES=ssl again. The last approach did not fix the problem with unresolved symbols.
Upstream now has symbol versioning in development, so once the new version is released,
all should be fine.
- Bump PORTREVISION
2016-08-27 05:38:08 +00:00
Lars Engels
1dd2f515a3 net-mgmt/icinga2:
Remove bogus dependency on devel/libconfig. Some time ago I added this because
the ports tree's Q/A check warned that the icinga2 binary is linked against libconfig.
However this is a private library shipped with Icinga 2.
With version 2.5.1 USES=ssl was added to the port's Makefile which added
rpath=${LOCALBASE}/openssl when Icinga 2 gets built and {Open,Libre}SSL from ports
was installed. The result was that ld picked up libconfig.so from the devel/libconfig
port instead of Icinga 2's private library.
To prevent this, the following CMAKE_ARGS were added:
CMAKE_{EXE,MODULE,SHARED,STATIC}_LINKER_FLAGS=${PREFIX}/lib/icinga2

At the moment only EXE_ and SHARED_ linker flags are really needed, to be prepared for
future changes the other flags were also set.

Thanks to mat and Gunnar Beutner (upstream developer) for the insights on the ports
and Icinga 2's build system.

- Re-add USES=ssl
- Bump PORTREVSION
2016-08-25 19:23:08 +00:00
Lars Engels
74626ee7a9 net-mgmt/icinga2:
- Update to Bugfix release 2.5.3
- Remove USES=ssl to workaround a missing symbol error on startup [1]

Noticed by:		many [1]
2016-08-25 13:16:58 +00:00
Palle Girgensohn
f19244e692 Use distversion instead of portversoin + gh_tagname 2016-08-24 07:58:19 +00:00
Palle Girgensohn
765c426554 Update telegraf to 1.0.0-rc1 2016-08-23 21:55:34 +00:00
John Marino
8ca87fb1d8 net-mgmt/bpft: document and fix ncurses requirement 2016-08-23 17:43:42 +00:00
John Marino
40fedca7df net-mgmt/ap-utils: document ncurses requirement
Approved by:	ncurses blanket
2016-08-23 17:38:17 +00:00
Lars Engels
6c0286442d net-mgmt/icinga2:
- Update to 2.5.1
- Install a log rotation configuration file for newsyslog(8) in EXAMPLESDIR
- Add dependencies on SSL and libconfig
- Display pkg-message - the file already existed but was not shown
- Regenerate some patches with makepatch
- Pet portlint

Changelog and upstream upgrading instructions: https://www.icinga.org/2016/08/23/icinga-2-v2-5-released/
2016-08-23 16:52:18 +00:00
Mathieu Arnold
4af348b7ba Make stage-qa happy, and make sure the files are in the right group.
Sponsored by:	Absolight
2016-08-23 15:01:03 +00:00
Mathieu Arnold
cd66fda28d Revert the update to 4.2.
It currently exits with a bus error, which is, not good.

Reported by:	many
Sponsored by:	Absolight
2016-08-23 14:36:01 +00:00
John Marino
f7502b66bb net-mgmt/cdpd: Fix runtime on armv6
While here, pet portlint and define the 2-clause BSD license

PR:		208216
Submitted by:	Mikael Urankar (gmail)
2016-08-23 01:51:21 +00:00
Mathieu Arnold
8eb3dd2ea7 Fails to build with CCACHE on 11:
ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied

Sponsored by:	Absolight
2016-08-22 16:00:00 +00:00
Mathieu Arnold
679e730233 Update to 4.2.0.
MFH:		2016Q3
Security:	CVE-2008-4796
Security:	CVE-2013-4214
Changes:	https://github.com/NagiosEnterprises/nagioscore/blob/nagios-4.2.0/Changelog
Sponsored by:	Absolight
2016-08-22 13:14:17 +00:00
Rene Ladan
f4bdc9ed51 Reset sem@'s ports per his request.
With hat:	portmgr-secretary
2016-08-21 11:58:26 +00:00
Dmitry Marakasov
78b90f72ef - Switch to options helpers
- Add NO_ARCH
- Cosmetic fixes
2016-08-19 09:01:14 +00:00
Rene Ladan
65707a2458 Remove expired port:
2016-08-18 net-mgmt/netams: unmaintained, broken on most FreeBSD platforms
2016-08-18 13:22:27 +00:00
Mark Felder
90d8bee0d2 net-mgmt/rancid: Mark DEPRECATED, provide an EXPIRATION_DATE
PR:		211718
MFH:		2016Q3
2016-08-17 18:59:30 +00:00
Mark Felder
60ca6f044d net-mgmt/rancid3: Add experimental support for Comware devices
Comware support has been added via a port option. It is not enabled by
default as upstream has not been able to validate the reliability of
this enhancement.

PR:		209361
2016-08-17 18:13:36 +00:00
Mark Felder
92f8c39b93 net-mgmt/rancid3: Fix SSH on FreeBSD 11.0
RANCID by default attempts to ssh to devices with 3des as the cipher.
This no longer works with OpenSSH in FreeBSD 11 as you need to be more
specific. Changing this to 3des-cbc works for now, but future versions
of OpenSSH will break this as well. Unfortunately this will break RANCID
as many network devices do not support modern ciphers, but we will have
to deal with that when the time comes.

MFH:		2016Q3
2016-08-16 20:02:15 +00:00
Pawel Pekala
fc7a39659e Update to version 0.0.2
PR:		211632
Submitted by:	Neel Chauhan (maintainer)
2016-08-11 22:38:50 +00:00
Muhammad Moinur Rahman
03cce5352c net-mgmt/argus3: Fix rc.d script
PR:		203597
Submitted by:	peter.thoenen@yahoo.com
2016-08-08 21:17:25 +00:00
Kurt Jaeger
91bb92d794 net-mgmt/seafile-gui: 5.1.3 -> 5.1.4
This is an small bugfix release for seafile-gui.

 - Fixed bugs in auto completion for private shares
 - Fix bug in Mingw64
 - Updated login dialog

PR:		211635
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-08-08 19:09:40 +00:00
Kurt Jaeger
8aea8c5887 net-mgmt/seafile: 5.1.4 -> 6.0.0
This is an update for seafile to the latest version, 6.0.0. This
major version update has only minor fixes.

Recently they're was a debate regarding Seafile Ltd. being forked
by GmbH. After reading several articles and exchanging emails, I
have determined that the best path for FreeBSD to take would be
that of Ltd. I'm sorry if this upsets anyone.

- Updated to 6.0.0
  o add replace parameter to move_file api
  o [setup-script] check user host when check user exist for mysql
  o add progress for download dir/multi
  o add remove_group_repos api

PR:		211634
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-08-08 19:06:34 +00:00
Kurt Jaeger
ef954a8a5f net-mgmt/ccnet: 5.1.4 -> 6.0.0
- There isn't anything that would change functionality, but it is
  a major version update, and it needs to line up with the rest of
  the stack so people aren't confused.

PR:		211633
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-08-08 19:04:25 +00:00
Brad Davis
b9302029ab Update net-mgmt/collectd5 to 5.5.2
PR:		211613
Submitted by:	brd
Approved by:	ports-secteam (feld)
Security:	6da45e38-5b55-11e6-8859-000c292ee6b8
2016-08-08 15:50:17 +00:00
Emanuel Haupt
ea9aa57517 Pacify portlint and stage-qa. 2016-08-08 14:41:55 +00:00
Steven Kreuzer
ba618d082d Update to version 0.8.8h
Reported by:	Robert Blayzor <rblayzor@inoc.net>
2016-08-07 20:52:34 +00:00
John Marino
f9d382a067 net-mgmt/yaf: Fix dependency on libpcap
The WITH_DAG knob implies that the ports version of libpcap is desired
for yaf, not the base version as it is currently configured.  Fix the
dependency specification accordingly.

PR:	211578
2016-08-06 00:09:48 +00:00
Muhammad Moinur Rahman
3b410b7a00 net-mgmt/ndoutils: Update version 2.0.0=>2.1.0
- Convert to USES
- Mark JOBS safe
- Convert to OPTIONSNG
- Make patches makepatch compatible
2016-08-05 16:26:17 +00:00
Lars Engels
47f0bc30ec Add a slave port of net-mgmt/pnp for use with net-mgmt/icinga2 and net-mgmt/icingaweb2
Suggested by:  mr
2016-08-05 16:20:14 +00:00
Palle Girgensohn
4322ab4ab6 Update to beta3
Clean up telegraf.conf [1]

PR:	210622 [1]
2016-08-05 14:15:46 +00:00
John Marino
4dc0ad0d96 net-mgmt/icinga2: Fix LIB_DEPENDS with USES=execinfo
The unconditional specification of libexecinfo.so is redundant on most
plaforms that have libexecinfo.so in base.  The helper USES=execinfo
was created just to avoid this issue, so convert port to that.

Approved by:	just-fix-it
2016-08-04 16:41:53 +00:00
John Marino
ee4b91558f net-mgmt/netams: reset maintainer, expire, make less broken
First, the port already has 3 maintainer timeouts going back years, so
go ahead and reset maintainership.

Second, it's broken on FreeBSD 10 and newer.

Third, the options were broken (e.g. USES defined after <options>,
<pre> and <post> also used with options.  I tweaked this some (untested)

Fourth: The pcap specification is ambiguous.  (I removed it). [1]

The entire port is in really bad shape so set it for removal in
two weeks.

PR:	211578 [1]
2016-08-04 14:18:33 +00:00
Kurt Jaeger
9c26236a31 net-mgmt/cdpsnarf: remove unneeded LIB_DEPEND pcap
PR:		206841
Reported by:	marino
2016-08-04 06:16:18 +00:00
Mathieu Arnold
d6616f237e Add an option for building with BIND9 9.11.
Sponsored by:	Absolight
2016-08-03 14:21:39 +00:00
Mathieu Arnold
d462f7ed56 Update to 2.1.2.
Reported by:	portscout
Sponsored by:	Absolight
2016-08-03 14:21:35 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Kurt Jaeger
5b6bb4cb34 net-mgmt/nagvis: fix Makefile comment
PR:		202151
Reported by:	mat
2016-07-31 10:23:21 +00:00
Kurt Jaeger
9a384ae5b5 net-mgmt/nagvis: fix plist
PR:		202151
Submitted by:	ohauer
2016-07-30 11:41:42 +00:00
Kurt Jaeger
c8fde70720 net-mgmt/nagvis: 1.7.2 -> 1.8.5
- For changes see the links to all changelogs on
  http://www.nagvis.org/

PR:		202151
Submitted by:	w.schwarzenfeld@utanet.at
Reported by:	peo@bsdlabs.com
Approved by:	derfi@vei.ru (maintainer timeout)
2016-07-30 11:21:42 +00:00
Muhammad Moinur Rahman
d133e87825 net-mgmt/librenms: Update version 201605=>201607 2016-07-27 20:42:46 +00:00
Pawel Pekala
3a6c922e4d - Update to version 0.26 [1]
- Fix capitalization in pkg-descr

PR:		210925 [1]
Submitted by:	maintainer [1]
2016-07-27 17:24:39 +00:00
Kurt Jaeger
aa29f94d8e net-mgmt/seafile: 5.1.3 -> 5.1.4
- Added py-urllib3 to runtime depends
- Added upgrading reminder in pkg-message.in

- [fix] Fix seaf-fsck.sh --export fails without database
- [fix] Fix users with Umlauts in their display name breaks group
  management and api2/account/info on some special Linux distribution
- Remove user from groups when a user is deleted.
- [fix] Fix can't generate shared link for read-only shared library
- [fix] Fix can still view file history after library history is
  set to "no history".
- [fix] Fix after moving or deleting multiple selected items in the
  webinterface, the buttons are lost until reloading
- Check user before start seafile. The user must be the owner of
  seafile-data directory
- Don't allow emails with very special characters that may containing
  XSS string to register
- [fix] During downloading multiple files/folders, show "Total size
  exceeds limits" instead of "internal server error" when selected
  items exceeds limits.
- [fix] When delete a share, only check whether the be-shared user
  exist or not. This is to avoid the situation that share to a user
  can't be deleted after the user be deleted.
- Add a notificition to a user if he/she is added to a group
- Improve UI for password change page when forcing password change
  after admin reset a user's password
- [fix] Fix duplicated files show in Firefox if the folder name
  contains single quote '

PR:		211340
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-07-24 19:15:29 +00:00
Kurt Jaeger
2ce2542b05 net-mgmt/ccnet: 5.1.3 -> 5.1.4
- remove user_name param for remove_group api

PR:		211339
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-07-24 19:12:34 +00:00
Lars Engels
5ea1652b12 Mark broken on FreeBSD 9.x 2016-07-24 09:15:36 +00:00
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Dmitry Marakasov
6dc0f75690 - Mark BROKEN: does not fetch
tux.org does not resolve, apache.uasw.edu gives 404

Reported by:	pkg-fallout
2016-07-18 17:09:35 +00:00
Kurt Jaeger
fcf1fa2142 net-mgmt/phpipam: 1.0 -> 1.2.1
PR:		211151
Changes: http://phpipam.net/phpipam-1-2-1-bugfix-released/
	 http://phpipam.net/phpipam-v1-2-released/
Requested by:	Brandon McCorkle <Brandon.McCorkle@gahanna.gov>
Approved by:	jake@xz.cx (maintainer)
2016-07-16 18:34:16 +00:00
Pawel Pekala
4f6cf4100b OnionLauncher is a launcher for Tor written in Python and PyQt5.
WWW: https://www.github.com/neelchauhan/OnionLauncher

PR:		210743
Submitted by:	Neel Chauhan <neel@neelc.org>
2016-07-13 21:02:10 +00:00
Antoine Brodin
d40f6d89cc Fix build on head (freebsd 12)
Reported by:	pkg-fallout
2016-07-10 17:58:15 +00:00
Mark Felder
49ecf6ba82 net-mgmt/unifi3: Remove from ports tree
Unifi3 is EoL. Please upgrade to net-mgmt/unifi4.
2016-07-10 14:16:40 +00:00
Mark Felder
c4e185a8f3 net-mgmt/unifi4: Update to 4.8.20
Changelog:	https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-4-8-20-is-released/ba-p/1612634
2016-07-10 14:01:01 +00:00
Lars Engels
a02cac9cd7 - Update to 1.2-RC4
- Remove my distfile mirror
- Switch to USES ssl
- Provide working versions of airmon-ng and airodump-ng-oui-update
2016-07-10 13:39:28 +00:00
Mark Felder
e83fe6e0be net-mgmt/nfsen: Improve default directory permissions
Also make it easier to install/run as another user.

PR:		210368
2016-07-07 19:41:31 +00:00
Rene Ladan
19f31a471b Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
2016-07-04 20:48:23 +00:00
Lars Engels
6a41079241 Update to 2.3.4 2016-07-03 18:53:48 +00:00
Kurt Jaeger
3cbaf768d1 net-mgmt/kismet: 2013-03-R1b -> 2016-07-R1, take maintainer
- Turn on FCS validation by default for all sources
- support for recent autotools
- fixes for crashes when alert backlog was set to zero
- fixes for failures in some VIF situations
- fixes to resizing windows
- fixes to GPS averaging
- add WPS state parsing
- handle BSSTimestamp parsing
- other assorted bug fixes and behavior improvements.
- nl8011 support is fixed so finding the vif device works again
- full 5GHz channel discovery works now
- memory leaks in the drone are fixed
- some ncurses compile bugs are resolved.
2016-07-03 10:38:12 +00:00
Kurt Jaeger
76387b4ab3 net-mgmt/seafile-gui: 5.1.2 -> 5.1.3
- Support syncing any sub-folder with a community server
- [fix, pro] Fix auto-completion in sharing a folder to a user
- auto-login for open file history in web
- Prevent generating too many "case conflict" files

PR:		210728
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-07-01 02:10:43 +00:00
Kurt Jaeger
b3f2dd5b98 net-mgmt/seafile-gui: 5.1.1 -> 5.1.2 with additional fixes in deps
devel/libsearpc: add USES=gettext
net-mgmt/seafile: add deps devel/libevent2, misc/e2fsprogs-libuuid,
	devel/jansson, USES=gettext
www/libevhtp: remove option REGEX

- Add context menu to view file history in web
- Fix user auto-completion in folder sharing dialog
- Fix tray icon not shown in KDE 5
  https://github.com/haiwen/seafile-client/issues/697

PR:		210165
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-06-29 16:03:04 +00:00
Mathieu Arnold
dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Rene Ladan
a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00