summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-23Improve sed script so it survives OBJDIRs with '-o' in their name.wiz1-2/+2
From Tobias Nygren in PR 48544.
2014-01-23Update to 3.14.1schnoebe3-7/+9
Significant Changes: Added digital signature validation in HPLIP upgrade feature Issues fixed: CVE-2013-6427: hplip: insecure auto update feature CVE-2013-6402: hplip: insecure temporary file handling in pkit.py
2014-01-23Updated www/py-uwsgi to 2.0wiz2-3/+3
2014-01-23Update to 2.0 (python-3.x compatible) based on the wip package by othyro.wiz8-131/+212
Changes: uWSGI 2.0 Changelog [20131230] Important changes Dynamic options have been definitely removed as well as the broken_plugins directory Bugfixes and improvements improved log rotation do not rely on unix signals to print request status during harakiri added magic vars for uid and gid various Lua fixes a tons of coverity-governed bugfixes made by Riccardo Magliocchetti New features --attach-daemon2 this is a keyval based option for configuring external daemons. Updated docs are: :doc:`AttachingDaemons` Linux setns() support One of the biggest improvements in uWSGI 1.9-2.0 has been the total support for Linux namespaces. This last patch adds support for the setns() syscall. This syscall allows a process to "attach" to a running namespace. uWSGI instances can exposes their namespaces file descriptors (basically they are the files in /proc/self/ns) via a unix socket. External instances connects to that unix socket and automatically enters the mapped namespace. to spawn an instance in "namespace server mode", you use the --setns-socket <addr> option uwsgi --setns-socket /var/run/ns.socket --unshare net,ipc,uts ... to attach you simply use --setns <addr> uwsgi --setns /var/run/ns.socket ... Updated docs: :doc:`Namespaces` "private" hooks When uWSGI runs your hooks, it verbosely print the whole hook action line. This could be a security problem in some scenario (for example when you run initial phases as root user but allows unprivileged access to logs). Prefixing your action with a '!' will suppress full logging: [uwsgi] hook-asap = !exec:my_secret_command Support for yajl library (JSON parser) Til now uWSGI only supported jansson as the json parser required for managing .js config files. You can now use the yajl library (available in centos) as alternative JSON parser (will be automatically detected) Perl spooler support The perl/PSGI plugin can now be used as a spooler server: uwsgi::spooler(sub { my $args = shift; print Dumper($args); return -2; }); The client part is still missing as we need to fix some internal api problem. Expect it in 2.0.1 ;) Gateways can drop privileges Gateways (like http router, sslrouter, rawrouter, forkptyrouter ...) can now drop privileges independently by the master. Currently only the http/https/spdy router exposes the new option (--http-uid/--http-gid) Subscriptions-governed SNI contexts The subscription subsystem now supports 3 additional keys (you can set them with the --subscribe2 option): sni_key sni_cert sni_ca all of the takes a path to the relevant ssl files.
2014-01-23Updated print/py-Pdf to 1.13nb1wiz1-1/+2
2014-01-23Convert to python-3.x and distutils.mk.wiz6-6/+162
Bump PKGREVISION.
2014-01-23Remove vim-gtk, not supported by upstream any longer.wiz5-65/+3
Noted by Niclas Rosenvik on pkgsrc-users.
2014-01-23Note missing re-Added graphics/py-matplotlib-tk and Added devel/ipython1 (hi ↵obache1-1/+3
drochner)
2014-01-23Updated www/lighttpd to 1.4.34adam1-1/+2
2014-01-23Drop maintainership, haven't used it in ages.joerg1-2/+2
2014-01-23Changes 1.4.34:adam4-8/+25
* [mod_auth] explicitly link ssl for SHA1 (fixes 2517) * [mod_extforward] fix compilation without IPv6, (not) using undefined var (fixes 2515, thx mm) * [ssl] fix SNI handling; only use key+cert from SNI specific config (fixes 2525, CVE-2013-4508) * [doc] update ssl.cipher-list recommendation * [stat-cache] FAM: fix use after free (CVE-2013-4560) * [stat-cache] fix FAM cleanup/fdevent handling * [core] check success of setuid,setgid,setgroups (CVE-2013-4559) * [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken) * maintain physical.basedir (the "acting" doc-root as prefix of physical.path) in more places * [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditionals (fixes 2526) * [auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes 2533) * [mod_mysql_vhost] fix memory leak on config init (2530) * [mod_webdav] fix fd leak found with parfait (fixes 2530, thx kukackajiri)
2014-01-23Note update of the "sma" package to version 1.4nb1.tron1-1/+2
2014-01-23latex2html-2008nb5is1-1/+2
2014-01-23Packaging improvements:tron3-10/+12
- Comment out master site and home page URL as they don't work anymore. - Define a license. - Fix "pkglint warnings. - Fix build on IRIX by correcting the mistake in the fix for PR pkg/28818. Bump package revision because binary changed.
2014-01-23Don't install our own very ancient url.sty (1.4); depend on print/tex-urlis2-5/+5
instead.
2014-01-23pdate maintainer's e-mail address.tron1-2/+2
2014-01-23Add support for "foo:link" and "foo:build" for link dependencieswiz1-6/+15
and build dependencies. For link dependencies, the corresponding buildlink3.mk file will be included (instead of DEPENDS). For build dependencies, BUILD_DEPENDS is used (instead of DEPENDS). Add cairo support.
2014-01-23Explain the difference.wiz5-13/+13
2014-01-23Added graphics/py-cairo3 version 1.10.0wiz1-1/+2
2014-01-23+ py-cairo3, py-matplotlib-tkwiz1-1/+3
2014-01-23Import py33-cairo-1.10.0 as graphics/py-cairo3.wiz5-0/+77
Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, win32, and image buffers. Experimental backends include OpenGL (through glitz), Quartz, XCB, PostScript and PDF file output. This package contains the Python bindings for Cairo.
2014-01-23add "# used by..." comments.obache1-1/+38
2014-01-23py-input-pad come from with input-pad (and same version), not ibus-input-pad.obache1-2/+1
2014-01-23add missing distinfo for x86_64.obache2-2/+8
2014-01-23Updated devel/py-msgpack to 0.4.0obache2-3/+3
2014-01-23Update msgpack-python to 0.4.0.obache3-13/+25
0.4.0 ===== :release date: 2013-10-21 Inconpatible Changes -------------------- * Raises TypeError instead of ValueError when packer receives unsupported type. Changes ------- * Support New msgpack spec. 0.3.0 ===== Inconpatible Changes -------------------- * Default value of ``use_list`` is ``True`` for now. (It was ``False`` for 0.2.x) You should pass it explicitly for compatibility to 0.2.x. * `Unpacker.unpack()` and some unpack methods now raise `OutOfData` instead of `StopIteration`. `StopIteration` is used for iterator protocol only. Changes ------- * Pure Python fallback module is added. (thanks to bwesterb) * Add ``.skip()`` method to ``Unpacker`` (thanks to jnothman) * Add capturing feature. You can pass the writable object to ``Unpacker.unpack()`` as a second parameter. * Add ``Packer.pack_array_header`` and ``Packer.pack_map_header``. These methods only pack header of each type. * Add ``autoreset`` option to ``Packer`` (default: True). Packer doesn't return packed bytes and clear internal buffer. * Add ``Packer.pack_map_pairs``. It packs sequence of pair to map type. 0.2.4 ======= :release date: 2012-12-22 Bugs fixed ---------- * Fix SEGV when object_hook or object_pairs_hook raise Exception. (#39) 0.2.3 ======= :release date: 2012-12-11 Changes ------- * Warn when use_list is not specified. It's default value will be changed in 0.3. Bugs fixed ----------- * Can't pack subclass of dict. 0.2.2 ======= :release date: 2012-09-21 Changes ------- * Add ``use_single_float`` option to ``Packer``. When it is true, packs float object in single precision format. Bugs fixed ----------- * ``unpack()`` didn't restores gc state when it called with gc disabled. ``unpack()`` doesn't control gc now instead of restoring gc state collectly. User can control gc state when gc cause performance issue. * ``Unpacker``'s ``read_size`` option didn't used. 0.2.1 ======= :release date: 2012-08-20 Changes ------- * Add ``max_buffer_size`` parameter to Unpacker. It limits internal buffer size and allows unpack data from untrusted source safely. * Unpacker's buffer reallocation algorithm is less greedy now. It cause perforamce derease in rare case but memory efficient and don't allocate than ``max_buffer_size``. Bugs fixed ---------- * Fix msgpack didn't work on SPARC Solaris. It was because choosing wrong byteorder on compilation time. Use ``sys.byteorder`` to get correct byte order. Very thanks to Chris Casey for giving test environment to me. 0.2.0 ======= :release date: 2012-06-27 Changes ------- * Drop supporting Python 2.5 and unify tests for Py2 and Py3. * Use new version of msgpack-c. It packs correctly on big endian platforms. * Remove deprecated packs and unpacks API. Bugs fixed ---------- * #8 Packing subclass of dict raises TypeError. (Thanks to Steeve Morin.)
2014-01-23Updated devel/msgpack to 0.5.8obache1-1/+2
2014-01-23Update msgpack to 0.5.8.obache3-8/+11
2013-12-23 version 0.5.8: * Move to the new github repository msgpack/msgpack-c * Support the new deserialization specification * fixes the problem of unpack helpers for array and map with 32bit compilers (#37, #38) * Other bug fixes and refactoring: #46, #41, #36, #35, #33, #32, #30, #29, #28, #27, #26, #25, #8, #3 * Update of documents: #23, #18, #17
2014-01-23Updated graphics/py-Pillow to 2.3.0obache2-3/+3
2014-01-23Update Pillow to 2.3.0.obache2-11/+7
Changelog (Pillow) ================== 2.3.0 (2014-01-01) ------------------ - Stop leaking filename parameter passed to getfont [jpharvey] - Report availability of LIBTIFF during setup and selftest [cgohlke] - Fix msvc build error C1189: "No Target Architecture" [cgohlke] - Fix memory leak in font_getsize [wiredfool] - Correctly prioritize include and library paths [ohanar] - Image.point fixes for numpy.array and docs [wiredfool] - Save the transparency header by default for PNGs [wiredfool] - Support for PNG tRNS header when converting from RGB->RGBA [wiredfool] - PyQT5 Support [wiredfool] - Updates for saving color tiffs w/compression using libtiff [wiredfool] - 2gigapix image fixes and redux [wiredfool] - Save arbitrary tags in Tiff image files [wiredfool] - Quote filenames and title before using on command line [tmccombs] - Fixed Viewer.show to return properly [tmccombs] - Documentation fixes [wiredfool] - Fixed memory leak saving images as webp when webpmux is available [cezarsa] - Fix compiling with FreeType 2.5.1 [stromnov] - Adds directories for NetBSD. [deepy] - Support RGBA TIFF with missing ExtraSamples tag [cgohlke] - Lossless WEBP Support [wiredfool] - Take compression as an option in the save call for tiffs [wiredfool] - Add support for saving lossless WebP. Just pass 'lossless=True' to save() [liftoff] - LCMS support upgraded from version 1 to version 2, fixes #343 [wiredfool] - Added more raw decoder 16 bit pixel formats [svanheulen] - Document remaining Image* modules listed in PIL handbook [irksep] - Document ImageEnhance, ImageFile, ImageFilter, ImageFont, ImageGrab, ImageMath, and ImageOps [irksep] - Port and update docs for Image, ImageChops, ImageColor, and ImageDraw [irksep] - Move or copy content from README.rst to docs/ [irksep] - Respect CFLAGS/LDFLAGS when searching for headers/libs [iElectric] - Port PIL Handbook tutorial and appendices [irksep] - Alpha Premultiplication support for transform and resize [wiredfool] - Fixes to make Pypy 2.1.0 work on Ubuntu 12.04/64 [wiredfool] 2.2.2 (2013-12-11) ------------------ - Fix #427: compiling with FreeType 2.5.1 [stromnov]
2014-01-23Updated meta-pkgs/suse131 to 13.1nb2obache1-1/+2
2014-01-23add some modules.obache1-7/+7
2014-01-23fixes wrong dependency path.obache1-2/+2
2014-01-23Updated fonts/ghostscript-cidfonts to 20000901nb6mef1-1/+2
2014-01-23For PR pkg/48479, old make (like NetBSD-5.1) behaves differentlymef1-9/+3
with undefined VARIABLE: Malformed conditional (!empty(PKG_OPTIONS.gs_type:Mghostscript-agpl)) So, avoid using ghostscript version dependent installation path. PKGREVISION++ (installation path changed). Thanks obache@
2014-01-22Added x11/gtkdatabox version 0.9.2.0ryoon1-1/+2
2014-01-22Add gtkdataboxryoon1-1/+2
2014-01-22Import gtkdatabox-0.9.2.0 as x11/gtkdatabox.ryoon5-0/+63
GtkDatabox is a widget for live display of large amounts of fluctuating numerical data. Data presentation (e.g. on linear or logarithmic scales, as dots or lines, with markers/labels) as well as user interaction (e.g. measuring distances) is easy.
2014-01-22The GTK3 build of this package removes the vnc_image_framebuffer_* functions,jperkin1-1/+9
however they are still listed in the shared mapfile. The SunOS linker is more strict and declares them undefined, so avoid the mapfile on SunOS for the GTK3 build.
2014-01-22Updated net/lua-socket to 3.0rc1nb2jperkin1-1/+2
2014-01-22Don't hardcode lua '5.2' everywhere, use the appropriate variables.jperkin2-15/+15
Fixes build with lua 5.1. Bump PKGREVISION.
2014-01-22Updated devel/lua-gi to 0.7.1nb1jperkin1-1/+2
2014-01-22Don't hardcode lua '5.2' everywhere, use the appropriate variables.jperkin4-34/+40
Fixes build with lua 5.1. Bump PKGREVISION.
2014-01-22Use --disable-fast-malloc on SunOS x86_64, it doesn't work right now.jperkin1-1/+5
2014-01-22xf86-video-wsfb 0.4.0 nb1is1-1/+2
2014-01-22Fix broken dependency. It is local garbage.ryoon1-2/+2
2014-01-22Updated textproc/py-markdown2 to 2.2.0obache2-3/+3
2014-01-22Update py-markdown2 to 2.2.0.obache2-6/+9
## python-markdown2 2.2.0 - [issue #135] Fix fenced code blocks odd rendering. - [pull #138] specify shell in Makefile - [pull #130] break-on-newline extra - [pull #140] Allow html-classes for img - [pull #122] Allow parentheses in urls
2014-01-22fixes copy&paste failureobache1-1/+1
2014-01-22require dbus and dbus-glib linux module.obache1-1/+2