Commit graph

241991 commits

Author SHA1 Message Date
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
wiz
32c1ae2963 Updated sysutils/dbus to 1.10.6 2015-12-06 11:36:06 +00:00
wiz
6ac62d20fb Update dbus to 1.10.6. Document patches.
D-Bus 1.10.6 (2015-12-01)
==

The “marzipan beetles” release.

Fixes:

• On Unix when running tests as root, don't assert that root and
  the dbus-daemon user can still call UpdateActivationEnvironment;
  assert that those privileged users can call BecomeMonitor instead
  (fd.o #93036, Simon McVittie)

• On Windows, fix a memory leak in the autolaunch transport (fd.o #92899,
  Simon McVittie)

• On Windows Autotools builds, don't run tests that rely on
  dbus-run-session and other Unix-specifics (fd.o #92899, Simon McVittie)
2015-12-06 11:35:55 +00:00
wiz
39154a20d4 Updated www/curl to 7.46.0 2015-12-06 11:31:28 +00:00
wiz
f488f7afac Update to 7.46.0:
Changes:

    configure: build silently by default
    cookies: Add support for Publix Suffix List with libpsl
    vtls: added support for mbedTLS
    Added CURLOPT_STREAM_DEPENDS
    Added CURLOPT_STREAM_DEPENDS_E
    Added CURLOPT_STREAM_WEIGHT
    Added CURLFORM_CONTENTLEN
    oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP

Bugfixes:

    des: Fix header conditional for Curl_des_set_odd_parity
    ntlm: get rid of unconditional use of long long
    CURLOPT_CERTINFO.3: fix reference to CURLINFO_CERTINFO
    docs: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET
    http2: Fix http2_recv to return -1 if recv returned -1
    curl_global_init_mem: set function pointers before doing init
    ntlm: error out without 64bit support as the code needs it
    openssl: Fix set up of pkcs12 certificate verification chain
    acinclude: remove PKGCONFIG override
    test1531: case the size to fix the test on non-largefile builds
    fread_func: move callback pointer from set to state struct
    test1601: fix compilation with --enable-debug and --disable-crypto-auth
    http2: Don't pass unitialized name+len pairs to nghttp2_submit_request
    curlbuild.h: Fix non-configure compiling to mips and sh4 targets
    tool: Generate easysrc with last cache linked-list
    cmake: Fix for add_subdirectory(curl) use-case
    vtls: fix compiler warning for TLS backends without sha256
    build: fix for MSDOS/djgpp
    checksrc: add crude // detection
    http2: on_frame_recv: trust the conn/data input
    ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size
    polarssl/mbedtls: fix name space pollution
    build: Fix mingw ssl gdi32 order
    build: Fix support for PKG_CONFIG
    MacOSX-Framework: sdk regex fix for sdk 10.10 and later
    socks: Fix incorrect port numbers in failed connect messages
    curl.1: -E: s/private certificate/client certificate
    curl.h: s/HTTPPOST_/CURL_HTTPOST_
    curl_formadd: support >2GB files on windows
    http redirects: %-encode bytes outside of ascii range
    rawstr: Speed up Curl_raw_toupper by 40%
    curl_ntlm_core: fix 2 curl_off_t constant overflows.
    getinfo: CURLINFO_ACTIVESOCKET: fix bad socket value
    tftp tests: verify sent options too
    imap: Don't call imap_atom() when no mailbox specified in LIST command
    imap: Fixed double quote in LIST command when mailbox contains spaces
    imap: Don't check for continuation when executing a CUSTOMREQUEST
    acinclude: Remove check for 16-bit curl_off_t
    BoringSSL: Work with stricter BIO_get_mem_data()
    cmake: Add missing feature macros in config header
    sasl_sspi: fixed unicode build for digest authentication
    sasl_sspi: fix identity memory leak in digest authentication
    unit1602: Fixed failure in torture test
    unit1603: Added unit tests for hash functions
    vtls/openssl: remove unused traces of yassl ifdefs
    openssl: remove #ifdefs for < 0.9.7 support
    typecheck-gcc.h: add some missing options
    curl: mark two more options strings for --libcurl output
    openssl: Free modules on cleanup
    CURLMOPT_PUSHFUNCTION.3: *_byname() returns only the first header
    getconnectinfo: Don't call recv(2) if socket == -1
    http2: http_done: don't free already-freed push headers
    zsh completion: Preserve single quotes in output
    os400: Provide options for libssh2 use in compile scripts.
    build: Fix theoretical infinite loops
    pop3: Differentiate between success and continuation responses
    examples: Fixed compilation warnings
    schannel: Use GetVersionEx() when VerifyVersionInfo() isn't available
    CURLOPT_HEADERFUNCTION.3: fix typo
    curl: expanded the -XHEAD warning text
    done: make sure the final progress update is made
    build: Install zsh completion
    RTSP: do not add if-modified-since without timecondition
    curl: Fixed display of URL index in password prompt for --next
    nonblock: fix setting non-blocking mode for Amiga
    http2 push: add missing inits of new stream
    http2: convert some verbose output into debug-only output
    Curl_read_plain: clean up ifdefs that break statements
2015-12-06 11:31:13 +00:00
wiz
7e83eb9363 Updated audio/libopenmpt to 0.2.5787 2015-12-06 11:11:43 +00:00
wiz
e251403c5e Update libopenmpt to 0.2.5787:
* [Change] The Autotools build system does strict checking of all
  dependencies now. Instead of best effort auto-magic detection of
  all potentially optional dependencies, the default set of dependencies
  is now enforced unless each individual dependency gets explicitely
  disabled via --without-foo or --disable-foo ./configure switches.
  Run ./configure --help for the full list of options.
* [Bug] Some MOD files were erroneously detected as 669 files.
* [Bug] Some malformed AMF files could result in very long loading times.
* [Bug] Fixed crashes in IMF and MT2 loaders.
* [Bug] MTM files generated by UNMO3 were not loaded properly.
* Improved MTM playback.
* make CONFIG=haiku for Haiku has been added.
* Language bindings for FreeBASIC have been added (see libopenmpt/bindings/).
2015-12-06 11:11:28 +00:00
wiz
b4b2ab2cc2 + curl-7.46.0, dbus-1.10.6, gcc5-5.3, gdb-7.10.1, gle-4.2.5 [wip],
libetonyek-0.1.5, link-grammar-5.3.2, py-enum34-1.1.1,
  py-setuptools-18.7.1, x264-devel-20151205.
2015-12-06 11:03:31 +00:00
wiz
6a915e3c95 Updated archivers/p5-Archive-Zip to 1.55 2015-12-06 10:54:40 +00:00
wiz
0154644897 Update p5-Archive-Zip to 1.55:
1.55 Fri 04 Dec 2015
    - rt.cpan.org #110064 - fix empty archive issue with OS X gnu tar

1.54 Wed 02 Dec 2015
    - Ensure filehandles created by Archive::Zip::tempFile are closed [github/antoniomonty]
2015-12-06 10:54:27 +00:00
wiz
9ed02ee29b Updated security/p5-IO-Socket-SSL to 2.021 2015-12-06 10:51:49 +00:00
wiz
d0bd223ea2 Update p5-IO-Socket-SSL to 2.021:
2.021 2015/12/02
- Fixes for documentation and typos thanks to DavsX and jwilk.
- Update PublicSuffx with latest version from publicsuffix.org
2015-12-06 10:51:37 +00:00
wiz
7b9fbff0a2 Updated devel/p5-File-Find-Rule to 0.34 2015-12-06 10:49:48 +00:00
wiz
2b71081a48 Update p5-File-Find-Rule to 0.34:
0.34 Thursday 4th December, 2015
        Add canonpath option to normalize file-path
        separators.  Work by Mithun Ayachit.
2015-12-06 10:49:36 +00:00
wiz
0eae8bef08 Updated www/p5-libwww to 6.15 2015-12-06 10:48:26 +00:00