Commit graph

275839 commits

Author SHA1 Message Date
fhajny
7d60c33171 doc: Updated devel/libbson to 1.9.2 2018-01-16 12:09:23 +00:00
fhajny
0fe3ce1ebb Update devel/libbson to 1.9.2.
- This release completes reverting a changed macro definition that
  broke API compatibility. The revert in 1.9.1 did not completely
  fix the BC break.
2018-01-16 12:09:14 +00:00
jperkin
d143b93d95 php56: Convert libgcc fix to a patch to mirror php7*. 2018-01-16 11:28:09 +00:00
jperkin
89a54ea50d php70: Don't automatically add libgcc on SunOS. 2018-01-16 11:26:18 +00:00
jperkin
9c1e4416db php71: Don't automatically add libgcc on SunOS. 2018-01-16 11:04:54 +00:00
jperkin
7143b825c9 php72: Don't automatically add libgcc on SunOS. 2018-01-16 10:49:56 +00:00
jperkin
3beceafcb4 coreutils: Fix issue with clang -errwarn on SunOS. 2018-01-16 10:10:00 +00:00
jperkin
d525a984c7 openssl: Don't set LD_LIBRARY_PATH during build. 2018-01-16 09:48:46 +00:00
wiz
ad909fb93c doc: Updated net/transmission-qt to 2.92nb13 2018-01-16 09:37:36 +00:00
wiz
beb4595454 doc: Updated net/transmission-gtk to 2.92nb10 2018-01-16 09:37:24 +00:00
wiz
32e83c3109 doc: Updated net/transmission to 2.92nb6 2018-01-16 09:37:13 +00:00
wiz
2922c713c9 transmission*: Fix security issue
Fix a weakness that allows remote code execution via the Transmission
RPC server using DNS rebinding:

https://bugs.chromium.org/p/project-zero/issues/detail?id=1447

Patch adapted from Tavis Ormandy's patch on the Transmission master
branch to the Transmission 2.92 release by Leo Famulari
<leo@famulari.name>:

https://github.com/transmission/transmission/pull/468/commits

Via FreeBSD ports.

Bump PKGREVISION.
2018-01-16 09:37:00 +00:00
maya
491f3d1de3 cross-libtool-base: catch up with libtool-base 2.4.6 PLIST changes.
From Harold Gutch in PR pkg/52921
2018-01-16 09:34:40 +00:00
wiz
c5d5a2ca2e py-mercurial: add upstream patch to fix test failure
No change to binary package, so no PKGREVISION bump.
2018-01-16 09:24:56 +00:00
jperkin
1eac778b92 zeromq: Requires C99. 2018-01-16 09:15:28 +00:00
adam
3c43267d2b Updated archivers/lz4 2018-01-16 08:13:31 +00:00
adam
e3a9bf9bc5 lz4: updated to 1.8.1.2
v1.8.1.2:
It's the same as v1.8.1, but the version number in source code has been fixed.
The version number is used in cli and documentation display, to create the full name of dynamic library, and can be requested via LZ4_versionNumber().
2018-01-16 08:13:01 +00:00
maya
0958c6a2a6 samba: force fail pam configure if the option is disabled.
It auto-detects existing PAM.

From Harold Gutch in PR pkg/52927
2018-01-16 07:48:47 +00:00
maya
37eab9c8ac doc: Updated chat/irssi to 1.1.0 2018-01-16 07:19:23 +00:00
maya
1519e432f4 irssi: update to 1.1.0
v1.1.0 2018-01-15 The Irssi team <staff@irssi.org>
	* Colour is now re-set when reaching a comma, matching mIRC
	  behaviour (#742, #740, #790)
	* Irssi now shows the initial nick and name on first start
	  (#785, #786)
	* lynx is no longer required to run autogen.sh (#81, #781)
	* The command history no longer permits wrapping around (#686)
	* /foreach now correctly sends arguments as commands, stopping
	  you from embarassing AMSGs (#659)
	* /server does not connect to servers anymore, use /server
	  connect to change servers (#559, #649).
	+ Add an option to ignore all channels or ignore all queries
	  using /set activity_hide_targets. By Jari Matilainen (#612,
	  #779)
	+ Add a startup warning if the TERM var is wrong inside
	  tmux/screen (#726)
	+ Add option to hide certain levels from the textbuffer using
	  /window hidelevel (#746, #808)
	+ Irssi now has its first unit test (for mode parsing). By
	  Will Storey (#793)
	+ Added access to global command history when using window
	  history, and a binding to erase entries from the command
	  history (erase_history_entry) (#762)
	+ -alternate_nick is now available as a network specific
	  property. By Paul Townsend (#120, #771)
	+ On FreeBSD, Irssi now supports Capsicum sandbox (/capsicum
	  enter). By Edward Tomasz Napierala (#735, #755, #772)
	+ Filenames (directories) ending with a / now tab-complete
	  (#741)
	+ UTF-8 should now work in regular expressions when using
	  GRegex (the default) (#636, #653)
	+ Nicks are now properly escaped on completion. By Oscar
	  Linderholm (#693, #709)
	+ /server add -port <num> now works. By Jari Matilainen (#703)
	+ Add a setting key_timeout to make key sequences
	  automatically re-set when not finished (#644, #645)
	+ Warn users about expired client certificates, as servers may
	  refuse them (#211, #627)
	+ Add a new net_start_ssl function for StartTLS. This is
	  available from ABI 8 and can be used by protocol modules
	  (#615, #622).
	+ The %# code is now stored in the textbuffer, so for example
	  web scripts can make use of it (#626)
	+ Add new setting break_wide which can be used to enable
	  breaking of wide characters (for east-asian
	  users). Originally from FreeBSD ports. (#625)
	+ Add fuzzing code (#610, #620, #701, #713)
	- Netsplits show properly again (#812)
	- Do not error on blank lines when using /exec -o. By Fabian
	  Kurz (FS#902, #805)
	- Detect used nickname as reported by server. By Alexandre
	  Morignot (#219, #804)
	- Prevent use after free error during the execution of some
	  commands. Found by Joseph Bisch. (GL#17, GL!24)
	- Fix MODE parameter parsing when colon was used at a place
	  Irssi didn't expect (#601, #766)
	- Fixed code to compile with
	  -Werror=declaration-after-statement (#795)
	- Clang-format is now supported for git-clang-format (#784)
	- Fix use after free when changing the network of
	  hilights. Reported by Rui Mathias. (#787, #788)
	- Fix positioning error when tab-completing non-ascii
	  strings. (#752, #754)
	- In-development issues (#750, #751)
	- Clarify Alis in /help list (#699, #712)
	- Improve /lastlog performance from O(N^2) to O(N) (#715)
	- Fix a segfault on "script destroyed" signal. By Stephen
	  Oberholtzer (#660, #661).
	- Fix early ISON error (#596, #647)
	- Documentation improvements. By Paolo Martini (#639).
	  By Tristan Pepin (#731).  By Paul Townsend (#684, #736).
	  By Will Storey (#777)
	- Minor cleanups (#590). By Edward Tomasz Napierala (#734,
	  #738). By Will Storey (#770)
	- Fix space issue in glib-2.0.m4 (#621)
2018-01-16 07:18:44 +00:00
fhajny
e6de96ff3c doc: Added www/php-phalcon version 3.3.1 2018-01-15 21:36:26 +00:00
fhajny
da3ba8195d Import phalcon-3.3.1 as www/php-phalcon.
Phalcon is an open source full stack framework for PHP, written as a
C-extension. Phalcon is optimized for high performance. Its unique
architecture allows the framework to always be memory resident,
offering its functionality whenever its needed, without expensive
file stats and file reads that traditional PHP frameworks employ.
2018-01-15 21:36:05 +00:00
minskim
b7748a1a64 doc: Updated devel/cmake to 3.10.1nb2 2018-01-15 18:13:12 +00:00
minskim
00dd09f872 devel/cmake: Add the upstream patch to support boost-libs-1.66
Bump PKGREVISION.
2018-01-15 18:12:41 +00:00
jperkin
31d4851473 ocaml: Restore SunOS patches. 2018-01-15 12:56:08 +00:00
sborrill
d2e84e6874 Added security/lynis version 2.5.9 2018-01-15 12:39:32 +00:00
sborrill
f94537ebc1 lynis: add 2.5.9
Lynis is an open source security auditing tool. Used by system
administrators, security professionals, and auditors, to evaluate the
security defenses of their Linux and Unix-based systems. It runs on the host
itself, so it performs more extensive security scans than vulnerability
scanners.
2018-01-15 12:38:37 +00:00
fhajny
d9b4593ea1 doc: Updated databases/mongo-c-driver to 1.9.1 2018-01-15 12:36:36 +00:00
fhajny
3091d2db9d Update databases/mongo-c-driver to 1.9.1.
- This release fixes a bug that caused session ID to be included
  in authentication and server monitoring commands.
2018-01-15 12:36:26 +00:00
fhajny
98ad94e90d doc: Updated devel/libbson to 1.9.1 2018-01-15 12:35:37 +00:00
fhajny
91ee08c737 Update devel/libbson to 1.9.1.
- This release reverts a changed macro definition that broke API
  compatibility, and fixes an off-by-one error in bson_append_regex
  that resulted in corrupt BSON.
2018-01-15 12:35:29 +00:00
jperkin
92ca4249c3 boost: SunOS supports soname, fixes check-shlibs. 2018-01-15 12:21:35 +00:00
fhajny
8da4135c23 Updated sysutils/rsyslog* to 8.32.0 2018-01-15 11:06:28 +00:00
fhajny
f2fb2d4343 Update sysutils/rsyslog* to 8.32.0.
- rsyslogd: add capability to specify that no pid file shall be
  written
- ompgsql: considerable enhancements
- build system: removed --enable-rtinst configure option
- pmrfc3164: support for headerless messages
- omhiredis: add option to use RPUSH instead of LPUSH
- mmexternal improvements
- omprog: refactored, code shared with mmexternal moved to common
  object
- logctl tool: refactor to support newer rsyslog standards
- imfile: added support for Solaris File Event notification (FEN)
- core/action: new parameter "action.errorfile"
- imfile: added new module parameter "sortFiles"
- imuxsock: improved status reporting: socket name received from
  systemd
- build system: added new testbench configure switches
- mmpstrucdata: new parameter "sd_name.lowercase"
- omfile: add module-global option "dynafile.donotsuspend"
- testbench: add a capability to turn off libfaketime tests via
  configure
- testbench: name valgrind tests consistently
- RainerScript: add function parse_json()
- RainerScript: add function substring()
- RainerScript: add function http_request()
- RainerScript: add function previous_is_suspended()
- Patches from BSD projects have been imported
- script bugfix: invalid function names were silently ignored
- rainerscript: add int2hex() function
- rainerscript: add is_time() function
- RainerScript: add function script_error() and error-reporting
  support
- testbench: fixed build problem of testbench tools under Alpine Linux
- added --enable-libsystemd configure option to enforce use of
  libsystemd
- core/glbl: remove long-unused option $optimizeforuniprocessor
- core/queue: emit better status messages at rsyslog shutdown
- fixed a couple of build issues with gcc-7 (in less frequently used
  modules)
- fixed a couple of build issues on the arm platform (actually
  raspbian)
- impstats: fix invalid counter definitions for getrusage() reporting
- imudp bugfix: potential segfault in ratelimiting
- imptcp bugfix: access to free'ed memory
- mmanon bugfix: fix wrong ipv6 embedded recognition
- imfile bugfix: not detecting files in directory when wildcards are
  used.
- script bugfix: improper string-to-number conversion for negative
  numbers
- core/action bugfix: 100% CPU utilization on suspension of output
  module
- core/variables bugfix: bare $! cannot be used in set statement
- core bugfix: auto commit of actions improperly handled
- core bugfix: filename length limitation of 199 bytes
- core bugfix: undefined behavior due to integer overflow
- core bugfix: race on LocalHostIP property during startup
- bugfix: potential segfault on startup
- omhiredis bugfix: rsyslog segfault on startup if no template is
  specified
- omprog bugfix: argv[0] not set when using binary without arguments
- core: refactoring of rsyslog's cstr "class"
- parent directory creation function refactored
- mmsnmptrapd bugfix: potential misadressing
- imkafka: fix potential small ressource leak
- imkafka bugfix: do not emit error message on regular state
- omkafka: expose operational status to user where useful
- omkafka bugfix: potential message duplication
- omkafka: fix multithreading
- omkafka bugfix: potential misadressing
- omkafka bugfix: build fails with older versions of librdkafka
- omgssapi bugfix: fix compiler warnings with gcc-7
- dnscache bugfix: entries were cached based on IP AND port number
- omkafka bugfix: fixed memory leak
- mmdblookup bugfix: replace thread-unsafe strtok() by thread-safe
  counterpart
- pmnormalize bugfix: remove unsave "strcat" implementation
- rainerscript bugfix: ltrim() and rtrim function misadressing
- imklog bugfix: local host IP was hardcoded to 127.0.0.1
- cleanup: remove obsolete pre-KSI GuardTime signature interface
- cleanup: obsolete defintion SOL_TCP replaced by newer IPPROTO_TCP
- lookup tables: fixed undefined behavior detected by UBSan
2018-01-15 11:01:16 +00:00
adam
98ec40662b Updated devel/py-faker, devel/py-decorator 2018-01-15 10:40:33 +00:00
adam
dacbf3044a py-decorator: updated to 4.2.1
4.2.1:
Fixed a regression breaking IPython and discovered by https://github.com/spapini

4.2.0:
Added a facility to define families of decorators (aka decorators with
arguments) as requested by several users.
2018-01-15 10:40:07 +00:00
adam
4f12ccaf2c py-faker: updated to 0.8.9
0.8.9:
Remove support for Python 3.3.
Allow past dates within a second.
Added phone number formatting to en_GB localisation to ensure no genuine phone numbers are generated.
Added en_GB localisation for SSN (UK National Insurance Number).
Added ro_RO person Provider.
Added domain argument to email provider.
2018-01-15 10:35:26 +00:00
jperkin
73cc913ea2 perl5: Don't add -ansi either. 2018-01-15 10:07:50 +00:00
jperkin
bb1ee7ff8a moria: Use FORTIFY_SUPPORTED=no instead of PKGSRC_USE_FORTIFY=no. 2018-01-15 09:54:21 +00:00
jperkin
448ba5d883 ap-php: Use {FORTIFY,SSP}_SUPPORTED. 2018-01-15 09:51:55 +00:00
jperkin
e27d315082 memtestplus: Use {FORTIFY,SSP}_SUPPORTED. 2018-01-15 09:50:47 +00:00
jperkin
236b7be739 ovmf: Use SSP_SUPPORTED=no instead of PKGSRC_USE_SSP=no. 2018-01-15 09:49:03 +00:00
jperkin
4942f4e537 xen*: Use SSP_SUPPORTED=no instead of PKGSRC_USE_SSP=no. 2018-01-15 09:47:54 +00:00
jnemeth
65e3a0c695 doc: Updated security/easy-rsa to 3.0.3nb1 2018-01-15 09:45:18 +00:00
jperkin
dc208e1a90 mk: Introduce *_SUPPORTED variables for security features.
Using variables such as PKGSRC_USE_SSP in package Makefiles to disable SSP does
not work due to the parsing order in bsd.prefs.mk.  Even if it did, it's not a
good idea to mix user and package settable variables, and would cause issues in
complex packages where bsd.prefs.mk is included early (e.g. Makefile.common).

Packages can now set {MKPIE,MKREPRO,FORTIFY,RELRO,SSP,STACK_CHECK}_SUPPORTED=no
to correctly disable security features if necessary.
2018-01-15 09:35:45 +00:00
jnemeth
0f612ec608 set sane default location for config file 2018-01-15 09:26:23 +00:00
he
951d036c7e Note update of fonts/fontconfig to 2.12.6nb1. 2018-01-15 09:00:01 +00:00
he
e2b1756231 Add a workaround for the Old in-tree fontconfig headers
on netbsd-6 (build fix).
Bump PKGREVISION.
2018-01-15 08:59:15 +00:00
adam
55cbd033ba Updated textproc/oniguruma 2018-01-15 08:52:25 +00:00
adam
3bec26b8c2 jq: fixed dynamic linking (now bin/jq is tiny); cleaned pkglint warnings 2018-01-15 08:51:55 +00:00