Commit graph

214072 commits

Author SHA1 Message Date
obache
2ed555db0e To get USE_BUILTIN.freetype2, builtin.mk must be included. 2014-03-14 13:43:17 +00:00
gdt
9de9cbef6f Drop inclusion of mk/pthread.buildlink3.mk from libgcrypt bl3.
libgcrypt installs a library and 3 binaries, none of which are linked
against pthreads (on NetBSD 6).  It installs one .h, which also does
not reference pthreads.  However, it contains a comment that thread
callbacks were removed from libgcrypt as of 1.6.  I rebuilt dirmngr,
glib-networking, gnupg2, libgnome-keyring, libksba, libotr, libxslt,
and pidgin-otr with the new version with no issues.

Note that I am not removing mk/pthread.buildlink3.mk from Makefile,
because it builds t-lock (used in make test but not installed) with
threads.
2014-03-14 13:39:07 +00:00
ryoon
8e275e6108 graphics/png should be included when non-builtin freetype2.
Pointed out by obache@, thank you.
2014-03-14 13:38:20 +00:00
taca
4555821dd2 Note update of www/ruby-sass-rails32 package to 3.2.6nb1. 2014-03-14 13:22:37 +00:00
taca
1a00c9f935 Relax dependency to ruby tilt.
Bump PKGREVISION.
2014-03-14 13:22:11 +00:00
taca
bb5463697c Use GEM_EXTSDIR only if it isn't empty. 2014-03-14 13:21:34 +00:00
ryoon
cbf190eabe graphics/png is also needed now 2014-03-14 13:12:34 +00:00
obache
f10457436a Bump ABI_DEPENDS from ruby-gnome2-glib for safe side. 2014-03-14 13:05:26 +00:00
obache
02a2bc2a46 Bump PKGREVISION from devel/ruby-gnome2-glib. 2014-03-14 12:48:07 +00:00
obache
2a2944ad6d It seems that Ruby/Glib2 2.2.0 is ABI incompatible with 2.1.0. 2014-03-14 12:45:49 +00:00
imil
ffc5567f82 Updated www/nginx-devel to 1.5.11 2014-03-14 11:37:18 +00:00
imil
2718f3e601 Changes with nginx 1.5.11 04 Mar 2014
*) Security: memory corruption might occur in a worker process on 32-bit
       platforms while handling a specially crafted request by
       ngx_http_spdy_module, potentially resulting in arbitrary code
       execution (CVE-2014-0088); the bug had appeared in 1.5.10.
       Thanks to Lucas Molas, researcher at Programa STIC, Fundación Dr.
       Manuel Sadosky, Buenos Aires, Argentina.

    *) Feature: the $ssl_session_reused variable.

    *) Bugfix: the "client_max_body_size" directive might not work when
       reading a request body using chunked transfer encoding; the bug had
       appeared in 1.3.9.
       Thanks to Lucas Molas.

    *) Bugfix: a segmentation fault might occur in a worker process when
       proxying WebSocket connections.

    *) Bugfix: a segmentation fault might occur in a worker process if the
       ngx_http_spdy_module was used on 32-bit platforms; the bug had
       appeared in 1.5.10.

    *) Bugfix: the $upstream_status variable might contain wrong data if the
       "proxy_cache_use_stale" or "proxy_cache_revalidate" directives were
       used.
       Thanks to Piotr Sikora.

    *) Bugfix: a segmentation fault might occur in a worker process if
       errors with code 400 were redirected to a named location using the
       "error_page" directive.

    *) Bugfix: nginx/Windows could not be built with Visual Studio 2013.


Changes with nginx 1.5.10                                        04 Feb 2014

    *) Feature: the ngx_http_spdy_module now uses SPDY 3.1 protocol.
       Thanks to Automattic and MaxCDN for sponsoring this work.

    *) Feature: the ngx_http_mp4_module now skips tracks too short for a
       seek requested.

    *) Bugfix: a segmentation fault might occur in a worker process if the
       $ssl_session_id variable was used in logs; the bug had appeared in
       1.5.9.

    *) Bugfix: the $date_local and $date_gmt variables used wrong format
       outside of the ngx_http_ssi_filter_module.

    *) Bugfix: client connections might be immediately closed if deferred
       accept was used; the bug had appeared in 1.3.15.

    *) Bugfix: alerts "getsockopt(TCP_FASTOPEN) ... failed" appeared in logs
       during binary upgrade on Linux; the bug had appeared in 1.5.8.
       Thanks to Piotr Sikora.


Changes with nginx 1.5.9                                         22 Jan 2014

    *) Change: now nginx expects escaped URIs in "X-Accel-Redirect" headers.

    *) Feature: the "ssl_buffer_size" directive.

    *) Feature: the "limit_rate" directive can now be used to rate limit
       responses sent in SPDY connections.

    *) Feature: the "spdy_chunk_size" directive.

    *) Feature: the "ssl_session_tickets" directive.
       Thanks to Dirkjan Bussink.

    *) Bugfix: the $ssl_session_id variable contained full session
       serialized instead of just a session id.
       Thanks to Ivan Risti?.

    *) Bugfix: nginx incorrectly handled escaped "?" character in the
       "include" SSI command.

    *) Bugfix: the ngx_http_dav_module did not unescape destination URI of
       the COPY and MOVE methods.

    *) Bugfix: resolver did not understand domain names with a trailing dot.
       Thanks to Yichun Zhang.

    *) 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: the "xclient" directive of the mail proxy module incorrectly
       handled IPv6 client addresses.


Changes with nginx 1.5.8                                         17 Dec 2013

    *) Feature: IPv6 support in resolver.

    *) Feature: the "listen" directive supports the "fastopen" parameter.
       Thanks to Mathew Rodley.

    *) Feature: SSL support in the ngx_http_uwsgi_module.
       Thanks to Roberto De Ioris.

    *) Feature: vim syntax highlighting scripts were added to contrib.
       Thanks to Evan Miller.

    *) Bugfix: a timeout might occur while reading client request body in an
       SSL connection using chunked transfer encoding.

    *) Bugfix: the "master_process" directive did not work correctly in
       nginx/Windows.

    *) Bugfix: the "setfib" parameter of the "listen" directive might not
       work.

    *) Bugfix: in the ngx_http_spdy_module.
2014-03-14 11:36:58 +00:00
imil
d41ea90a29 Updated www/nginx to 1.4.6nb1 2014-03-14 11:34:53 +00:00
imil
6c82a752a4 A new module was added, worth a revision. 2014-03-14 11:34:25 +00:00
imil
469b6d7fb9 * Updated the naxsi module to latest 0.53-2
* Added Lua support: https://github.com/chaoslawful/lua-nginx-module
2014-03-14 11:30:57 +00:00
pettai
9832e12417 Updated net/nsd to 4.0.3 2014-03-14 11:12:03 +00:00
pettai
2bfd2afb6f NSD 4.0.3
Bug Fixes:
- Fix nsd.db unclean close check.  Previous databases are considered
  unclean by the code and are created anew.
- Adds nsd.db larger than 400Tb check for sanity. Also test if
  filesize as documented in the file is correct.
- nsd waits for tasks to complete on stop, prevents nsd.db corruption.
- fix to not delete tmpdir too early in shutdown process.
- disabled udb checking functionality that made it very slow,
  this was enabled when enable-checking was turned on.
2014-03-14 10:02:53 +00:00
obache
d7698899e5 Updated pkgtools/pkglint to 4.137 2014-03-14 09:50:03 +00:00
obache
e69c916df8 Bump PKGREVISION to refrect recent changes. 2014-03-14 09:49:54 +00:00
jperkin
b28af50d0e Updated pkgtools/pbulk-base to 0.48 2014-03-14 09:45:45 +00:00
jperkin
af8ad5bd88 pbulk-base-0.48: Fix pbulk-scan on OSX.
On OSX pbulk-scan can fail to bind with EADDRNOTAVAIL due to sin_zero being
used uninitialised.  Ensure the sockaddr_in is cleared before use.
2014-03-14 09:45:31 +00:00
obache
99838ed39f Updated emulators/suse131_fontconfig to 13.1nb1 2014-03-14 09:45:17 +00:00
obache
b0851d2d81 Apply Recommended Update openSUSE-RU-2014:0209-1.
fontconfig: fix crash for special bdf font.

Bump PKGREVISION.
2014-03-14 09:45:05 +00:00
obache
ee951e4d29 Updated emulators/suse131_x11 to 13.1nb4 2014-03-14 09:38:29 +00:00
obache
5981068e7b Add some X11 related libraries.
Bump PKGREVISION.
2014-03-14 09:38:14 +00:00
obache
2a1cb699be Updated emulators/suse131_glx to 13.1nb1 2014-03-14 09:27:08 +00:00
obache
fb42951dea Apply Recommended Update openSUSE-RU-2013:1844-1.
Mesa, xf86-video-intel: Update Mesa to 9.2.3 bugfix-release and several fixes
for xf86-video-intel.

Bump PKGREVISION.
2014-03-14 09:26:56 +00:00
obache
cedbbc7730 Apply Recommended Update: openSUSE-RU-2014:0037-1
glibc: bugfixes in IPv6 and ARM support

ride on last update.
2014-03-14 09:21:10 +00:00
obache
42387fb015 Updated emulators/suse131_base to 13.1nb2 2014-03-14 09:16:29 +00:00
obache
f915bad366 Apply Recommented Update openSUSE-RU-2014:0159-1.
coreutils: Fix 2 major regressions in sort and 1 fix for stat and tail.

Bump PKGREVISION.
2014-03-14 09:16:11 +00:00
obache
80f826b248 Updated emulators/suse131_gtk2 to 13.1nb2 2014-03-14 09:07:57 +00:00
obache
ebf5536a0a Apply recommented Update openSUSE-RU-2014:0107-1.
gdk-pixbuf: Fix xpm icon in a desktop file never shrink itself.
(while here drop unwanted entries from distinfo).

Bump PKGREVISION.
2014-03-14 09:07:28 +00:00
obache
7d4687e07e Updated emulators/suse131_pulseaudio to 13.1nb2 2014-03-14 09:00:25 +00:00
obache
617828e3b4 Apply recommented update openSUSE-RU-2014:0284-1.
pulseaudio: Fix the incompatible size of pa_card_profile_info that leads to a
crash of pavucontrol

Bump PKGREVISION.
2014-03-14 09:00:11 +00:00
obache
7ebe1c0f39 Fixes malformed conditional for old bmake. 2014-03-14 08:34:45 +00:00
spz
3567085aae note the freetype2 update 2014-03-14 07:55:11 +00:00
obache
1638c45efd Overall dri related dependency clean up.
* move dri related API_DEPENDS into dri.mk.
* add missing API_DEPENDS.
* only define such API_DEPENDS only not using builtin MesaLib.

Fixes following issues on platforms that builtin one is older than required
version (ex. NetBSD-5).
* build issue of MesaLib
* unwanted dependency on MesaLib from pkgsrc even if builtin one is sufficient.
2014-03-14 07:19:36 +00:00
dholland
87afdb787e sys161 2014-03-14 04:10:48 +00:00
dholland
b00b0744f2 +sys161 2014-03-14 04:10:10 +00:00
dholland
7fd5a0644d Import sys161-1.99.07.
System/161 is a machine simulator that provides a simplified but still
realistic environment for OS hacking. It is a 32-bit MIPS system
supporting up to 32 processors, with up to 31 hardware slots each
holding a single simple device (disk, console, network, etc.)

It is used for teaching; the OS/161 instructional OS runs on it.
However, it has also proven useful as a rapid development platform for
bringing up research or experimental kernels.

System/161 supports fully transparent debugging, via remote gdb into
the simulator. It also provides transparent kernel profiling,
statistical monitoring, event tracing (down to the level of individual
machine instructions) and one can connect multiple running System/161
instances together into a network using a "hub" program.

I am upstream for this so I'll maintain the package.
2014-03-14 04:09:31 +00:00
rodent
12ddc9e230 +py-pythonz! 2014-03-14 03:19:18 +00:00
rodent
ad12a0cf67 Added lang/py-pythonz version 1.2.1 2014-03-14 03:18:17 +00:00
rodent
9bc84d3d01 Import py27-pythonz-1.2.1 as lang/py-pythonz.
pythonz is a program to automate the building and installation of Python in the
users $HOME. This is a fork of the original project, pythonbrew.

CPython, Stackless, PyPy and Jython are supported.
2014-03-14 03:17:49 +00:00
taca
ad8bdb2462 Forgot to commit with contao32's update. 2014-03-14 02:00:22 +00:00
wiedi
e1f44ae424 Link network libs on SunOS 2014-03-14 01:06:39 +00:00
pettai
d060c114a1 Fix HOMEPAGE 2014-03-13 23:56:55 +00:00
pettai
826fd6aa35 Updated security/py-hsm to 1.0.4h 2014-03-13 23:50:29 +00:00
pettai
f0e4d024c0 Version 1.0.4h (released 2014-01-09)
* yhsm-daemon: Use JSON messages instead of Python pickling.
2014-03-13 23:50:08 +00:00
pettai
2b686e50e5 Updated security/sleuthkit to 4.1.3 2014-03-13 23:41:52 +00:00
pettai
0e200510c4 (Trimmed down commit message, but it's still huge to be able
to cover all releases in this update...)

---------------- VERSION 4.1.3 --------------
- fixed bug that could crash UFS/ExtX in inode_lookup.
- More bounds checking in ISO9660 code
- Image layer bounds checking
- Update version of SQLITE-JDBC
- Config file for YAFFS2 spare area
- New method in image layer to return names
- Yaffs2 cleanup.
- Escape all strings in SQLite database
- SQlite code uses NTTFS sequence number to match parent IDs

---------------- VERSION 4.1.2 --------------
Core:
- TskAutoDB considers not finding a VS/FS a critical error.

---------------- VERSION 4.1.1 --------------
Core:
- Added FILE_SHARE_WRITE to all windows open calls.
- removed unused methods in CRC code that caused compile errors.
- Added NTFS FNAME times to time2 struct in TSK_FS_META to make them
  easier to access -- should have done this a long time ago!
- fls -m and tsk_gettimes output NTFS FNAME times to output for timelines.
- hfind with EnCase hashsets works when DB is specified (and not only index)
- TskAuto now goes into UNALLOC partitions by default too.
- Added support to automatically find all Cellebrite raw dump files given
  the name of the first image.
- Added NTFS sequence to parent address in directory and directory itself.
- Updated SQLite code to use sequence when finding parent object ID.

---------------- VERSION 4.1.0 --------------
Core:
- Added YAFFS2 support (patch from viaForensics).
- Added Ext4 support (patch from kfairbanks)
- changed all include paths to be 'tsk' instead of 'tsk3'
-- IMPORTANT FOR ALL DEVELOPERS!

---------------- VERSION 4.0.2 --------------
New Features:
- Added fiwalk tool from Simson.  Not supported in Visual Studio yet.

---------------- VERSION 4.0.1 --------------
New Features:
- Can open raw Windows devices with write mode sharing.
- More DOS partition types are displayed.
- Added fcat tool that takes in file name and exports content (equivalent to using ifind and icat together).
- Added new API to TskImgDB that returns hash value associated with carved files.
- performance improvements with FAT code (maps and dir_add)
- performance improvements with NTFS code (maps)
- added AONLY flag to block_walk
- Updated blkls and blkcalc to use AONLY flag -- MUCH faster.

---------------- VERSION 4.0.0 --------------
New Features:
- Added multithreaded support
- Added C++ wrapper classes
- Added JNI bindings / Java data model classes
- 3314047: Added utf8-specific versions of 'toid' methods for img,vs,fs types
- 3184429: More consistent printing of unset times (all zerso instead of 1970)
- New database design that allows for multiple images in the same database
- GPT volume system tries other sector sizes if first attempt fails.
- Added hash calculation and lookup to AutoDB and JNI.
- Upgraded SQLite to 3.7.9.
- EnCase hash support
- Libewf v2 support (it is now non-beta)
- First file in a raw split or E01 can be specified and the rest of the files
  are found.
- mactime displays times as 0 if the time is not set (isntead of 1970)
- Changed behavior of 'mactime -y' to use ISO8601 format.
- Updated HFS+ code from ATC-NY.
- FAT orphan file improvements to reduce false positives.
- TskAuto better reports errors.
2014-03-13 23:41:31 +00:00