Commit graph

242055 commits

Author SHA1 Message Date
joerg
0b6285ee53 pbulk-base-0.51: Extend network support for name resolution and IPv6
(where applicable).
2015-12-07 16:52:39 +00:00
jperkin
731e32d1b9 Updated security/openssl to 1.0.2e 2015-12-07 15:58:00 +00:00
jperkin
b3a219d92e Update security/openssl to 1.0.2e.
pkgsrc changes:

  - We now need to run 'make depend' after configure to pick up algorithm
    selection changes.

Upstream changes:

 Changes between 1.0.2d and 1.0.2e [3 Dec 2015]

  *) BN_mod_exp may produce incorrect results on x86_64

     There is a carry propagating bug in the x86_64 Montgomery squaring
     procedure. No EC algorithms are affected. Analysis suggests that attacks
     against RSA and DSA as a result of this defect would be very difficult to
     perform and are not believed likely. Attacks against DH are considered just
     feasible (although very difficult) because most of the work necessary to
     deduce information about a private key may be performed offline. The amount
     of resources required for such an attack would be very significant and
     likely only accessible to a limited number of attackers. An attacker would
     additionally need online access to an unpatched system using the target
     private key in a scenario with persistent DH parameters and a private
     key that is shared between multiple clients. For example this can occur by
     default in OpenSSL DHE based SSL/TLS ciphersuites.

     This issue was reported to OpenSSL by Hanno Böck.
     (CVE-2015-3193)
     [Andy Polyakov]

  *) Certificate verify crash with missing PSS parameter

     The signature verification routines will crash with a NULL pointer
     dereference if presented with an ASN.1 signature using the RSA PSS
     algorithm and absent mask generation function parameter. Since these
     routines are used to verify certificate signature algorithms this can be
     used to crash any certificate verification operation and exploited in a
     DoS attack. Any application which performs certificate verification is
     vulnerable including OpenSSL clients and servers which enable client
     authentication.

     This issue was reported to OpenSSL by Loïc Jonas Etienne (Qnective AG).
     (CVE-2015-3194)
     [Stephen Henson]

  *) X509_ATTRIBUTE memory leak

     When presented with a malformed X509_ATTRIBUTE structure OpenSSL will leak
     memory. This structure is used by the PKCS#7 and CMS routines so any
     application which reads PKCS#7 or CMS data from untrusted sources is
     affected. SSL/TLS is not affected.

     This issue was reported to OpenSSL by Adam Langley (Google/BoringSSL) using
     libFuzzer.
     (CVE-2015-3195)
     [Stephen Henson]

  *) Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
     This changes the decoding behaviour for some invalid messages,
     though the change is mostly in the more lenient direction, and
     legacy behaviour is preserved as much as possible.
     [Emilia Käsper]

  *) In DSA_generate_parameters_ex, if the provided seed is too short,
     return an error
     [Rich Salz and Ismo Puustinen <ismo.puustinen@intel.com>]
2015-12-07 15:57:42 +00:00
adam
76ce87cb54 Updated databases/mysql55 to 5.5.47 2015-12-07 15:55:43 +00:00
adam
dc654ec9c8 Changes 5.5.47:
MySQL Server RPM packages now contain a conflict indicator for MySQL Connector C, such that an error occurs when installing MySQL Server if MySQL Connector C is also installed. To install MySQL Server, remove any MySQL Connector C packages first.

mysql_upgrade now attempts to print more informative errors than FATAL ERROR: Upgrade failed.

These client programs now support the --enable-cleartext-plugin option: mysqlcheck, mysqldump, mysqlimport, mysqlshow. This option enables the mysql_clear_password cleartext authentication plugin. (See The Cleartext Client-Side Authentication Plugin.)

Bugs Fixed
2015-12-07 15:54:31 +00:00
adam
748ed98e33 Updated lang/python35 to 3.5.1 2015-12-07 14:43:03 +00:00
adam
c5c0ac2a76 Changes 3.5.1:
Bug fixes.
2015-12-07 14:36:26 +00:00
adam
72e86478d5 Updated print/hplip to 3.15.11 2015-12-07 11:06:12 +00:00
adam
a567be03fd Changes 3.15.11:
Bug fixes.
2015-12-07 11:02:26 +00:00
adam
e9ac29d32f Updated devel/cmake to 3.4.1 2015-12-07 09:31:18 +00:00
adam
1597ea5dde Changes in 3.4.1 since 3.4.0:
Fix auto export symbols for Dlls containing /bigobj for 64bit builds.
      Cray: Implement Fortran compiler version detection
      MSVC: Fix linking with /MANIFEST:NO option
      Make C and C++ default dialect detection robust to advanced optimizations
      FindGTest: Refactor test type checks to avoid cases triggering CMP0064
      Android: Restore generation of non-versioned soname
      Project: Guess default standard dialect if compiler was forced
      Revert "Disable shared library support when compiler links statically"
      Tests: Add case for add_subdirectory inside a function
      Tests: Add case for unmatched cmake_policy({PUSH,POP})
      Tests: Add case for package version file unmatched policy scope
      cmState: Skip variable scope snapshots to avoid call stack duplicates
      cmMakefile: Clarify purpose of method that pops a scope snapshot
      cmMakefile: Remove unused PolicyPushPop interfaces
      cmLocalGenerator: Use ScopePushPop RAII class to manage local variable scopes
      cmState: Enforce policy scope balancing around variable scopes
      cmLinkedTree: Rename 'Extend' method to 'Push'
      cmLinkedTree: Add Pop method
      cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-line
      cmState: Avoid accumulating policy stack storage for short-lived scopes
      cmState: Avoid accumulating snapshot storage for short-lived scopes
      cmOrderDirectories: Factor out directory comparison
      cmOrderDirectories: Reduce repeat realpath() calls
      Include `sys/types.h` header to get `mode_t`
      Add NIOS2 CPU support
      cmELF: Avoid divide by zero if there are no dynamic section entries
2015-12-07 09:30:32 +00:00
wiz
0b9ff1cfb3 regen for missing patch in previous 2015-12-07 09:28:14 +00:00
wiz
d15c56d686 Updated archivers/py-libarchive-c to 2.2nb1 2015-12-07 09:18:42 +00:00
wiz
9c97d99d31 Fix permissions of meta files. Bump PKGREVISION. 2015-12-07 09:18:30 +00:00
wiz
9c4a8e6dc1 Fix compilation of py-curses for python35. 2015-12-07 09:07:43 +00:00
wiz
434155230e Updated www/py-httplib2 to 0.9nb1 2015-12-07 09:05:06 +00:00
wiz
db723971ba Fix permissions on meta-files and included cacerts.
Bump PKGREVISION.
2015-12-07 09:04:50 +00:00
mrg
66206e4d41 update to ircii 20151120. changes include:
o  fix a program hang upon invalid utf-8 sequences
  o  /set log and /window log no longer double the output
  o  /lastlog no longer adds trailing ^Os to log files

this also fixes an assert() in /server.
2015-12-07 06:44:23 +00:00
tonio
0215b98f57 Update chat/weechat to 1.3 2015-12-06 22:39:23 +00:00
tonio
c3549483c0 Update chat/weechat to 1.3
New features
- core: add completion "colors" (issue #481)
- core: start/stop search in buffer at current scroll position by default, add
  key Ctrl+q to stop search and reset scroll (issue #76, issue #393)
- core: add option weechat.look.key_grab_delay to set the default delay when
  grabbing a key with Alt+k
- core: add option weechat.look.confirm_upgrade (issue #463)
- core: allow Ctrl+c to exit WeeChat when the passphrase is asked on startup
  (issue #452)
- core: allow pointer as list name in evaluation of hdata (issue #450)
- core: add signal "signal_sighup"
- api: add support of evaluated sub-strings and current date/time in function
  string_eval_expression() and command /eval
- api: add function string_eval_path_home()
- alias: add options "add", "addcompletion" and "del" in command /alias, remove
  command /unalias (issue #458)
- irc: add option irc.network.channel_encode (issue #218, issue #482)
- irc: add option irc.color.topic_current (issue #475)
- irc: evaluate content of server option "nicks"
- logger: evaluate content of option logger.file.path (issue #388)
- relay: display value of HTTP header "X-Real-IP" for websocket connections
  (issue #440)
- script: rename option script.scripts.dir to script.scripts.path, evaluate
  content of option (issue #388)
- xfer: evaluate content of options xfer.file.download_path and
  xfer.file.upload_path (issue #388)

Bugs fixed
- core: flush stdout/stderr after sending text directly on them (fix corrupted
  data sent to hook_process() callback) (issue #442)
- core: allow execution of command "/input return" on a buffer which is not
  displayed in a window
- core: allow jump from current to previous buffer with default keys Alt+j, NN
  (issue #466)
- core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on
  Linux/BSD) (issue #465)
- core: fix display of invalid UTF-8 chars in bars
- core: fix bar item "scroll" after /buffer clear (issue #448)
- core: fix display of time in bare display when option
  weechat.look.buffer_time_format is set to empty string (issue #441)
- api: add missing function infolist_search_var() in script API (issue #484)
- api: add missing function hook_completion_get_string() in script API (issue #484)
- api: fix type of value returned by functions strcasestr, utf8_prev_char,
  utf8_next_char, utf8_add_offset and util_get_time_string
- api: fix type of value returned by function strcasestr
- fifo: fix send error on Cygwin when something is received in the pipe (issue #436)
- irc: fix update of lag item when the server lag changes
- irc: do not allow command /query with a channel name (issue #459)
- irc: decode/encode only text in IRC messages and not the headers (bug #29886,
  issue #218, issue #451)
- irc: fix crash with commands /allchan, /allpv and /allserv if the executed
  command closes buffers (issue #445)
- irc: do not open auto-joined channels buffers when option "-nojoin" is used
  in command /connect (even if the option irc.look.buffer_open_before_autojoin
  is on)
- irc: fix errors displayed on WHOX messages received (issue #376)
- lua: add detection of Lua 5.3
- ruby: add detection of Ruby 2.2
- xfer: fix crash if the DCC file socket number is too high (> 1024 on
  Linux/BSD) (issue #465)
- xfer: fix parsing of DCC chat messages (handle "\r\n" at the end of messages)
  (issue #425, issue #426)
- doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions (issue #354)
2015-12-06 22:36:46 +00:00
adam
3b5c867274 Updated lang/python27 to 2.7.11 2015-12-06 18:23:31 +00:00
adam
96bb836e29 Python 2.7.11 is the latest bugfix release of the Python 2.7 series. 2015-12-06 18:22:35 +00:00
mef
381f9de7a1 Fix EGDIR issue for gr-wxgui.conf and gr-audio-oss.conf, thanks gdt@ for patch. 2015-12-06 15:34:15 +00:00
taca
a7689d3581 Note addition of meta-pkgs/php70-extensions version 7.0.0 package. 2015-12-06 15:23:01 +00:00
taca
f579bbd06b Add and enable php70-extensions. 2015-12-06 15:22:29 +00:00
taca
a4e8414fbd Add php70-extensions package.
This is meta pakcage contains most of extensions bundled in PHP 7.0.0.
2015-12-06 15:21:49 +00:00
wiz
eb055b14de Added sysutils/findnewest version 0.3 2015-12-06 15:20:49 +00:00
wiz
16cc3d5e42 + findnewest. 2015-12-06 15:20:31 +00:00
wiz
9df90f39e3 Import findnewest-0.3 as sysutils/findnewest.
findnewest recursively scans the directories given on the command
line and prints the UNIX timestamp (seconds since UNIX epoch) of
the newest file found.
2015-12-06 15:20:12 +00:00
taca
67c0c3436c Note addition of lang/php70 version 7.0.0 package 2015-12-06 15:19:27 +00:00
taca
c700cd0022 Add and enable php70. 2015-12-06 15:18:48 +00:00
taca
4e46d7fd4f Add php70 version 7.0.0 (PHP 7.0.0).
PHP 7.0.0 comes with a new version of the Zend Engine, numerous improvements
and new features such as

* Improved performance: PHP 7 is up to twice as fast as PHP 5.6
* Significantly reduced memory usage
* Abstract Syntax Tree
* Consistent 64-bit support
* Improved Exception hierarchy
* Many fatal errors converted to Exceptions
* Secure random number generator
* Removed old and unsupported SAPIs and extensions
* The null coalescing operator (??)
* Return and Scalar Type Declarations
* Anonymous Classes
* Zero cost asserts
2015-12-06 15:17:31 +00:00
taca
350fa0e556 Add php70 support. 2015-12-06 15:13:02 +00:00
wiz
8bce9e1d37 Updated security/keepassx to 0.4.3nb9 2015-12-06 14:20:49 +00:00
wiz
b4ce3e86c4 Fix CVE-2015-8378 using the patch from Debian.
Bump PKGREVISION.
While here, clean up pkglint.
2015-12-06 14:20:34 +00:00
taca
40fdce26c3 Do not hard code the major version of PHP. 2015-12-06 14:10:22 +00:00
taca
d96ad712dc * Use pdo_error instead of php56 for PLIST_VARS.
* Set PLIST.pdo_errors for PKG_PHP_VERSION is not "55" instead of
  PKG_PHP_VERSION is "56".
2015-12-06 13:51:30 +00:00
taca
2cc4cefebc Explictly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for php-mssql package. 2015-12-06 12:29:32 +00:00
taca
d800c54c2d Note update of www/contao{32,35} packages.
www/contao32 to 3.2.21nb1
	www/contao35 to 3.5.6nb1
2015-12-06 12:21:50 +00:00
taca
910ecef49b Depends on php-mysqli only, dropping dependency to php-mysql.
Bump PKGREVISION.
2015-12-06 12:19:37 +00:00
taca
015da4dbf8 * Restrict PHP_VERSIONS_ACCEPTED to 55 and 56 since this package use
php-mysql.

Dose it really require php-mysql additonall to php-pdo_mysql?
2015-12-06 12:18:07 +00:00
taca
da5a969082 * Restrict PHP_VERSIONS_ACCEPTED to 55 and 56 since this package use
php-mysql.
* Clean up tab/space usage.
2015-12-06 12:16:54 +00:00
mef
bf391fde6e Updated ham/fldigi to 3.23.06 2015-12-06 12:14:40 +00:00
mef
a62dc94de8 Update to 3.23.06
--------------------------
2015-11-26  David Freese  <iam_w1hkj@w1hkj.com>
        16ede08: flrig xmlrpc

=Version 3.23.06=
        3f577d9: WO woes
        482d060: Smeter PWRmeter
        e08e403: ARQ shutdown

2015-11-20  John Phelps  <kl4yfd@gmail.com>
        0b5b329: Developer Doxygen and BerliOS clean
	- Cleaned and Fixed develo per Doxygen files
	- Added GitStats to the Dev Doxygen info
	   -- run ./scripts/doxygen/gen_doxygen_docs.sh

2015-11-20  David Freese  <iam_w1hkj@w1hkj.com>
        b19fff8: Documentation
        55e0d31: Compiler warnings
2015-12-06 12:14:27 +00:00
taca
c4d7c37e80 Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
2015-12-06 12:13:12 +00:00
wiz
6542e60916 Remove patch that was integrated upstream. 2015-12-06 11:50:07 +00:00
wiz
4a5377b05c Updated devel/py-setuptools to 18.7.1 2015-12-06 11:47:39 +00:00
wiz
4ffd5d41c5 Update py-setuptools to 18.7.1.
All tests pass.

------
18.7.1
------

* Issue #469: Refactored logic for Issue #419 fix to re-use metadata
  loading from Provider.
2015-12-06 11:47:23 +00:00
wiz
a36414f600 Updated devel/py-enum34 to 1.1.1 2015-12-06 11:44:21 +00:00
wiz
f061fa2585 Update py-enum34 to 1.1.1.
Mark as not for 34+ (since it's a backport of 3.4's enum support).

Changes not found, but I suspect adaptations for the 3.5 release.
2015-12-06 11:44:10 +00:00