summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-02Imprement CHECK_SHLIBS_SKIP, same as other CHECK_*_SKIP.obache1-1/+20
2014-03-01update to bug-buddy 2.30.0richard1-1/+2
2014-03-01Upgrade to bug-buddy 2.30.0richard3-10/+16
Changes since previous version in pkgsrc: ====== 2.30.0 ====== Bugs fixed: - Fixed #596678, String fixes Translations: - Updated ar Translation (Khaled Hosny) - Updated ast Translation (Xandru Armesto Fernandez) - Updated bg Translation (Alexander Shopov) - Updated bn Translation (Jamil Ahmed) - Updated ca Translation (Gil Forcada) - Updated cs Translation (Petr Kovar) - Updated da Translation (Kenneth Nielsen) - Updated de Translation (Christian.Kirbach) - Updated el Translation (Kostas Papadimas) - Updated en_GB Translation (Bruce Cowan, Philip Withnall) - Updated en@shaw Translation (Thomas Thurman) - Updated es Translation (Jorge González) - Updated et Translation (Priit Laes) - Updated eu Translation (Inaki Larranaga Murgoitio) - Updated fi Translation (Tommi Vainikainen) - Updated fr Translation (Claude Paroz) - Updated gl Translation (Fran Diéguez, Antón Méixome) - Updated he Translation (Yaron Sharabani) - Updated hu Translation (Gabor Kelemen) - Updated it Translation (Luca Ferretti) - Updated ja Translation (Hideki Yamane (Debian-JP)) - Updated ko Translation (Changwoo Ryu) - Updated lt Translation (Gintautas Miliauskas) - Updated lv Translation (Peteris Krisjanis) - Updated ml Translation (Praveen Arimbrathodiyil) - Updated ms Translation (Ahmed Noor Kader Mustajir Md Eusoff) - Updated nb Translation (Kjartan Maraas) - Updated nl Translation (Wouter Bolsterlee) - Updated nn Translation (Torstein Adolf Winterseth, Åsmund Skjæveland) - Updated pa Translation (A S Alam) - Updated pl Translation (Piotr Drąg) - Updated pt_BR Translation (Flamarion Jorge) - Updated pt Translation (Duarte Loreto) - Updated ro Translation (Lucian Adrian Grijincu) - Updated ru Translation (Leonid Kanter) - Updated sk Translation (Roman Mátyus) - Updated sl Translation (Matej Urbančič) - Updated sr@latin Translation (Miloš Popović) - Updated sr Translation (Miloš Popović) - Updated sv Translation (Daniel Nylander) - Updated ta Translation (drtvasudevan) - Updated th Translation (Theppitak Karoonboonyanan) - Updated uk Translation (Maxim V. Dziumanenko) - Updated vi Translation (Clytie) - Updated zh_CN Translation (Tao Wei) - Updated zh_HK Translation (Chao-Hsiung Liao) - Updated zh_TW Translation (Chao-Hsiung Liao) 2.28.0 * Updated translations 2.27.92 ("The Fixer") * Drop gnome-menus dependency (Vincent Untz) 2.27.1 * Fix build with GCC 4.40 * Generate ChangeLog from git-log
2014-03-01Updated www/nginx to 1.4.5rodent1-1/+2
2014-03-01Updated to latest release, 1.4.5, released on 2014-02-11. From CHANGES-1.4:rodent2-16/+6
*) Bugfix: the $ssl_session_id variable contained full session serialized instead of just a session id. Thanks to Ivan Risti\u0107. *) Bugfix: client connections might be immediately closed if deferred accept was used; the bug had appeared in 1.3.15. *) Bugfix: alerts "zero size buf in output" might appear in logs while proxying; the bug had appeared in 1.3.9. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_spdy_module was used. *) Bugfix: proxied WebSocket connections might hang right after handshake if the select, poll, or /dev/poll methods were used. *) Bugfix: a timeout might occur while reading client request body in an SSL connection using chunked transfer encoding. *) Bugfix: memory leak in nginx/Windows.
2014-03-01Updated www/py-uwsgitop to 0.8rodent1-1/+2
2014-03-01Updated to latest release, 0.8. No NEWS/ChangeLog.rodent2-8/+9
2014-03-01Updated www/py-uwsgi to 2.0.2rodent1-1/+2
2014-03-01Updated to latest release, 2.0.2. From Changelog:rodent2-6/+6
Bugfixes * fixed python3 support on older compilers/libc * allow starting in spooler-only mode * fixed cache bitmap support and added test suite (credits: Danila Shtan) * fixed ftime log var * added async remote signal management * fixed end-for and end-if * fixed loop in internal-routing response chain * fixed pypy execute_source usage * logpipe: Don\u2019t setsid() twice (credits: INADA Naoki) New features and improvements CGI plugin The plugin has been improved to support streaming. In addition to this the long-awaited async support is finally ready. Now you can have CGI concurrency without spawning a gazillion of expensive threads/processes Check: Running CGI scripts on uWSGI PSGI loading improvements The PSGI loader now tries to use Plack::Util::load_psgi() function instead of simple eval. This addresses various inconsistences in the environment (like the double parsing/compilation/execution of psgi scripts). If the Plack module is not available, a simple do-based code is used (very similar to load_psgi)
2014-03-01Fixes floating point exceptions on VAX.jklos1-1/+3
2014-03-01Updated devel/p5-Class-Accessor-Lite to 0.06wen1-1/+2
2014-03-01Update to 0.06wen2-7/+6
Upstream changes: 0.06 - fix documentation issues (thanks to magnolia-k)
2014-03-01Updated devel/p5-Log-Report to 1.01wen1-1/+2
2014-03-01Update to 1.01wen2-8/+7
Upstream changes please visiti: http://cpansearch.perl.org/src/MARKOV/Log-Report-1.01/ChangeLog
2014-03-01Added devel/p5-Log-Report-Optional version 1.00wen1-1/+2
2014-03-01Add p5-Log-Report-Optionalwen1-1/+2
2014-03-01Import Log-Report-Optional-1.00 as devel/p5-Log-Report-Optional.wen3-0/+32
This module will allow libraries (helper modules) to have a dependency to a small module instead of the full Log-Report distribution. The full power of Log::Report is only released when the main program uses that module. In that case, the module using the 'Optional' will also use the full Log::Report, otherwise the dressed-down Log::Report::Minimal version.
2014-03-01Updated devel/cmake-fedora to 1.2.7obache1-1/+2
2014-03-01Update cmake-fedora to 1.2.7.obache3-7/+8
* Sat Feb 01 2014 Ding-Yi Chen <dchen at redhat.com> - 1.2.7 - Changed: + cmake-fedora.conf.in will also be searched if cmake-fedora.conf does not exist. + Target test is built before pack_src. * Fri Jan 31 2014 Ding-Yi Chen <dchen at redhat.com> - 1.2.6 - Resolves Bug 1058631 - ManagePRM generate Broken %defattr - Enhancement: + ManageTarget: ADD_CUSTOM_TARGET_COMMAND: NO_FORCE: new option. + Projects that includes cmake-fedora as submodule are no longer requires cmake-fedora.conf - Changed: + ManageTranslation: Fix po build + ManageRPM: Fix defattr + ManageReleaseFedora: - Helper scripts in CMAKE_SOURCE_DIR/cmake-fedora can also be located. - FedPkg default directory is changed to CMAKE_FEDORA_TMP_DIR/FedPkg
2014-03-01Updated net/py-zmq to 14.0.1obache1-1/+2
2014-03-01Update py-zmq to 14.0.1.obache3-60/+87
14.0.1 ====== Bugfix release - Update bundled libzmq to current (4.0.3). - Fix bug in :meth:`.Context.destroy` with no open sockets. - Threadsafety fixes in the garbage collector. - Python 3 fixes in :mod:`zmq.ssh`. 14.0.0 ====== * Update bundled libzmq to current (4.0.1). * Backends are now implemented in ``zmq.backend`` instead of ``zmq.core``. This has no effect on public APIs. * Various build improvements for Cython and CFFI backends (PyPy compiles at build time). * Various GIL-related performance improvements - the GIL is no longer touched from a zmq IO thread. * Adding a constant should now be a bit easier - only zmq/sugar/constant_names should need updating, all other constant-related files should be automatically updated by ``setup.py constants``. * add support for latest libzmq-4.0.1 (includes ZMQ_CURVE security and socket event monitoring). New stuff --------- - :meth:`.Socket.monitor` - :meth:`.Socket.get_monitor_socket` - :func:`zmq.curve_keypair` - :mod:`zmq.utils.monitor` - :mod:`zmq.utils.z85`
2014-03-01+ salt-2014.1.0obache1-1/+2
2014-03-01Updated net/zeromq to 4.0.3obache2-3/+3
2014-03-01Update zeromq to 4.0.3.obache6-30/+26
0MQ version 4.0.3 stable, released on 2013/11/24 ================================================ Bug Fixes --------- * Fixed test_many_sockets case, which failed when process socket limit was 1024. 0MQ version 4.0.2 stable, released on 2013/11/24 ================================================ Bug Fixes --------- * Fixed LIBZMQ-583 - improved low-res timer for Windows * Fixed LIBZMQ-578 - z85_decode was extremely slow * Fixed LIBZMQ-577 - fault in man pages. * Fixed LIBZMQ-574 - assertion failure when ran out of system file handles * Fixed LIBZMQ-571 - test_stream failing in some cases * Fixed LIBZMQ-569 - Socket server crashes with random client data and when talking to 2.2 versions * Fixed LIBZMQ-39 - Bad file descriptor during shutdown * Pulled expected failing test_linger.cpp from release * Reduced pause time in tests to allow "make check" to run faster 0MQ version 4.0.1 stable, released on 2013/10/08 ================================================ Changes ------- * Updated CURVE mechanism to track revised RFC 27 (INITIATE vouch). The INITIATE command vouch box is Box[C',S](C->S') instead of Box[C'](C->S), to reduce the risk of client impersonation, as per https://codesinchaos.wordpress.com/2012/09/09/curvecp-1/. * Fixed LIBZMQ-567, adding abstract namespaces for IPC sockets on Linux. Converts an initial strudel or "at sign" (@) in the Unix socket path to a NULL character ('\0') indicating that the socket uses the abstract namespace instead of the filesystem namespace. For instance, binding a socket to 'ipc://@/tmp/tester' will not create a file associated with the socket whereas binding to 'ipc:///tmp/tester' will create the file /tmp/tester. See issue 567 for more information. * Added zmq_z85_encode and zmq_z85_decode to core libzmq API. * Added zmq_curve_keypair to core libzmq API. * Bumped library ABI version to 4:0:1. Bug fixes --------- * Fixed some build/test errors on OS/X + Clang++. * Fixed LIBZMQ-565, typo in code. * Fixed LIBZMQ-566, dealer-to-router connections sometimes failing. * Fixed builds for AIX, MSVC 2008, OS/X with clang++, Solaris. * Improved CURVE handshake error handling. 0MQ version 4.0.0 (RC1), released on 2013/09/20 =============================================== Major changes ------------- * New wire level protocol, ZMTP/3.0, see http://rfc.zeromq.org/spec:23. Does not yet implement the SUBSCRIBE, CANCEL, PING, and PONG commands. * New security framework, from plain user+password to strong encryption, see section below. See http://hintjens.com/blog:49 for a tutorial. * New ZMQ_STREAM socket type for working as a TCP client or server. See: tests/test_stream.cpp. Improvements ------------ * You can now connect to an inproc:// endpoint that does not already exist. This means inproc:// no longer needs careful set-up, but it may break code that relied on the old behaviour. See: tests/test_inproc_connect.cpp. * Libzmq now checks socket types at connection time, so that trying to connect a 'wrong' socket type will fail. * New zmq_ctx_shutdown API method will shutdown a context and send ETERM to blocking calls, without blocking. Use zmq_ctx_term to finalise the process. * The regression test suite has been significantly extended and improved. * Contexts can now be terminated in forked child processes. See: tests/test_fork.cpp. * zmq_disconnect now respects the linger setting on sockets. * New zmq_send_const API method to send constant data (without copying). See: tests/test_inproc_connect.cpp. * Added CMake support for static libraries. * Added test cases for socket semantics as defined in RFCs 28, 29, 30, 31. See: tests/test_spec_*.cpp. * New socket option, ZMQ_PROBE_ROUTER triggers an empty message on connect. See: tests/test_probe_router.cpp. * New socket option, ZMQ_REQ_CORRELATE allows for correlation of replies from a REP socket. See: tests/test_req_correlate.cpp. * New socket option, ZMQ_REQ_RELAXED, lets you disable the state machine on a REQ socket, so you can send multiple requests without waiting for replies, and without getting an EFSM error. See: tests/test_req_relaxed.cpp. * New socket option, ZMQ_CONFLATE restricts the outgoing and incoming socket buffers to a single message. See: tests/test_conflate.cpp. Deprecated Options ------------------ * ZMQ_IPV4ONLY deprecated and renamed to ZMQ_IPV6 so that options are consistently "off" by default. * ZMQ_DELAY_ATTACH_ON_CONNECT deprecated, and renamed to ZMQ_IMMEDIATE. See: tests/test_immediate.cpp. Security Framework ------------------ Based on new ZMTP wire level protocol that negotiates a security "mechanism" between client and server before exchanging any other data. Security mechanisms are extensible. ZMTP defines three by default: * NULL - classic ZeroMQ, with no authentication. See http://rfc.zeromq.org/spec:23. * PLAIN - plain-text username + password authentication. See http://rfc.zeromq.org/spec:24. * CURVE - secure authentication and encryption based on elliptic curve cryptography, using the Curve25519 algorithm from Daniel Bernstein and based on CurveCP's security handshake. See http://rfc.zeromq.org/spec:25, http://rfc.zeromq.org/spec:26, and http://curvecp.org. Authentication is done by pluggable "authenticators" that connect to libzmq over an inproc endpoint, see http://rfc.zeromq.org/spec:27. Socket options to configure PLAIN security on client or server: * ZMQ_PLAIN_SERVER, ZMQ_PLAIN_USERNAME, ZMQ_PLAIN_PASSWORD. See tests/test_security_plain. Socket options to configure CURVE security on client or server: * ZMQ_CURVE_SERVER, ZMQ_CURVE_PUBLICKEY, ZMQ_CURVE_SECRETKEY, ZMQ_CURVE_SERVERKEY. See tests/test_security_curve.cpp. Socket options to configure "domain" for ZAP handler: * ZMQ_ZAP_DOMAIN, see tests/test_security_null.cpp. Support for encoding/decoding CURVE binary keys to ASCII: * zmq_z85_encode, zmq_z85_decode. Other issues addressed in this release -------------------------------------- * LIBZMQ-525 Multipart upstreaming from XSUB to XPUB
2014-03-01Added devel/p5-String-Print version 0.13wen1-1/+2
2014-03-01Add p5-String-Printwen1-1/+2
2014-03-01Import String-Print-0.13 as devel/p5-String-Print.wen3-0/+27
This module inserts values into (translated) strings. It provides printf and sprintf alternatives via both an object oriented and a functional interface.
2014-03-01some build improvementsobache5-27/+135
* prevent to overwrite our CC/CFLAGS settings in Makefile. * more libtoolize
2014-03-01whitespacedholland1-4/+4
2014-03-01Use the HOMEPAGE for this version of rc, not the plan9 one.dholland1-2/+3
(but keep the plan9 url for reference)
2014-03-01Updated textproc/p5-Unicode-LineBreak to 2013.11wen1-1/+2
2014-03-01Update to 2013.11wen2-7/+6
Upstream changes please visit: http://cpansearch.perl.org/src/NEZUMI/Unicode-LineBreak-2013.11/Changes
2014-03-01Updated devel/p5-Mo to 0.38wen1-1/+2
2014-03-01Update to 0.38wen2-6/+6
Upstream changes: 0.38 2013-10-28 15:37:28 +0800 - Fixed Changes file to comply to CPAN::Changes::Spec
2014-03-01Updated devel/p5-boolean to 0.32wen1-1/+2
2014-03-01Update to 0.32wen2-6/+6
Upstream changes: 0.32 Sat Feb 8 19:17:09 PST 2014 - Some dzil changes 0.31 Thu Feb 6 18:28:28 PST 2014 - Switch to dzil
2014-02-28+ bash-4.3, calibre-1.26, eigen3-3.2.1, mono-3.2.7, py-beets-1.3.3,wiz1-5/+8
readline-6.3, spectrwm-2.5.0.
2014-02-28Let's assume that lyx was only updated to 2.0.7 once.wiz1-2/+1
2014-02-28Updated games/onscripter to 20131223tsutsui1-1/+2
2014-02-28Update onscripter to 20131223.tsutsui2-6/+6
Upstream Changes (only Japanese log available) 20131223: - fix bugs that dialog characters are not drawn correctly if -DPDA_AUTOSIZE, -DPDA_WIDTH or -DBPP16 options are specified - fix a bug that doesn't load saved data from the directory specified by savedir instruction on startup
2014-02-28Updated x11/mlterm to 3.3.3tsutsui1-1/+2
2014-02-28Remove a duplicated line in previous.tsutsui1-2/+1
2014-02-28Update mlterm to 3.3.3.tsutsui6-278/+6
New "rotate_display" options make mlterm-fb usable even on NetBSD/hpcarm W-ZERO3 and NetBSD/zaurus SL-C1000/3000: http://movapic.com/ebijun/pic/5101480 http://movapic.com/ebijun/pic/5102258 pkgsrc changes: - remove post-3.3.2 patches Changes from doc/en/ReleaseNote: ver 3.3.3 * Double-clicking a picture sets it to the clipboard. * All configuration protocol keys whose value is boolean accept "switch" which inverts the current value. * Support IME on Android. (Experimental) * Mlterm works without SD card on Android. * Support devanagari and bengali on win32gdi. * Support CSI ? 8800 h and CSI ? 8800 l which enables / disables the conversion from drcs to unicode private area. (Disabled by default.) (See http://github.com/saitoha/drcsterm/blob/master/README.rst) * Add "rotate_display" option which rotates display clockwise or counterclockwise on framebuffer and Android. * Merge patches: https://gist.github.com/steleto/8671862 (Thanks to @tristelo) * Bug fixes: Fix the bug of scrolling on framebuffer. (enbugged at 3.3.2) Fix the failure of starting mlterm on Android 3.x. Fix the conversion from unicode to ISCII characters with nukta. Fix the bug of unexpectedly large cursor shape in unfocused.
2014-02-28add a basic buildlinkmspo1-0/+12
2014-02-28Updated devel/concurrencykit to 0.4.1mspo1-1/+3
2014-02-28Update to 0.4.1mspo3-147/+151
release notes follow from http://concurrencykit.org/releases/ --- I am pleased to announce release 0.3.4 of Concurrency Kit. Acquire and release fences have finally been introduced. Significant performance improvements were made to spinlock, rwlock, pflock, cohorts, brlocks and bytelocks on RMO and PSO architectures (PPC*, SPARCv9+, ARM). Significant improvements have been made to ck_hs write-side performance in the presence of deletes. Latency improvements to ck_epoch for read-side critical sections on x86 were introduced. Last but not least, the parametric ck_ring has been re-introduced following discussion and feedback. --- I am pleased to announce release 0.3.5 of Concurrency Kit. This release includes a critical bug fix for ck_ht_gc that affects CK_HT_MODE_DIRECT hash tables (it does not affect bytestring hash tables). Additional optimizations were made to ck_ht_gc and ck_hs_gc for empty hash tables. --- I am pleased to announce release 0.4 of Concurrency Kit. Critical bug fixes were made to ck_bytelock (thanks to Albi Kalvo) for unslotted readers and 32-bit architectures (see below for details). A new robin-hood hash set implementation was added by Olivier Houchard that provides excellent stable performance for delete and write-heavy workloads, while still providing SPMC progress guarantees. A new operation has been added to the bitmap, ck_bitmap_union, that provides a (non-linearized) union of two bitmaps. Some other API changes were made to ck_bitmap. Last but not least, the library now uses the correct naming convention for Darwin targets. --- I am pleased to announce release 0.4.1 of Concurrency Kit. This fixes a calculation error in ck_bitmap_union, which can lead to a crash condition. This was missed due to a lack of the typical testing cycle for the function.
2014-02-28Limit PGSQL_VERSIONS_ACCEPTED to the same versions as those supported byjperkin1-1/+3
the main package. Fixes problems with dependencies when using a postgresql version outside those accepted.
2014-02-28Updated www/squid3 to 3.4.3nb3obache1-1/+2
2014-02-28Exactly disable krb5 if option is off, otherwise specify wanted krb5-config.obache2-3/+6
Bump PKGREVISION.
2014-02-28Also define KRB5_CONFIG for the case not using builtin mit-krb5.obache1-1/+5