Commit graph

5852 commits

Author SHA1 Message Date
adam
995d3d9924 Fix buildling with Clang 2011-05-05 08:55:23 +00:00
pettai
8dfe655542 SoftHSM 1.2.1 - 2011-05-03
* Backport mutex handling from v2 for increased multithreaded
  performance.
* Remove signature verification used for debugging purposes.
  (was enabled with ./configure --enable-sigver)
* Added an index to the attribute table in the database.
* Optimization of the database handling.
2011-05-04 10:10:18 +00:00
agc
2467a18da6 Update liboauth from 0.8.9 to 0.9.4.
Changes since previous version:

	version 0.9.4
	  - fixed possible memory corrution in oauth_curl_get
		  thanks to Bruce Rosen for reporting this issue

	version 0.9.3
	 - yet more build-system fixes:
	   - allow to override HASH_LIBS and CURL_LIBS using envoronment variables
	   - include them in .pc and tests/Makefile.am

	version 0.9.2
	 - fixed typo in build-system (LDFLAGS, -Wl,--as-needed detection)

	version 0.9.1
	 - fixed typo in API:
	   oauth_time_indepenent_equals[_n] is now deprecated in favor of
		 oauth_time_independent_equals[_n]
	 - added check for 'Wl,--as-needed' linker flag.

	version 0.9.0
	 - fixed typo in pkg-config file.

With thanks to Brad Harder for the nudge.
2011-05-03 14:23:57 +00:00
adam
01033f3b3f Fix building with Clang 2011-05-02 21:27:15 +00:00
obache
f2478777ba Add a patch for lack of posix standard AF_LOCAL, fall back to AF_UNIX.
for PR#44924.
2011-05-02 09:27:43 +00:00
wiz
046d47d5a1 Add archivers and sysutils to CATEGORIES, per gdt. 2011-05-01 08:28:24 +00:00
wiz
c5e2d17823 + tarsnap. 2011-04-30 12:21:43 +00:00
wiz
77eab98f65 Initial import of tarsnap-1.0.29:
Tarsnap is a secure online backup service for BSD, Linux, OS X,
Solaris, Cygwin, and can probably be compiled on many other UNIX-like
operating systems. The Tarsnap client code provides a flexible and
powerful command-line interface which can be used directly or via
shell scripts.
2011-04-30 12:21:05 +00:00
taca
8e39c26fec More replace interpreter. 2011-04-29 16:51:27 +00:00
adam
5d74d58d73 Changes 1.08:
* Do not attempt to logout if uninitialized.
* Use OpenSSL engine's rsa_priv_enc instead of rsa_sign.

Changes 1.07:
* Minor Win64 fixup.
2011-04-28 07:20:46 +00:00
tnn
8a8ed77799 "pkg-config --cflags gnutls" failed with:
Package zlib was not found in the pkg-config search path.

... there is no zlib.pc, so comment out the part of the configure
script that adds that to the pkg-config file.
Bump PKGREVISION.
2011-04-27 16:56:43 +00:00
obache
39bd7ddc6f need to buildlink with security/nettle.
fixes PR#44909.
2011-04-27 07:19:06 +00:00
adam
7058ae9281 Changes 2.12.3:
* libgnutls: Several minor bugfixes.
* libgnutls: Restored HMAC-MD5 for compatibility. Although considered weak,
  several sites require it for connection. It is enabled for "NORMAL" and
  "PERFORMANCE" priority strings.
* libgnutls: depend on libdl.
* libgnutls: gnutls_transport_set_global_errno() was deprecated. Use your
  system's errno fascility or gnutls_transport_set_errno().
* gnutls-cli: Correction with usage of select to check for pending data in
  gnutls sessions. It now uses gnutls_record_check_pending().
* tests: More fixes and updates for win32. Patches by LRN.
* libgnutls: Several files unnecessarily included <gcrypt.h>; this has been
  fixed.
** API and ABI modifications: gnutls_transport_set_global_errno: DEPRECATED

Changes 2.12.2:
* libgnutls: Several updates and fixes for win32. Patches by LRN.
* libgnutls: Several bug and memory leak fixes.
* srptool: Accepts the -d option to enable debugging.
* libgnutls: Corrected bug in gnutls_srp_verifier() that prevented the
  allocation of a verifier. Reported by Andrew Wiseman.

Changes 2.12.1:
* certtool: Generated certificate request with stricter permissions.
* libgnutls: Bug fixes in opencdk code. Reported by Vitaly Kruglikov.
* libgnutls: Corrected windows system_errno() function prototype.
* libgnutls: C++ compatibility fix for compat.h. Reported by Mark Brand.
* libgnutls: Fix size of gnutls_openpgp_keyid_t by using the
  GNUTLS_OPENPGP_KEYID_SIZE definition. Reported by Andreas Metzler.
2011-04-26 10:35:29 +00:00
adam
5b80244664 buildlink3.mk depends on gmp, even when includes are needed; use MAJOR/MINOR for linking libraries 2011-04-26 09:54:55 +00:00
adam
9b89868c0c Actually, prefer gm4 2011-04-26 09:39:02 +00:00
adam
4d6fe6a19d Added security/nettle version 2.1 2011-04-26 09:01:12 +00:00
adam
b7a3a18f70 Nettle is a cryptographic library that is designed to fit easily in more
or less any context: In crypto toolkits for object-oriented languages
(C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in
kernel space. In most contexts, you need more than the basic
cryptographic algorithms, you also need some way to keep track of available
algorithms, their properties and variants. You often have some algorithm
selection process, often dictated by a protocol you want to implement.

And as the requirements of applications differ in subtle and not so
subtle ways, an API that fits one application well can be a pain to use
in a different context. And that is why there are so many different
cryptographic libraries around.

Nettle tries to avoid this problem by doing one thing, the low-level
crypto stuff, and providing a simple but general interface to it.
In particular, Nettle doesn't do algorithm selection. It doesn't do
memory allocation. It doesn't do any I/O.

The idea is that one can build several application and context specific
interfaces on top of Nettle, and share the code, test cases, benchmarks,
documentation, etc. Examples are the Nettle module for the Pike
language, and LSH, which both use an object-oriented abstraction on top
of the library.
2011-04-26 08:59:33 +00:00
hauke
c0f345ba8c Make sure <langinfo.h> actually provides CODESET before using it,
for the sake of old NetBSD releases.
2011-04-23 17:48:33 +00:00
obache
51d76b29e2 recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
obache
95b767f494 note "used by..." comments 2011-04-18 11:55:14 +00:00
joerg
0359c177d4 Dependency doesn't support Python 2.4 2011-04-15 14:48:41 +00:00
tez
388e116bb9 fix MITKRB5-SA-2011-004 (CVE-2011-0285) DOS in kadmind 2011-04-14 19:37:26 +00:00
drochner
138ff0467d +py-keyring 2011-04-14 17:28:47 +00:00
drochner
9b0600fdbc add py-keyring-0.5.1, from Kamel Derouiche per pkgsrc-wip 2011-04-14 17:27:04 +00:00
drochner
b3508adc19 update to 2.32.1
This switches to the gnome-2.32 release branch.
2011-04-13 16:39:14 +00:00
wiz
8de78773ac Bump PKGREVISION for abs' PLIST fix.
While here, set COMMENT (!) and HOMEPAGE.
2011-04-13 09:53:32 +00:00
abs
d927a89d7e Add info/assuan.info to PLIST 2011-04-13 09:11:39 +00:00
adam
0165a96203 Removed (lib)fwbuilder21 successor (lib)fwbuilder 4.1.3 2011-04-12 13:46:35 +00:00
adam
b8d55b79dc Changes 4.1.3:
This version comes with the following usability enhancements:
* Added checkbox to the Preferences dialog, this checkbox turns off some
  tooltips that can be annoying for users who are sufficiently familiar with
  the GUI.
* Added a tab "Policy Rule" to the "Objects" page of the global preferences
  dialog; checkbox in this tab allows the user to choose whether new policy
  rules should be created with logging turned on or off.
The major bug fixes in this release include:
* Fixed installer issue for Windows users that use Putty sessions. Built-in
  policy installer can use putty session on Windows when it runs pscp.exe
  utility to copy generated script to the firewall
* Fixed bug in the generated iptables script that made it to not configure
  broadcast address when it added ip addresses to interfaces.
* Several bugs that affected cluster configurations were fixed.
2011-04-12 13:41:17 +00:00
adam
0db3777841 Fix building on Mac OS X; pkglint clean-up 2011-04-12 13:17:20 +00:00
obache
0845142e1c + ruby-simple_oauth 2011-04-12 12:00:39 +00:00
obache
a39e90bec7 Import ruby18-simple_oauth-0.1.4 as security/ruby-simple_oauth.
Simply builds and verifies OAuth headers.
2011-04-12 11:58:45 +00:00
tez
1c5206aa83 correct openssl dependency (it needs >=0.9.8)
correct BUILDLINK_API_DEPENDS.mit-krb5
fix building where libtool chokes on "--version-info : " (at least OS X)
2011-04-09 00:16:18 +00:00
tez
d625f1997f Add builtin support for SunOS per PR#44597 2011-04-08 17:30:35 +00:00
obache
77638188c3 * set LICENSE=gnu-gpl-v2(tools part) AND gnu-lgpl-v2(library part).
* let to depend on dbus-glib, this package use it directly and already in
  buildlink3.mk.
* using desktopdb.mk for *.desktop files.

Bump PKGREVISION.
2011-04-07 08:58:12 +00:00
wiz
83a1bc5219 Fix PKGREVISION variable name. From Robert Elz. 2011-04-05 08:36:41 +00:00
manu
0834ececa9 Major update, with many changes that ould be difficult to sum up. Please
see the NEWS file.
2011-04-04 08:30:29 +00:00
agc
f7af5d4e16 Let this package build on post-POSIX getline() systems.
Also include the relevant (static) libraries, where necessary, to allow
link-editing.
2011-04-01 21:56:14 +00:00
tez
3a17f46777 Use solaris64 rather than solaris for ABI=64 build using gcc in SunOS
fixes PR#44769
2011-04-01 21:02:48 +00:00
wiz
eed20d026c Update to 1.2.17, for security reasons.
* Preparations for 1.2.17 release
* Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire)
* Fixed pkcs12 file loading (based on patch from Andre de Souza Pinto)
* Fixed comments (based on patch from Wolfgang Woehl)
* Fixed extra quotes in configure (bug #631258)
* Fixed configure issue with empty --with-libxml/libxsl and config scripts in /bin directory
* Fixed gcrypt init/shutdown (patch from Roumen)
2011-04-01 12:27:45 +00:00
wiz
03abaedf27 Fix PKGNAME to have "60" instead of "6", to avoid making it appear very
old and triggering a vulnerability match. Suggested by obache.

Reset PKGREVISION, since the version is newer than the old one.
Set LICENSE.
2011-04-01 11:43:57 +00:00
agc
4c6ea94f65 Be consistent in the way we quote the '#' character 2011-03-31 18:37:33 +00:00
agc
6f280e7bc8 The '#' character is kinda special to makefiles - re-work the comment field
so that we don't have any '#' chars in it.

Avoids the following:

	% grep COMMENT Makefile
	COMMENT=       Cryptographic store accessible through a PKCS#11 interface
	% pkg_info softhsm
	Information for softhsm-1.2.0:

	Comment:
	Cryptographic store accessible through a PKCS
2011-03-31 18:30:32 +00:00
obache
d40f6a7ea6 * fix make target dependency to man page aliases (arg_printusage.3) will be
always installed.
* add user-destdir installation support.
2011-03-24 05:38:01 +00:00
obache
c9c076afbc Use bsdtar for extract, or result in corrupted file name with certain tar.
Bump PKGREVISION.
2011-03-24 03:04:16 +00:00
zafer
2cb4ddf81c update PLIST. arg_printusage.3 is gone. 2011-03-23 20:56:49 +00:00
obache
6bf7e93088 revert unwanted commit accidently. 2011-03-23 08:11:37 +00:00
obache
8826e81333 remove needless assignment, it break strict-aliasing. 2011-03-23 08:10:33 +00:00
obache
d44d630616 bsd.fast.prefs.mk should not be included from packages. 2011-03-23 07:49:47 +00:00