# collectd -f
Fatal Python error: no mem for sys.argv
ValueError: character U+6f633c00 is not in range [U+0000; U+10ffff]
Abort (core dumped)
Approved by: maintainer
Force the full path to a few binaries.
Make sure the checks that need to be suid are suid.
Differential Revision: https://reviews.freebsd.org/D1502
Tested by: dvl
Sponsored by: Absolight
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl. This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20. For affected ports, the interpreter
was changed to localbase.
In one case, the interpreter was correct, but it wasn't surround by
quotes. Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
Changelog:
- Fix various incompatibilities with newer php and Perl versions
- Fix empty details graph, if too many channels or resources were
selected.
- Fix argument bug in selecting the dstmac statistics
- Fix bug in create history profiles: compression flag was not applied
properly
- Add periodic reload feature for Perls with mem leak.
The Zabbix server and proxy ports require a database to run. They
currently support four, PostgreSQL, Oracle, SQLite, and MySQL. As
of now, rcorder puts them ahead of the database ports, so they spit
out dozens of error messages during startup and, worse, get the
database pulled out from under them during shutdown.
The ports used to provide a solution for this, by defining
ZABBIX_REQUIRE. The value of this variable used to be added to the
REQUIRE lines in the startup scripts, but this was removed accidentally
from 2.2 in r355546 and never existed in 2.4. This patch adds it
back, in a slightly different, optionsng-friendly way.
PR: 195081
Submitted by: chris@chrullrich.net
Approved by: pakhom706@gmail.com (maintainer)
- Remove optional installation of PORTDOCS, staging takes care of that
- Unmute install commands
- Use @dir() instead of one big chown to set directory permissions
PR: 194921 [1]
Submitted by: timp87@gmail.com [1]
Approved by: maintainer
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
* alloca.h include not found on FreeBSD
* cinttypes include location
* clang compatibility
- Strip shared libraries manually since upstream install-strip target is
fail
Changes:
https://launchpad.net/libmemcached/+announcements
[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
PR: 193312
Submitted by: Jingfeng Yan
Seafile is a next-generation open source cloud storage system with
advanced support for file syncing, privacy protection and teamwork.
Collections of files are called libraries, and each library can be synced
separately. A library can be encrypted with a user chosen password. This
password is not stored on the server, so even the server admin cannot
view a file's contents.
Seafile allows users to create groups with file syncing, wiki, and
discussion to enable easy collaboration around documents within a team.
This is the desktop client for Seafile.
PR: 193134
Submitted by: Jingfeng Yan
Seafile is a next-generation open source cloud storage system with
advanced support for file syncing, privacy protection and teamwork.
Collections of files are called libraries, and each library can be synced
separately. A library can be encrypted with a user chosen password. This
password is not stored on the server, so even the server admin cannot
view a file's contents.
Seafile allows users to create groups with file syncing, wiki, and
discussion to enable easy collaboration around documents within a team.
PR: 193133
Submitted by: Jingfeng Yan
Ccnet is a framework for writing networked applications in C. It provides
the services of peer identification, connection management, service
invocation, and message sending. Server has the management of user, group,
and cluster.
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
===> Building package for netxms-1.2.16
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/nxap): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/bin/nxappget): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/bin/nxapush): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/nxaction): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/nxadm): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/netxmsd): No such file or directory
...
Reported by: pkg-fallout
I'm creating an entirely new port for rancid 3.x as the syntax for the
router.db file is different and a blind upgrade will cause deletion of
backed up devices and their configs from the repository if the user
doesn't stop the cron jobs before updating the syntax.
PR: 193351
Changes since approx. 2012-06-09:
Tue Jul 8 14:51:13 EDT 2014
Mods for packaging for ubuntu, redhat, etc....
Added debian and pkg directories, mods to spec file.
Tue Jun 17 10:42:07 EDT 2014
Update and Fixes for remote argus data filter support
Mon Jun 9 20:18:12 EDT 2014
Changes for netflow packet parsing to fix netflow in clients.
Mon May 12 15:46:24 EDT 2014
Fixes for wild metric counts in new flow data.
Update filter logic to be consistent with client filters.
Modifications for timeout issues when in non-select polling.
Wed Dec 11 16:50:25 EST 2013
Fix for source id type assignement from commandline
Change for compiler timeout values
Mon Nov 25 12:11:47 EST 2013
Fixes for ARP direction processing
Back out of duplicate packet tracking logic
Thu Oct 17 15:45:31 EDT 2013
Mods for duplicate packet reporting
Thu Aug 22 08:39:26 EDT 2013
Modify configure.ac for pcap_dump_flush for older libpcaps
Mon Jul 22 16:09:35 EDT 2013
Modify timeouts within "nonselectable" packet processing loop.
Tue Jul 9 22:24:01 EDT 2013
Use VID for the VLAN identifer for the key.
Tue Jun 18 23:39:12 EDT 2013
Fix syslog while daemonized
Tue Jun 11 16:42:18 EDT 2013
Remove nanosleep() to improve performance.
Thu Apr 4 16:38:50 EDT 2013
Major addtions for SDN tracking. New Flow model specifications in argus.conf.
Wed Mar 6 16:33:47 EST 2013
Fixes for solaris port, to avoid scheduling problems with record timeouts
Fri Oct 19 13:14:13 EDT 2012
Fix documentation in ./include/argus_def.h to get Cause and Vers in right order.
Mon Oct 8 17:17:39 EDT 2012
Fix for argus TCP state machine issue with very out of order
SYN, SYN_ACK, RST volleys.
Thu Jun 21 15:33:22 EDT 2012
Fix for country code aggregation problem, where dst co would be zero'd out.
Mon Jun 11 16:07:53 EDT 2012
Fix for ArgusOutput deadlock, when congested.
Mon Jun 09 08:21:16 EDT 2012
Netflow V9 support transitioned and mostly integrated.
Need more packet data.
PR: 193566
Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
This plugin tests the availability of a given DHCP server using unicast
delivery.
PR: 187623
Submitted by: Lawrence Chen <beastie@tardisi.com>
Approved by: mentors (implicit)
- Remove WANT_GNOME
- Patch configure.in and Makefile.am to move config and m4 directories out
of the libltdl directory. This prevents rerunning autotools+configure
during make build.
- Enable PGSQL by default
- Install manpages to the proper location
- Use option helpers [1]
- Use proper order of .mk includes [1]
- Bump PORTREVISION
Suggested by: bapt [1]
figure out if it should bundle of not
The clean fix would be to always unbundle, but I will let that to the maintainer
while here strip binaries and allow packaging
Reported by: glebius
using /var/spool/nagios.
The nrpe.spec file puts localstatedir to their nagios spool directory, but
localstatedir is not used outside of the configure script, so, no need to have
it here.
Sponsored by: Absolight