summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-11Revbump after updating tcl/tk.adam106-197/+212
2014-01-11Changes 8.6.1:adam19-221/+458
* object-oriented programming support * a stackless evaluation implementation and much more besides.
2014-01-11Updated devel/gettext to 0.18.3.2; textproc/grep to 2.16; emulators/qemu to ↵adam2-3/+9
1.6.2
2014-01-11Changes 1.6.2:adam2-7/+6
Bug-fix release.
2014-01-11No need to use special variable, PKGVERSION=PKGVERSION_NOREV in PLIST.obache2-9/+8
2014-01-11use pkg build options for ghostscript to be detect installed ghostscript optionobache1-2/+2
configuration, not to be built option.
2014-01-11Changes 0.18.3.2:adam5-13/+13
Bug-fix release.
2014-01-11Changes 2.16:adam2-6/+6
** Bug fixes Fix gnulib-provided maint.mk so that the release procedure described in README-release actually does what we want. Before that fix, that procedure resulted in a grep-2.15 tarball that would lead to a grep binary whose --version-reported version number was 2.14.51... The fix to make \s and \S work with multi-byte white space broke the use of each shortcut whenever followed by a repetition operator. For example, \s*, \s+, \s? and \s{3} would all malfunction in a multi-byte locale. [bug introduced in grep-2.15] The fix to make grep -P work better with UTF-8 made it possible for grep to evoke a larger set of PCRE errors, some of which could trigger an abort. E.g., this would abort: printf '\x82'|LC_ALL=en_US.UTF-8 grep -P y Now grep handles arbitrary PCRE errors. [bug introduced in grep-2.15] Handle very long lines (2GiB and longer) on systems with a deficient read system call.
2014-01-11Fix PR pkg/48510 pkgsrc/security/libgcrypt:ryoon5-1/+1681
Add blowfish/serpent ARM assembly files to Makefile.am * Add patches from upstream git repository * Tested on NetBSD/evbearmv6hf-el 6.99.28
2014-01-10+ dshcheusov1-1/+2
2014-01-10Add parallel/dsh packagecheusov5-0/+53
dsh is an implementation of a wrapper for executing multiple remote shell (rsh/remsh/ssh) commands. rsh/remsh/ssh are wrappers for executing shell (ksh/bash/zsh/tcsh/sh .. etc... ) on remote hosts.
2014-01-10Added devel/libdshconfig version 0.20.13cheusov1-1/+2
2014-01-10Add and enable devel/libdshconfig packagecheusov6-1/+40
2014-01-10Racy build.joerg1-1/+4
2014-01-10Added parallel/pdsh version 2.29cheusov1-1/+2
2014-01-10Add and enable package "pdsh"cheusov5-1/+53
2014-01-10Needs bash.joerg1-2/+2
2014-01-10Be explicit about how to find genccode.joerg1-1/+3
2014-01-10Updated graphics/blender to 2.69joerg2-3/+3
2014-01-10Update to Blender 2.69. Add fixes for building with Clang, either fromjoerg22-1289/+1931
upstream or submitted for upstream. Import changes: A new hidden wire display option was added to help with retopology. Mesh Bisect is a new tool to cut meshes in half. The Bridge, Edgenet fill, Grid fill and Symmetrize tools were improved. New curve and lattice editing tools were added too. Hair rendering was improved with a new Hair shader and reorganized settings. Subsurface scattering uses a new sampling algorithm and now supports bump mapping and texture blurring. Sky rendering now uses a more accurate sky model. New blackbody, vector transform and HSV nodes were added. The non-progressive integrator was renamed to Branched Path Integrator, and is now available for GPU rendering. The Motion tracker now supports plane tracking, which can be used to replace billboards, screens and other flat things in footage. Lists in the user interface can now be resized, sorted and filtered. Further there are small improvements for vertex parenting, empty objects, the shrinkwrap modifier, mask editing, armatures, f-curves and drivers. FBX Import support has been added and FBX/OBJ can now export split normals (without the need for the edge split modifier). In addition to the new features, over 270 bugs that existed in previous releases have been fixed.
2014-01-10Missing include for struct tm.joerg2-1/+14
2014-01-10Use a master site that actually has the content.joerg1-2/+3
2014-01-10Use standard headers.joerg2-9/+10
2014-01-10Add softether as a suggested package.gdt1-1/+5
2014-01-10Fix build on Darwin with pkgsrc python.jperkin2-1/+29
2014-01-10Do not override CCFLAGS and LIBS. Fixes build on at least SunOS.jperkin2-1/+19
2014-01-10fix more problems with the scanner, one was introduced by the last fixdrochner3-7/+52
(CVE-2014-1235, CVE-2014-1236) bump PKGREV
2014-01-10Fix PKGLOCALEDIR changes.jperkin3-16/+17
2014-01-10Complete the PKGLOCALEDIR fixes.jperkin3-3/+20
2014-01-10Note update of the "openssl" package to version 1.0.1f.tron2-3/+3
2014-01-10Update "openssl" package to version 1.0.1f. Changes since 1.0.1e:tron9-99/+69
- Fix for TLS record tampering bug. A carefully crafted invalid handshake could crash OpenSSL with a NULL pointer exception. Thanks to Anton Johansson for reporting this issues. (CVE-2013-4353) - Keep original DTLS digest and encryption contexts in retransmission structures so we can use the previous session parameters if they need to be resent. (CVE-2013-6450) [Steve Henson] - Add option SSL_OP_SAFARI_ECDHE_ECDSA_BUG (part of SSL_OP_ALL) which avoids preferring ECDHE-ECDSA ciphers when the client appears to be Safari on OS X. Safari on OS X 10.8..10.8.3 advertises support for several ECDHE-ECDSA ciphers, but fails to negotiate them. The bug is fixed in OS X 10.8.4, but Apple have ruled out both hot fixing 10.8..10.8.3 and forcing users to upgrade to 10.8.4 or newer. [Rob Stradling, Adam Langley]
2014-01-10Fix PKGLOCALEDIR.jperkin2-75/+76
2014-01-10Updated textproc/py-xlrd to 0.9.2adam1-1/+2
2014-01-10Disable RPC support on SmartOS.jperkin2-4/+10
2014-01-10Remove obsolete patchryoon1-27/+0
2014-01-10Remove earlier WITH_DEBUG attempt committed in errorprlw11-4/+1
2014-01-10Disable RPC support on SmartOS.jperkin2-8/+18
2014-01-10Changes 0.9.2:adam2-14/+13
Bug fixes.
2014-01-10Added chat/mcabber version 0.10.2wiz1-1/+2
2014-01-10+ mcabber.wiz1-1/+2
2014-01-10Import mcabber-0.10.2 as chat/mcabber, packaged for wip by kh-p,wiz9-0/+1277
zul_, khorben, netcap, and jihbed. mcabber is a small Jabber console client, it supports SSL, OTR, MUC, history logging, commands completion and external actions triggers.
2014-01-10Fix build on Darwin 9 and possibly some other platforms.pho2-1/+22
2014-01-10Fix build on Darwin.pho2-1/+53
2014-01-10Add ppc32 to Darwin targetspho1-1/+7
2014-01-10Fix build of MesaLib on PowerPC platforms without GCC >= 4.1 (like MacOS X ↵pho2-1/+109
10.5).
2014-01-10Updated net/libzrtpcpp to 4.1.2rodent2-3/+3
2014-01-10Updated devel/ucommon to 6.1.0rodent1-1/+2
2014-01-10Updated to latest release, 4.1.2. Resolves:rodent4-21/+26
http://secunia.com/advisories/53818/ From NEWS: == GNU ZRTP 4.1.1 == Is a bug fix release that fixes some problems when building a standalone version of the library, i.e. with embedded crypto algorithms and not using on openSSL. Another fix was necessary for NetBSD thread handling. == GNU ZRTP 4.1.0 == Small enhancements when dealing with non-NIST algorithms. An application may set a ''algorithm selection policy'' to control the selection behaviour. In addition the the standrad selection policy (as per RFC6189) this version provides a _non-NIST_ selection policy: if the selected public key algorithm is a non-NIST ECC algorithm then the other selection functions prefer non-NIST HASH algorithms (Skein etc). == GNU ZRTP 4.0.0 == For this version I added some new algorithms for the DH key agreement and the Skein Hash for ZRTP. Not further functional enhancments. Added a new (old) build parameter -DCORE_LIB that will build a ZRTP core library. This was available in V2.3 but I somehow lost this for 3.0 You may add other build parameters, such as SQLITE and CRYPTO_STANDALONE if you build the core library. == GNU ZRTP 3.2.0 == The main ZRTP modules contain fixes for three vulnerabilities found by Mark Dowd. Thus we advise application developers to use this version of the library. The vulnerabilities may lead to application crashes during ZRTP negotiation if an attacker sends prepared ZRTP packets. The fixes remove these attack vectors. Some small other enhancements and cleanup, mainly inside client code. Some enhancements in cache handling and the handling of retained shared secrets. This change was proposed by Phil, is a slight security enhacement and is fully backward comaptible. Because of some API changes clients must be compiled and linked with the new library. For details please refer to the Git logs. == GNU ZRTP 3.1.0 == This version adds some new features and code that supports some other client and this accounts for the most changes inside this release. The ZRTP core functionality was not changed as much (bug fixes, cleanup mainly) and remains fully backward compatible with older library versions. However, one nice enhancement was done: the addition of a standalone SDES support module. This module supports basic SDES only without the fancy stuff like many other SDES implementations. Thus it's pretty interoperable. Some other features are: - add some android support for a client, may serve as template for others - documentation and code cleanup Because of some API changes clients must be compiled and linked with the new library. == GNU ZRTP 3.0.0 == This is a major enhancement and restructuring of the overall ZRTP distribution. This was necessary because more and more other clients use ZRTP and add their specific glue code. Also some clients are not prepared to use openSSL or other crypto libraries to their code and distributions. Here a summary of the changes - a new directory layout to accomodate various clients - add standalone crypto modules, for example for AES, to have a real standalone ZRTP/SRTP library that does not require any other crypto library (optional via CMake configuration) - Re-structure ZRTP cache and add SQlite3 as optional storage backend The default settings for CMake build the normal ZRTP library that use openSSL as crypto backend, use the normal file based cache and include the GNU ccRTP modules. This is a librray that is to a large degree compatible with the earlier builds. Please refer to the top level CMakeFile.txt for options how to switch on the standalone crypto mode or the SQlite3 based cache storage.
2014-01-10Updated to latest release, 6.1.0. Two new files in the PLIST. Fromrodent3-19/+18
ChangeLog: from ucommon 6.0.7 to 6.1.0 - small fixes based on notes from Tristan - exception behavior is changed (fixed) for commoncpp - keywait utility added from ucommon 6.0.6 to 6.0.7 - error state in fsys open fixed - fsys error reset inline added
2014-01-10Set py-wtforms acceptable dependency versions based on documentation. Addedrodent2-5/+20
options framework to allow user to run the unit tests during the build. Requires py-nose and py-flask-babel, but is disabled by default.