Commit graph

268487 commits

Author SHA1 Message Date
nros
0ddb5cb233 Update libytnef to version 1.9.2.
The changes in patch-ytnef.c has been applied upstream.
patch-ytnef.c has now been removed.

Changes from Changelog:

v1.9.2 - February 23, 2017

Thanks to @hannob for finding some Out-of-bound exceptions in memory handline.
* [SECURITY] An invalid memory access (heap overrun) in handling LONG datatypes (CVE-2017-6800)
* [SECURITY] Missing a check for fields of size 0 (CVE-2017-6801)
* [SECURITY] Potential buffer overrun on incoming Compressed RTF Streams (CVE-2017-6802)

This version  & the previous 1.9.1 resolves the following CVEs:
* CVE-2017-6306
* CVE-2017-6305
* CVE-2017-6304
* CVE-2017-6303
* CVE-2017-6302
* CVE-2017-6301
* CVE-2017-6300
* CVE-2017-6299
* CVE-2017-6298

v1.9.1 - Feb 14, 2017
* BugFix for path handling- label both / and \ as invalid characters inattachments
* Remove lots of exit(-1)'s from the code that would crash calling programs
* [SECURITY] Thanks to EricSesterhennX41 for a patch to fix lots of invalid
memory allocation around corrupted files.

v1.9 - January 2, 2017
* Unify libytnef and ytnef tools into a single build & package (Thanks @jmallach)
* Fix applied for CVE-2010-5109
* Various fixes for errors found via Static Analysis (cppcheck)
* Various memory leaks plugged (Thanks @slonik-v-domene)
* Bugfix for a broken "uniqueness" checker
* Lots of formatting & documentation cleanups

Now that the two packages are unified into a single install & build, I've had
to choose a unifier of Version Numbers.  I chose 1.9 .
2017-08-17 09:49:47 +00:00
fhajny
1d4b7f0121 Updated security/vault to 0.8.1 2017-08-17 07:59:02 +00:00
fhajny
dd9bb7801d Update security/vault to 0.8.1.
DEPRECATIONS/CHANGES:

- PKI Root Generation: Calling `pki/root/generate` when a CA cert/key already
  exists will now return a `204` instead of overwriting an existing root. If
  you want to recreate the root, first run a delete operation on `pki/root`
  (requires `sudo` capability), then generate it again.

FEATURES:

- Oracle Secret Backend: There is now an external plugin to support leased
  credentials for Oracle databases (distributed separately).
- GCP IAM Auth Backend: There is now an authentication backend that allows
  using GCP IAM credentials to retrieve Vault tokens. This is available as
  both a plugin and built-in to Vault.
- PingID Push Support for Path-Baased MFA (Enterprise): PingID Push can
  now be used for MFA with the new path-based MFA introduced in Vault
  Enterprise 0.8.
- Permitted DNS Domains Support in PKI: The `pki` backend now supports
  specifying permitted DNS domains for CA certificates, allowing you to
  narrowly scope the set of domains for which a CA can issue or sign child
  certificates.
- Plugin Backend Reload Endpoint: Plugin backends can now be triggered to
  reload using the `sys/plugins/reload/backend` endpoint and providing either
  the plugin name or the mounts to reload.
- Self-Reloading Plugins: The plugin system will now attempt to reload a
  crashed or stopped plugin, once per request.

IMPROVEMENTS:

- auth/approle: Allow array input for policies in addition to comma-delimited
  strings
- auth/aws: Allow using root credentials for IAM authentication
- plugins: Send logs through Vault's logger rather than stdout
- secret/pki: Add `pki/root` delete operation
- secret/pki: Don't overwrite an existing root cert/key when calling generate

BUG FIXES:

- aws: Don't prefer a nil HTTP client over an existing one
- core: If there is an error when checking for create/update existence, return
  500 instead of 400
- secret/database: Avoid creating usernames that are too long for legacy MySQL
2017-08-17 07:58:53 +00:00
fhajny
5bc9b8c704 Updated databases/pgpool2 to 3.6.5 2017-08-17 07:46:14 +00:00
fhajny
5d4f896db6 Update databases/pgpool2 to 3.6.5, based on patches by Mustafa Dogan.
Fixes pkg/52488.

Release 3.6.5
- Fix for [pgpool-hackers: 2400] Garbage output
- Importing the latest changes in the MemoryManager API from PostgreSQL
  code.
- Fixing 0000306: Pgpool steals back MASTER status.
- Fixing [pgpool-hackers: 2390]Problems with the relative paths in
  daemon mode
- Adjust function name change in PostgreSQL 10 dev head.
- Fix a posible hang with streaming replication and extended protocol.
- Fix Pgpool-II hang when used by erlang applications.
- Fix bug with sending bind message to wrong target node.
- Fix query cache hang when used by node.js.
- Deal with PostgreSQL 10 in streaming replication delay checking.
- Fix query cache memory leak.
- Fix extended query hang in certain case.
- Fix for [pgpool-hackers: 2354] segfault with pg_md5.
- Fix descriptions of white/black_memcache_table_list.
- Fix corner case bug in Pgpool-II starting up.

Release 3.6.4
- Fixing a few corner cases in the failover request handling of the
  watchdog.
- Tightening up the watchdog cluster membership criteria.
- Enhance document for load balancing.
- Add node 0 failover test.
- Fix Pgpool-II child process segfault reported in [pgpool-hackers:
  2312].

Release 3.6.3
- Fix "show pool_cache" segfault when memcached is used.
- Fix for some more code warnings.
- Fixing some annoying compiler warnings.
- Removing the function defined but not used warnings from
  pool_config_vatiable.c
- Removing the references of obsolete debug_level configuration
  parameter.
- Fixing a mistake in the watchdog code.
- Fix for 0000299: Errors on the reloading of configuration.
- Add pgpool_adm English and Japanese docs.
- Fix document indentation.
- Fix for 0000289: Inconsistent backend state.
- Enhancing the handling of split-brain scenario by the watchdog.
- Enhancing the watchdog internal command mechanism to handle multiple
  concurrent commands.
- Fix compiler warnings.
- Comment out unsupported Java method in new JDBC drivers to prevent
  regression failure.
- Downgrade parse before bind log message to debug1.
- Fix coverity warnings.
- Fix for [pgpool-general: 5396] pam ldap failure.
- Mention that SQL type commands cannot be used in extended query mode.
- Consider SHOW command as kind of a read query.
- Fix memory leak problem caused by commit adcb636.
- Mega patch to fix "kind mismatch" (or derived) errors in streaming
  replication mode.
- Fix for 0000296: PGPool v3.6.2 terminated by systemd because the
  service Type has been set to 'forking'.

Release 3.6.2
- Add "Wants=network.target" to pgpool.service file.
- Fix pcp_promote_node bug that fails promoting node 0.
- Fix document error.
- Pgpool-IIshould not perform ping test after bringing down the VIP.
- Fix to release shared memory segments when Pgpool-IIexits.
- Fix for [pgpool-general: 5315] pg_terminate_backend
- Adding the missing ExecStop and ExecReload commands to the systemd
  service configuration file.
- Fix for 281: "segmentation fault" when execute pcp_attach_node.
- Fix load balancing bug in streaming replication mode.
- Fix yet another kind mismatch error in streaming replication mode.
- Fix do_query()hangs after close message.
- Fixing stack smashing detected.
- Fixing the issue with the watchdog process restart.
- Fix query cache bug reported in pgpool-general-jp:1441.
- Remove elog/ereport calls from signal handlers.
- Fix bug failed to create INET domain socket in FreeBSD if
  listen_addresses = '*'.
- Fix for 0000249: watchdog sometimes fails de-escalation.
- Fix connection_life_time broken by authentication_timeout.
- Fix authentication timeout that can occur right after client
  connecttions.

Release 3.6.1
- Tightening up the watchdog security.
- Add pgpool_adm extension in Pgpool-II RPM.
- Fix occasional segfault when query cache is enabled.
- Fix packet kind does not match error in extended protocol.
- Fix a race condition in a signal handler.
- Fix wrong minimum configuration value for
  client_idle_limit_in_recovery.
- Allow to execute "make xslthtml" under doc.ja.
2017-08-17 07:46:05 +00:00
fhajny
47c5fbd7ec Updated sysutils/consul to 0.9.2 2017-08-17 07:33:39 +00:00
fhajny
dc1419abb2 Update sysutils/consul to 0.9.2.
## 0.9.2 (August 9, 2017)

BUG FIXES:

- agent: Fixed an issue where the old `-retry-join-{ec2,azure,gce}`
  command line flags were not being honored.
- server: Reverted the change that made unauthorized KV queries return
  403 instead of 404 because it had a minor bug that affected the
  operation of Vault, and in addition to fixing the bug, we identified an
  additional case that needed to be covered.

## 0.9.1 (August 9, 2017)

FEATURES:

- Secure ACL Token Introduction: It's now possible to manage Consul's
  ACL tokens without having to place any tokens inside configuration
  files.
    * A new `/v1/agent/token` API allows an agent's ACL tokens to be
    * introduced without placing them into config files, and to update
    * them without restarting the agent.
    * A new `/v1/acl/bootstrap` allows a cluster's first management
    * token to be created without using the `acl_master_token`
    * configuration.
- Metrics Viewing Endpoint: A new `/v1/agent/metrics` API displays the
  current values of internally tracked metrics.

IMPROVEMENTS:

- agent: Retry Join for Amazon AWS, Microsoft Azure, Google Cloud, and
  (new) SoftLayer is now handled through the
  https://github.com/hashicorp/go-discover library.
- agent: Reports a more detailed error message if the LAN or WAN Serf
  instance fails to bind to an address.
- agent: Added NS records and corrected SOA records to allow Consul's
  DNS interface to work properly with zone delegation.
- agent: Added support for sending metrics with labels/tags to supported
  backends.
- agent: Added a new `prefix_filter` option in the `telemetry` config to
  allow fine-grained allowing/blocking the sending of certain metrics by
  prefix.
- cli: Added a `-child-exit-code` option to `consul lock` so that it
  propagates an error code of 2 if the child process exits with an
  error.
- docs: Added a new Geo Failover Guide showing how to use prepared
  queries to implement geo failover policies for services.
- docs: Added a new Consul with Containers Guide showing critical
  aspects of operating a Consul cluster that's run inside containers.
- server: Added a `RemoveEmptyTags` option to prepared query templates
  which will strip out any empty strings in the tags list before
  executing a query.
- server: Implemented a much faster recursive delete algorithm for the
  KV store.

BUG FIXES:

- agent: Clean up temporary files during disk write errors when
  persisting services and checks.
- agent: Fixed an issue where DNS and client bind address templates were
  not being parsed via the go-sockaddr library.
- agent: Fixed status code on all KV store operations that fail due to
  an ACL issue. They now return a 403 status code, rather than a 404.
- agent: Fixed quoting issues in script health check on Windows.
- agent: Fixed an issue where `consul monitor` would exit on any empty
  log line.
- server: Updated raft library to fix issue with machine crashes causing
  snapshot files to not get saved to disk
2017-08-17 07:33:28 +00:00
wiz
f0519b9069 Remove suggsted hugo package -- packaged by gavan, thanks! 2017-08-17 07:17:15 +00:00
taca
e34950e42f - isc-dhcp-4.3.5. 2017-08-17 06:29:21 +00:00
taca
ab96ef4ecf Note update of www/contao44 package to 4.4.3. 2017-08-17 06:28:42 +00:00
taca
96751ee9e8 Update contao44 to 4.4.3.
pkgsrc change: Drop dependency to php-mysqli.

Quote from release announce:

The bugfix release fixes several issues including problems with the back end
referer management and the front end preview.
2017-08-17 06:28:10 +00:00
jnemeth
df2e085b15 add commented out u-boot which only contains Makefile fragments 2017-08-17 04:35:35 +00:00
markd
c8e629b672 Some tex package updates 2017-08-17 04:32:47 +00:00
markd
43e68d5011 Update tex-algorithm2e{,-doc} to 5.2
This release fix some old bugs (see release note for more informations
about this) and take care of some small overfull hbox that was
present in some particular combination of options and packages.
In particular it fixes an annoying unbalanced brace that could cause some
troubles.
2017-08-17 04:30:59 +00:00
markd
ca7a7da4ac Update tex-powerdot to 1.5b
Updated to work with the latest graphicx package,
thanks to Akira Kakuto and David Carlisle for their help.
2017-08-17 04:24:37 +00:00
markd
c4580efb47 Update tex-fmtcount{,-doc} to 3.03
Fix issue (docstripable doc spilled into the portugese code)
2017-08-17 04:21:06 +00:00
markd
723e4cb90f Update tex-l3{experimental,kernel,packages}{,-doc} to 2017.44864
- New \hbox_set_to_wd:Nnw and \vbox_set_to_ht:Nnw functions
 - Revised l3file module to give better defined
   path/file/extension split
 - New experimental functions in l3file: \file_input_stop:,
   \file_get_mdfive_hash:nN, \file_get_size:nN and
   \file_get_timestamp:nN; currently XeTeX does not support
   getting file size/timestamp
 - New experimental \mode_leave_vertical: as a code-level
   equivalent of \leavevmode
 - New experimental support for shell escape in l3sys module
 - New mechanism for checking variable declarations locally:
   see option "enable-debug" and
   \debug_check_declarations_(on|off):
 - More invalid regex patterns trapped with warning
 - More regex documentation examples
 - Bug fix for \tl_mixed_case:n(n) with pdfTeX when the first
   character is outside the ASCII range
 - Fix nesting of selective setting in l3keys
2017-08-17 04:13:29 +00:00
markd
21338b20ab Update tex-pdfpages{,-doc} to 0.5j
Fixed option `addtolist' which was broken when used together with
package float.sty.
2017-08-17 03:58:16 +00:00
markd
101b75b7f8 Update tex-microtype{,-doc} to 2.7
This update features several improvements, bug fixes, as well as
compatibility with current LaTeX (no more Unknown slot number
warnings!).
2017-08-17 03:50:19 +00:00
markd
919b193b10 Update tex-probsoln{,-doc} to 3.05
Now allows comma-separated list of file names in
\loadrandomproblems and \loadrandomexcept
2017-08-17 03:42:18 +00:00
markd
6aad065588 Update tex-babel-french to 3.3b
Internal change: the main support for French is now in file
french.ldf; portemanteau files frenchb.ldf, francais.ldf,
acadian.ldf, canadien.ldf have been added.
This change is meant for Babel's future releases, but frenchb
v3.3b still works with current Babel (v3.12).

Recommended options to use with Babel are *french* or *acadian*
(for Canadian French currently identical to French), all others
are *deprecated*.
2017-08-17 03:35:37 +00:00
markd
fe2448586e Update tex-tcolorbox{,-doc} to 4.10
- new options:
  'inherit height', 'verbatim ignore percent'
- library 'skins'
  * new style 'enhanced standard jigsaw'
- library 'magazine':
  * new macro: '\ifboxarrayempty'
- library 'breakable':
  * option 'break at' allows negative values now.
  * the algorithm for breaks inside a multicolumn environment was
improved (user code may be affected by this change).
  * new macro: '\tcbbreak'
- library 'minted':
  * the default settings for 'minted options'
    are supplemented by 'breaklines,autogobble'
- new library 'poster'
  * new macros and environments:
    'tcbposter',  '\tcbposterset', '\posterbox', 'posterboxenv',
    'tcbposterwidth', 'tcbposterheight', 'tcbpostercolspacing',
'tcbposterrowspacing', 'tcbpostercolumns', 'tcbposterrows',
'tcbpostercolwidth', 'tcbposterrowheight'
  * new options:
    'poster', 'columns', 'rows', 'colspacing', 'rowspacing', 'spacing',
    'showframe', 'width', 'height', 'prefix', 'coverage', 'no coverage',
    'boxes', 'fontsize', 'name', 'column', 'column*', 'span', 'row',
'rowspan', 'fixed height', 'below', 'above', 'at', 'between',
'sequence', 'placeholder', 'xshift', 'yshift'
- New example file 'tcolorbox-example-poster'
- New tutorial 'tcolorbox-tutorial-poster' for poster creation
2017-08-17 03:30:07 +00:00
markd
efc5eba0b6 Update tex-dozenal{,-doc} to 7.1
Previously, dozenal wouldn't work with the Type1 versions of the fonts
if compiling with luatex.  Now it does.
2017-08-17 03:21:14 +00:00
markd
0a07b442ea Update tex-fancyhdr{,-doc} to 3.9a
Correction for bug in extramarks.sty
2017-08-17 03:14:22 +00:00
markd
ed7ec83fdc Update tex-babel{,-doc} to 3.12
* Fix - error when version in format and of package
  didn't match.
* Now switch.def is loaded always.
* First steps in bidi writing.
2017-08-17 03:05:36 +00:00
markd
672010a5de Update tex-unicode-data{,-doc} to 1.6
Update to Unicode 10.0.0 data files.
2017-08-17 02:52:10 +00:00
markd
fe9a783db4 Update tex-ptex-fontmaps{,-doc} to 20170624.0
* Use BatangChe/DotumChe instead of Baatang/Dotum in 'ms' family.
* Add 'founder' family for use with WPS Office Linux.
2017-08-17 02:41:48 +00:00
markd
61aecd8f43 Update tex-texinfo{,-doc} to 5.1.44706
changes unknown
2017-08-17 02:33:44 +00:00
markd
aa4a5c8be7 Update tex-fbb{,-doc} to 1.13
changes unknown
2017-08-17 02:26:40 +00:00
gavan
44043f80e8 Added www/hugo version 0.26 2017-08-17 02:24:34 +00:00
gavan
6537b907f2 Added devel/go-yaml version 0.0.20160301 2017-08-17 02:24:21 +00:00
gavan
f9a57e11c6 Added net/go-websocket version 1.0.0 2017-08-17 02:24:09 +00:00
gavan
c90b0721a7 Added devel/go-viper version 0.0.20170723 2017-08-17 02:23:58 +00:00
gavan
0023abf0c1 Added www/go-toml-pelletier version 1.0.0 2017-08-17 02:23:46 +00:00
gavan
ba1daee78e Added www/go-toml-burntsushi version 0.2.0 2017-08-17 02:23:34 +00:00
gavan
3b97e898f6 Added math/go-stats version 0.2.0.20170729 2017-08-17 02:23:22 +00:00
gavan
d72b824ca4 Added devel/go-shuffle version 0.0.20170808 2017-08-17 02:23:10 +00:00
gavan
b5f8d462da Added security/go-sftp version 1.0.0 2017-08-17 02:22:59 +00:00
gavan
5cb06c2402 Added textproc/go-sentences version 1.0.6 2017-08-17 02:22:48 +00:00
gavan
2cf70cdae3 Added devel/go-sanitized_anchor_name version 0.0.20151028 2017-08-17 02:22:38 +00:00
gavan
b2977f1206 Added devel/go-purell version 0.1.0 2017-08-17 02:22:27 +00:00
gavan
eb6b514073 Added textproc/go-prose version 0.0.20170806 2017-08-17 02:22:17 +00:00
gavan
7551ee6afa Added devel/go-properties version 1.7.0 2017-08-17 02:22:06 +00:00
gavan
1dd5ee1931 Added devel/go-pflag version 1.0.0 2017-08-17 02:21:55 +00:00
gavan
0caee4749a Added devel/go-osext version 0.0.20151222 2017-08-17 02:21:43 +00:00
gavan
2425452efe Added devel/go-nitro version 0.0.20131003 2017-08-17 02:21:30 +00:00
gavan
6d7f75d398 Added textproc/go-mmark version 1.3.6 2017-08-17 02:21:19 +00:00
gavan
a3a765ded4 Added textproc/go-md2man version 1.0.6 2017-08-17 02:21:08 +00:00
gavan
a3bc2b6cde Added devel/go-mapstructure version 0.0.20160212 2017-08-17 02:20:57 +00:00
gavan
fcd6c02792 Added devel/go-jwalterweatherman version 20170523 2017-08-17 02:20:44 +00:00