Commit graph

270696 commits

Author SHA1 Message Date
wiz
e71167f19e doc: Updated net/syncthing to 0.14.38 2017-09-26 10:13:10 +00:00
wiz
2069bf69ca syncthing: update to 0.14.38.
This is a regularly scheduled stable release.

Resolved issues (cmd/syncthing):

    #4063, #4343: KCP connections are now more stable.
    #4348: Hashing benchmarks are skipped if a manual selection has been forced.

Resolved issues (cmd/strelaysrv):

    #4245: Relay server RAM usage has been reduced.
2017-09-26 10:12:57 +00:00
wiz
958ac9458a doc: Updated devel/py-polib to 1.0.8 2017-09-26 10:12:40 +00:00
wiz
ecc8031cf7 py-polib: update to 1.0.8.
Version 1.0.8 (2016/11/21)
--------------------------
 - Fixed issue #70 (occurrences parsing for windows pathes)
 - Fixed issue #71 (tcomment and flags not saved for obsolete entries)
 - Fixed issue #72 (wrong metadata ordering)
 - Fixed issue #73 (can't always unpickle POFile)
 - Use natural sorting for additional headers (metadata)
 - Fixed typos in various documents

Version 1.0.7 (2015/07/08)
--------------------------
 - Fixed bad parsing of indented msgstr_plural
 - Fixed ordering of "Language" metadata entry
 - Removed space after "#" in header if comment line is empty (like gettext tools)
 - Fixed typos / grammar errors (thanks Jakub Wilk)
 - Take into account msgid_plural if needed when comparing entries (thanks Leonardo Constantino Oliveira)
 - Fixed issue #63 (str() on a bytes instance when using python3) (thanks Jakub Wilk)

Version 1.0.6 (2015/01/04)
--------------------------
 - Wheel support
 - Add missing 'Language' and 'Plural-Forms' to metadata ordering
 - More accurate float operation for POFile.percent_translated()

Version 1.0.5 (2014/08/22)
--------------------------
 - Fixed issue #59: tokens variable referenced before assignment
 - Implemented feature request #56: line number information in PO entries
 - Fixed issue #61: polib does not handle previous msgid on multilines properly

Version 1.0.4 (2014/02/19)
--------------------------
 - Fixed issue #43: improved check that determine if polib is dealing with a filepath or unicode content
 - Fixed issue #44: polib now checks MO files revision number and throws an error if the number is unexpected
 - Fixed issue #45: parse properly mo files with no header entry
 - Fixed issue #47: added flags attribute for MOEntry to be consistent with POEntry
 - Fixed issue #49: use integers rather than strings for msgstr_plural keys
 - Fixed issue #51: if a PO file ends with a comment, polib adds a spurious empty entry at the end
 - Fixed issue #52: bad magic number written on big endian platforms
 - Fixed issue #53: added a __hash__() method to POEntry and MOEntry classes
 - Fixed issue #54: use lowercase for state identifiers. This fixes issues with certain locales and string.lower()
 - Fixed issue #58: use io.open() instead of codecs.open() because the latter doesn't handle very well universal line endings
 - Make sure the mo file is closed at garbage collection, this prevents warnings on unclosed file when running tests with python >= 3.2
 - Better way to test endianness
 - polib download URL is now on Pypi
2017-09-26 10:12:25 +00:00
wiz
a118bdb090 scim: Remove commented out qt3 option 2017-09-26 10:02:21 +00:00
wiz
4c03c24080 gnash: remove kde3 option 2017-09-26 09:44:08 +00:00
wiz
ef6d0c6c56 fbreader: remove qt3 option 2017-09-26 09:43:28 +00:00
wiz
d1836bd8c8 celestia: remove kde (KDE3) option 2017-09-26 09:43:03 +00:00
wiz
e386dfd4e9 uim: remove qt3 and kde3 options 2017-09-26 09:42:26 +00:00
wiz
212317a17b myodbc: remove gui option from PLIST 2017-09-26 09:40:51 +00:00
wiz
69f264aa06 myodbc: remove gui option (uses qt3) 2017-09-26 09:40:10 +00:00
wiz
d850273ec4 compiz: remove kde3 option from buildlink3.mk as well 2017-09-26 09:12:24 +00:00
fhajny
83da442445 doc: Updated devel/gradle to 4.2 2017-09-26 08:18:35 +00:00
fhajny
f36415cda6 Update devel/gradle to 4.2.
Significant changes:

- Parallel native compilation and linking tasks
- Faster zipTree and tarTree
- Better support for script plugins from HTTP/HTTPS URLs
- Support for Google Cloud Storage backed repositories
- Better Play support
- Features for easier plugin authoring
- UX improvements
- Safer handling of stale output files
- Connect to untrusted HTTPS build cache

See full release notes:

  https://docs.gradle.org/4.2/release-notes.html
2017-09-26 08:18:26 +00:00
fhajny
890f08ab4f doc: Updated databases/redis to 4.0.2 2017-09-26 07:52:22 +00:00
fhajny
cea55bf1ca Update databases/redis to 4.0.2.
Significant bugs fixed:

1. A number of bugs were fixed in the area of PSYNC2 replication in
thecspecific area of restarting an instance with an RDB file having
the repliacation meta-data to continue without a full
resynchronization.

2. AOF flush on SHUTDOWN did not cared to really write the AOF buffers
(not in the kernel but in the Redis process memory) to disk before
exiting. Calling SHUTDOWN during traffic resulted into not every
operation to be persisted on disk.

3. The SLOWLOG could reference values inside string objects stored at
keys, creating a race condition during FLUSHALL ASYNC while the DB is
reclaimed in another thread.
2017-09-26 07:52:13 +00:00
fhajny
339641fa79 doc: Updated security/vault to 0.8.3 2017-09-26 07:41:23 +00:00
fhajny
19d11314c4 Update security/vault to 0.8.3.
CHANGES:

- Policy input/output standardization: For all built-in authentication
  backends, policies can now be specified as a comma-delimited string or an
  array if using JSON as API input; on read, policies will be returned as an
  array; and the `default` policy will not be forcefully added to policies
  saved in configurations. Please note that the `default` policy will continue
  to be added to generated tokens, however, rather than backends adding
  `default` to the given set of input policies (in some cases, and not in
  others), the stored set will reflect the user-specified set.
- `sign-self-issued` modifies Issuer in generated certificates: In 0.8.2 the
  endpoint would not modify the Issuer in the generated certificate, leaving
  the output self-issued. Although theoretically valid, in practice crypto
  stacks were unhappy validating paths containing such certs. As a result,
  `sign-self-issued` now encodes the signing CA's Subject DN into the Issuer
  DN of the generated certificate.
- `sys/raw` requires enabling: While the `sys/raw` endpoint can be extremely
  useful in break-glass or support scenarios, it is also extremely dangerous.
  As of now, a configuration file option `raw_storage_endpoint` must be set in
  order to enable this API endpoint. Once set, the available functionality has
  been enhanced slightly; it now supports listing and decrypting most of
  Vault's core data structures, except for the encryption keyring itself.
- `generic` is now `kv`: To better reflect its actual use, the `generic`
  backend is now `kv`. Using `generic` will still work for backwards
  compatibility.

FEATURES:

- GCE Support for GCP Auth: GCE instances can now authenticate to Vault
  using machine credentials.
- Support for Kubernetes Service Account Auth: Kubernetes Service Accounts
  can now authenticate to vault using JWT tokens.

IMPROVEMENTS:

- configuration: Provide a config option to store Vault server's process ID
  (PID) in a file
- mfa (Enterprise): Add the ability to use identity metadata in username
  format
- mfa/okta (Enterprise): Add support for configuring base_url for API calls
- secret/pki: `sign-intermediate` will now allow specifying a `ttl` value
  longer than the signing CA certificate's NotAfter value.
- sys/raw: Raw storage access is now disabled by default

BUG FIXES:

- auth/okta: Fix regression that removed the ability to set base_url
- core: Fix panic while loading leases at startup on ARM processors
- secret/pki: Fix `sign-self-issued` encoding the wrong subject public key
2017-09-26 07:41:14 +00:00
wiz
a6a367e770 avahi: remove qt3 from buildlink3 as well 2017-09-26 07:10:20 +00:00
adam
a7eed00f59 Updated converters/help2man, www/nghttp2 2017-09-26 07:05:49 +00:00
adam
58748300b7 nghttp2: update to 1.26.0
nghttp2 v1.26.0
* docs: Fix some typos in the nghttpx how-to
* build: Update Dockerfile.android
* build: Refactoring include directories for build as CMake subdirectory (add_subdirectory(nghttp2))
* nghttpx: Fix OCSP related error when building with BoringSSL
* h2load: Fix bug that timing script stalls with -m1
* h2load: Reservoir sampling
* h2load: Add timing-based load-testing in h2load
2017-09-26 07:05:05 +00:00
wiz
c3349031cd compiz: remove kde3 support. 2017-09-26 07:01:55 +00:00
wiz
a34256bc75 avahi: Remove qt3 option. 2017-09-26 06:56:23 +00:00
adam
c95060a273 help2man: update to 1.47.5
help2man 1.47.5:
* Refresh Brazilian Portuguese translation from translation project copy
  (trivial date change).
* Update Swedish translation.
* Use POSIX compliant TZ when setting UTC.
* Update copyright years.
2017-09-26 06:48:58 +00:00
wiz
e247153082 Note freeze end. 2017-09-26 06:42:32 +00:00
maya
12f7cc031e doc: Updated lang/gcc7 to 7.2.0 2017-09-26 06:10:50 +00:00
maya
0ffb16f69d gcc7: update to 7.2.0
SPARC
    Support for the SPARC M8 processor has been added.
    The switches -mfix-ut700 and -mfix-gr712rc have been added to work around an erratum in LEON3FT processors.
    Use of the Floating-point Multiply Single to Double (FsMULd) instruction can now be controlled by the -mfsmuld and -fno-fsmuld options.

RTEMS
    The Ada run-time support uses now thread-local storage (TLS).
    Support for RISC-V has been added.
    Support for 64-bit PowerPC using the ELFv2 ABI with 64-bit long double has been added.

Bug fixes: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=7.2
2017-09-26 06:10:27 +00:00
adam
9eaf97e518 Updated devel/cmake to 3.9.3 2017-09-26 04:56:00 +00:00
adam
8cb9a9ee6a cmake: update to 3.9.3
Changes in 3.9.3 since 3.9.2:
* VS: Do not consider MAP_IMPORTED_CONFIG_ on non-imported targets
  bootstrap: Fix running multiple times in-source
* vim: Remove default setting of expandtab
* FindBoost: Add support for Boost 1.65.0 and 1.65.1 to CMake 3.9
* CTest: fix crash if source file for coverage cannot be found
* Autogen: Backport autogen target dependency as file dependency fix
* Autogen: Tests: Backport tests for _autogen target dependencies
2017-09-26 04:50:50 +00:00
maya
974ce2d85f omit outdated stuff (kde)
pointed out by shalokshalom.
2017-09-26 03:23:30 +00:00
jlam
eb0346be1b www/siege: Fix installation if ${PKG_SYSCONFBASE} != ${PREFIX}/etc.
The software Makefiles try to install example configuration files
directly into $(sysconfdir), which is set during the configure
stage to ${PKG_SYSCONFDIR} == ${PREFIX}/etc/siege.  However, pkgsrc
standards require that the example configuration files be installed
into ${PREFIX}/share/examples/siege ( ${EGDIR} ).

Pass sysconfdir=${EGDIR} to the bmake(1) process during the install
stage so that the Makefile recipe will install the example files
into the correct location.

Remove the "install" substitution class that was trying to do the
same thing but which fails if ${PKG_SYSCONFBASE} != ${PREFIX}/etc.

Bump the PKGREVISION due to changes in the installed files if the
package is built with default settings.  Fix discussed with nils@
in private correspondence.
2017-09-25 22:39:56 +00:00
joerg
ed3b8c17f6 Fix format string use. Unbreak build against current Boost. 2017-09-25 22:32:16 +00:00
joerg
dee70be2c0 Reduce namespace pollution. 2017-09-25 22:31:25 +00:00
joerg
ab8e866991 Don't use bundled six, it conflicts with newer installed versions
required i.e. by py-html5lib.
2017-09-25 22:30:43 +00:00
joerg
8c75745708 Fix format strings. Fix missing prototypes. Fix missing return values.
Bump revision.
2017-09-25 22:30:06 +00:00
joerg
6ec708b0f2 Fix build on NetBSD 8+ 2017-09-25 22:29:06 +00:00
joerg
9e1d337b2d Include the right pcre version. 2017-09-25 22:27:43 +00:00
joerg
eb62eb28aa Bump revision for podofo changes. 2017-09-25 22:26:51 +00:00
joerg
8c917f778e Apply upstream fix for providing the same ABI for C++03 and C++11.
Bump revision. Belatedly fix b3.mk.
2017-09-25 22:26:27 +00:00
maya
5698d8dc7e nvm previous 2017-09-25 18:29:05 +00:00
maya
6563638add work around pkgsrc bugs. 2017-09-25 17:53:18 +00:00
wiedi
f50b7ab445 libstash: fix build on at least SunOS
Ensure the bsd Makefile is always used.
2017-09-25 16:11:54 +00:00
maya
8629005111 Use my netbsd login name 2017-09-25 14:44:34 +00:00
wiedi
8b3edab136 libstaroffice: add missing zlib buildlink 2017-09-25 13:15:52 +00:00
gson
2fe32848c5 Make COMMENT more accurately describe what the crashme program does. 2017-09-25 12:47:44 +00:00
maya
3b3c1b67bd weechat: delete forgotten commented distinfo entry. 2017-09-25 12:14:28 +00:00
maya
774c3ced58 doc: Updated chat/weechat to 1.9.1 2017-09-25 12:09:51 +00:00
maya
d82394c930 weechat: update to 1.9.1
Fixes CVE-2017-14727, CVE-2017-8073

version 1.9.1:
a crash can happen in logger plugin when converting date/time specifiers in file mask.
Two other bugs are fixed as well in buflist and relay plugins.

version 1.9:
- improve speed of nicklist bar item callback
- add auto scroll of buflist bar with new option buflist.look.auto_scroll
- add option buflist.format.name
- add variables ${format_name}, ${current_buffer} and ${merged} in buflist
- display a warning in buflist when the script buffers.pl is loaded
- add server/channel pointers in trigger IRC callbacks
- add API functions config_option_get_string and hdata_compare
- fix bind of Space key

version 1.8:
- add option weechat.completion.nick_case_sensitive
- add wilcard matching operator, cut of string and ternary operator in evaluation of expressions
- add resize of window parents with /window resize [h/v]size
- add plugin "buflist" (bar with list of buffers)
- add arraylist and dynamic string functions in API
- add option "open" in command /server
- add signal "irc_server_lag_changed" and store the lag in the server buffer (local variable)
- add aspell options to control delimiters in suggestions
- add option "-include" in commands /allchan, /allpv and /allserv

For a complete changelog, see:
https://weechat.org/files/changelog/ChangeLog-1.9.1.html
2017-09-25 12:09:24 +00:00
wiedi
50e2a41407 znapzend: patch for newer mojolicious
Fixes "Mojo::Util::slurp is DEPRECATED" error.
Upstream PR https://github.com/oetiker/znapzend/pull/283
2017-09-25 10:50:27 +00:00
wiedi
fa45dc795e arm-none-eabi-gcc: fix build on SunOS
SunOS also needs the libcpp PLIST entries.
2017-09-24 21:07:17 +00:00