Commit graph

213653 commits

Author SHA1 Message Date
obache
20607a89db Fixes PKGNAME, '-dev-' should not be there. 2014-03-05 12:35:09 +00:00
obache
6a043d1d21 Fixes path names, changed at switched to 4.2.7-dev snapshot release.
PR pkg/48590 by Jason White.
2014-03-05 12:24:43 +00:00
obache
b7e3648c13 Updated mail/cue to 20140217 2014-03-05 12:12:03 +00:00
obache
d8b5e6ac85 Update cue to new snapshot 20140217 includes a fix for crashes.
PR pkg/48636 by YAMAMOTO Takashi.
2014-03-05 12:11:46 +00:00
darcy
b163e5fe32 Updated databases/py-postgresql to 4.1.1nb1 2014-03-05 11:16:40 +00:00
darcy
f8ce40aa7a Allow PyGreSQL to work with PostgreSQL < 9.0.
PR: pkg/48567
2014-03-05 11:14:00 +00:00
agc
7292a60a2b Note addition of security/libmerkletree version 20140304 2014-03-05 05:26:50 +00:00
agc
3c71b8a085 Add and enable libmultigest 2014-03-05 05:26:09 +00:00
agc
ace5b620df Initial import of libmerkletree-20140304 into the Packages Collection
The libmerkletree library implements Merkle tree calculation, and also
	includes some higher-level functions to verify a file against a
	previously-generated Merkle tree.

	A Merkle tree is a hash tree calculated across blocks in data.  Any
	block size can be specified in this implementation.  A digest is
	calculated across each block in the data, and then a digest is
	calculated across blocks of the checksums, and this continues until
	only one block of digest exists.  The hierarchical nature of this
	allows individual blocks of a file to be verified, even if other parts
	of the file have been modified.  A degenerate case, in which the data
	is less than the blocksize, will mean that a single digest value for
	the block is calculated.  This will be the same as the digest
	algorithm applied to the whole file.

	The digest calculations themselves are done by the libmultigest(3)
	library, and allow concatenation of multiple digests to produce a
	single large digest value.
2014-03-05 05:25:18 +00:00
agc
8517c49b7c Note addition of merkletree-20140304 2014-03-05 05:20:50 +00:00
agc
3065cf5bee Add and enable merkletree 2014-03-05 05:20:21 +00:00
agc
9e0498b142 Initial import of merkletree-20140304 into the Packages Collection
The merkletree(1) command performs Merkle tree calculation and
	verification on the input data.  This allows the establishment of the
	block positions (i.e.  relative neighbourhood) of any changed data.
2014-03-05 05:19:25 +00:00
agc
5e2240312f Note addition of security/libmultigest 2014-03-05 05:16:32 +00:00
agc
a1c08f6f1d Add and enable libmultigest 2014-03-05 05:15:41 +00:00
agc
fd52e7dac1 Import libmultigest-20140304 into the packages collection
libmultigest is a library interface to calculate multiple digests at
	the same time, without having to re-scan data.  This is to protect
	against any single digest algorithm being found to have second
	pre-images.  Up to 32 digests can be specified on the command line.

	The data being used as input to the digest can be modified by using a
	regular expression-based substitution operation, so that any Version
	Control System identifiers can be normalised before being digested.
	If no substitution regular expression is provided, the input data will
	be used as-is.

	The list of digests provided is:

		BLAKE2, CRC32C, MD5, RMD160, SHA1, SHA256, SHA512,
		SHA3-224, SHA3-256, SHA3-384, SHA3-512, SIZE,
		TIGER, TIGER2, WHIRLPOOL
2014-03-05 05:14:42 +00:00
agc
ebc9b38997 Note addition of security/multigest 2014-03-05 05:12:15 +00:00
agc
8aca48063d Add and enable multigest 2014-03-05 05:10:42 +00:00
agc
9a4ef46d23 Initial import of multigest-20140304 into the Packages Collection.
The multigest utility calculates message digests of files or, if no
	file is specified, standard input.  The list of possible algorithms is
	given in the libmultigest(3) manual page.

	The multigest utility is a simple wrapper for the various
	different algorithm implementations, , and was designed to be
	scalable as new message digest algorithms are developed.
2014-03-05 05:09:44 +00:00
agc
458d3bb203 Also note update of security/libnetpgpverify to 20140304 2014-03-05 04:54:06 +00:00
agc
f8bf8d8990 Note update of netpgpverify to 20140304 2014-03-05 04:52:34 +00:00
agc
b342d7dcbe netpgpverify-20140304:
+ Check the correct field in the struct is not NULL in sig_verify_dsa()
+ Move to using our own byte-swapping routines - portability
+ Check for errors in bzlib
+ Bump version number to 20140304
2014-03-05 04:51:37 +00:00
adam
c30719fedc Updated multimedia/x264-devel to 20140303 2014-03-04 14:00:31 +00:00
adam
d01475f571 Removed patches/patch-ak 2014-03-04 13:59:41 +00:00
adam
01c645c5da Changes 20140303:
Bug fixes.
Enabled OpenCL for Darwin.
Fix building with Clang.
2014-03-04 13:59:11 +00:00
kleink
59bd66101e Updated www/py-flask-assets to 0.9.
Updated www/py-flask-script to 0.6.7.
2014-03-04 13:48:33 +00:00
kleink
ae7c63eeb9 Update py-flask-script to 0.6.7.
Version 0.6.7
-----------------

Released on February 16, 2014

- Expose app instance in a command commands (manage.app). #83
- Show full help for submanagers if called without arguments. #85
- Fix ShowUrls command conflict.  #88
2014-03-04 13:47:21 +00:00
kleink
5a1c752619 Update py-flask-assets to 0.9.
0.9 (2014-02-20)
    This release is compatible with webassets 0.9.
    flask-assets now support Python 3, and drops support for Python 2.5.

    - Support for Flask-S3 (Erik Taubeneck).
    - Support latest Flask-Script (Chris Hacken).
2014-03-04 13:45:28 +00:00
obache
c3170fa226 Add NetBSD MI atomic_ops support.
Based on PR pkg/48608 by Izumi Tsutsui.
2014-03-04 12:07:16 +00:00
adam
866a34d1a8 Updated security/gnutls to 3.2.12 2014-03-04 09:35:15 +00:00
adam
394cbb8f6b Changes 3.2.12:
** libgnutls: Corrected certificate verification issue (GNUTLS-SA-2014-2)

** libgnutls: Corrected issue in gnutls_pcert_list_import_x509_raw
when provided with invalid data. Reported by Dmitriy Anisimkov.

** libgnutls: Corrected timeout issue in subsequent to the first
DTLS handshakes.

** libgnutls: Removed unconditional not-trusted message in
gnutls_certificate_verification_status_print() when used with
OpenPGP certificates. Reported by Michel Briand.

** libgnutls: All ciphersuites that were available in TLS1.0 or
later are now made available in SSL3.0 or later to prevent
any incompatibilities with servers that negotiate them in SSL 3.0.

** ocsptool: When verifying a response and a signer isn't provided
assume that the signer is the issuer.

** ocsptool: When sending a nonce, verify that the nonce exists
in the OCSP response.

** gnutls-cli: Added --strict-tofu option; contributed by Jens
Lechtenboerger.

** API and ABI modifications:
No changes since last version.
2014-03-04 09:34:19 +00:00
obache
6e5d933233 revive MAKE_JOBS_SAFE=no, still required. 2014-03-04 00:32:19 +00:00
adam
4195bcb897 Updated graphics/p5-GD to 2.52; misc/p5-Business-ISBN to 2.07 2014-03-03 20:03:11 +00:00
adam
52a4dd2c73 Changes 2.07:
* Get rid of MYMETA
2014-03-03 20:00:46 +00:00
adam
ce8ff50ca4 Changes 2.52:
Fix regression tests to run on Ubuntu 12.04 64bit.
2014-03-03 19:56:21 +00:00
adam
eafc67c226 Updated databases/slony1 to 2.2.2 2014-03-03 17:37:29 +00:00
adam
fc47d2f44b Changes 2.2.2:
Bug 327 - Fix invalid free() in the logApply trigger
Include server include paths on --with-pgport builds for slonik
2014-03-03 17:36:37 +00:00
adam
ce1139dbf4 Updated databases/py-ldap to 2.4.14 2014-03-03 17:03:28 +00:00
adam
5b48ea9f50 Changes 2.4.14:
Lib/
* Added ldap.controls.openldap.SearchNoOpControl
* New method ldap.async.AsyncSearchHandler.afterFirstResult()
  for doing something right after successfully receiving but before
  processing first result
* Better log data written when invoking ldap.LDAPLock.acquire() and
  ldap.LDAPLock.release()
* LDAPObject and friends now pass `desc' to ldap.LDAPLock() which
  results in better logging
* ldapobject.ReconnectLDAPObject now uses internal class-wide
  lock for serializing reconnects
* Method signature of ReconnectLDAPObject.reconnect() changed to be able
  to call it with separate retry_max and retry_delay values
Modules/
* Added support for retrieving negotiated TLS version/cipher
  with LDAPObject.get_option() with the help of upcoming OpenLDAP libs
2014-03-03 17:01:34 +00:00
jperkin
374dfca2a5 Fix dependency pattern. 2014-03-03 16:42:00 +00:00
adam
e881dbac92 Updated audio/libxmp to 4.2.5 2014-03-03 15:52:56 +00:00
adam
a235ec2984 Changes 4.2.5:
- fix Oktalyzer sample numbering
- fix XM delay effect with invalid instrument
- disable incomplete Graoumf Tracker loader
- disable incomplete TCB Tracker loader
- code refactor for core mod player library subset
2014-03-03 15:52:03 +00:00
bsiegert
491ceca7d4 Note go update 2014-03-03 15:42:08 +00:00
bsiegert
58b50a7ba2 Update go to 1.2.1, released today.
It contains the following fixes:

* runtime: fix crash in runtime.GoroutineProfile
* runtime: if traceback sees a breakpoint, don't change the PC
* runtime: fix data race in GC
* net: ignore some errors in windows Accept
* database/sql: Use all connections in pool
2014-03-03 15:41:12 +00:00
adam
c93936b1b8 Updated net/proftpd to 1.3.4d 2014-03-03 15:07:45 +00:00
adam
bc437f31fb Changes 1.3.4d:
+ Fixed broken build when using --disable-ipv6 configure option
+ Fixed mod_sql "SQLAuthType Backend" MySQL issues
2014-03-03 15:01:53 +00:00
wiz
0fefb61e81 + fotoxx-14.03, gnucash-2.6.2, libxmp-4.2.5. 2014-03-03 10:39:21 +00:00
pho
295546781f Makefile should state that arp-scan depends on libpcap>=0.8 rather than implicitly depending on builtin libpcap. 2014-03-03 09:19:49 +00:00
obache
5aac885991 Updated net/samba35 to 3.5.22nb2 2014-03-03 08:47:53 +00:00
obache
1625fffc69 Replace log dir in the default sampel config file correctly.
Bump PKGREVISION.
2014-03-03 08:46:45 +00:00
obache
ebc00ee570 simplify with SUBST_VARS. 2014-03-03 08:31:02 +00:00