Commit graph

5317 commits

Author SHA1 Message Date
abs
40e5ab26a0 polkit-explicit-grant-helper and polkit-grant-helper should also
be setgid polkit (apparently). Bump pkgrevision
2009-12-27 00:00:55 +00:00
obache
b78b0121e1 Fixes and improvement for Interix
* Not only interix-3, but also treat all interix release, allow to build on SUA.
* Gave up randomized image base, use 0x5e000000, as in mk/platform/Interix.mk.
  It is workaround of PR 42369.
* Use -D_REENTRANT flags for threads.
* replace -Wl,soname= linker flags with -Wl,h, for Interix
2009-12-25 11:58:06 +00:00
joerg
6ed12f0732 Not MAKE_JOBS_SAFE. 2009-12-21 18:58:40 +00:00
joerg
1bc0ffa0cc Mark as broken: as conflicts with its own dependency 2009-12-21 12:06:17 +00:00
taca
54e0f790be Update security/sudo pacakge to 1.7.2p2.
Major changes between sudo 1.7.2p1 and 1.7.2p2:

 * Fixed a a bug where the negation operator in a Cmnd_List
   was not being honored.

 * Sudo no longer produces a parse error when #includedir references
   a directory that contains no valid filenames.

 * The sudo.man.pl and sudoers.man.pl files are now included in
   the distribution for people who wish to regenerate the man pages.

 * Fixed the emulation of krb5_get_init_creds_opt_alloc() for MIT kerberos.

 * When authenticating via PAM, set PAM_RUSER and PAM_RHOST early so
   they can be used during authentication.
2009-12-20 07:46:32 +00:00
drochner
24c9b736c7 put back the (non-default) "idea" option which got lost a while ago 2009-12-18 18:54:24 +00:00
drochner
3b935903e3 kill the "idea" option -- gnupg2 uses libgcrypt which used to have
an "idea" option, but that was removed more than a year ago when it
got updated from 1.2 to 1.4
The patch was was used on gnupg2 in the "idea" case was just a four-line
memory initialization fix, there is no point in LICENSE restrictions
due to this, so I've pulled it in as regular patch so that it doesn't
get lost for the case someone fixes idea support in libgcrypt
(which isn't hard).
2009-12-18 17:49:51 +00:00
hasso
a88716b25c Remove removal of the hack which was needed for libtool 1.x.
From Rumko <rumcic at gmail.com> via private mail.
2009-12-18 12:33:25 +00:00
drochner
e014ebe7ae don't install the gpg-zip.1 manpage, avoids CONFLICT with gnupg1,
noticed by OBATA Akio per mail to pkgsrc-users.
This makes most sense to me since gnupg2 doesn't install a gpg-zip
intentionally. Since possible clients of gpg-zip should have a
dependency on gnupg1, we can't take over easily. Once we are sure
that gnupg2 can fully replace gnupg1, we might consider to install
eg symlinks gpg->gpg2 etc and make gnupg1 obsolete, but this needs
careful testing.
2009-12-16 18:52:49 +00:00
wiz
cbc51f294b Add checksum for idea patch. 2009-12-16 09:09:06 +00:00
joerg
a0e6713ee7 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
drochner
72b5e3d7b0 make s/mime support, which implies use of gnupg2, default,
bump PKGREVISION
2009-12-15 20:17:33 +00:00
drochner
f4e97fa398 update to 2.0.13
changes: many fixes and improvements

reviewed by John R. Shannon

pkgsrc notes:
-since S/MIME support is the biggest difference in functionality over
 gnupg1, enable it per default -- my tests (with the s/mime plugin
 of claws-mail) worked
-left the build against a private libassuan with GNU-pth support
 alone for now, just updated libassuan to 1.0.5. We might build
 pkgsrc/libassuan against pkgsrc/pth at some point, but this needs
 to be checked for side effects. (As this pkg doesn't export a library
 which might propagate the pth dependency, the possibility of
 pthread-pth conflicts should be limited. Other uses of libassuan
 need to be checked.)
2009-12-15 20:10:40 +00:00
drochner
d620f024e0 update to 0.7.6
changes: misc improvements

reviewed by John R. Shannon
2009-12-15 19:50:47 +00:00
drochner
b064321fb2 update to 1.0.3
changes:
* New option --url for the LOOKUP command and dirmngr-client.
* The LOOKUP command does now also consults the local cache.  New
  option --cache-only for it and --local for dirmngr-client.
* Port to Windows completed.
* Improved certificate chain construction.
* Support loading of PEM encoded CRLs via HTTP.
* Client based trust anchors are now supported.
* Configured certificates with the suffix ".der" are now also used.
* Libgcrypt 1.4 is now required.

reviewed by John R. Shannon

pkgsrc notes:
I've left the build against a private libassuan with GNU-pth support
alone for now, just updated libassuan to 1.0.5. We might build
pkgsrc/libassuan against pkgsrc/pth at some point, but this needs
to be checked for side effects. (As this pkg doesn't export a library
which might propagate the pth dependency, the possibility of
pthread-pth conflicts should be limited. Other uses of libassuan
need to be checked.)
Beiing here, support DESTDIR.
2009-12-15 19:43:16 +00:00
drochner
e79733b9a3 update to 1.0.7
changes:
-misc fixes and improvements
-Support DSA
-Support SHA-{384,512} based signature generation
reviewed by John R. Shannon
2009-12-15 19:27:36 +00:00
drochner
d4f0b2de4e minor fixes for gnupg2 support:
-don't pull in gnupg2's "gpgconf" if both gnupg1 and gnupg2 are installed
 but we are building against gnupg1, this caused a build failure
-fix a selftest to work with gnupg2
2009-12-15 19:15:38 +00:00
drochner
38f01fcc52 remove obsolete "hal" dependency, ride on recent update 2009-12-15 14:52:03 +00:00
wiz
f87f8bc629 Update to 2.28.2:
Changes in version 2.28.2 are:
 * Add license to reference documentation.
 * Sent output of g_printerr to syslog.
 * No error when can't unlock login keyring.
 * Fix assertion when comparing attributes.
 * Fix freeing of unallocated memory in test.
 * Don't barf on certificates with unsupported algorithm.
 * Fix some memory leaks.
2009-12-15 14:07:22 +00:00
wiz
50fac7588d Update to 0.61, set LICENSE to public-domain (see below).
[Changes for 0.61]

* Added "=encoding utf8" to POD to fix author name display.
  No functional changes.

[Changes for 0.60]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under the nullary CC0 1.0 Universal terms:

  To the extent possible under law, 唐鳳 has waived all copyright and
  related or neighboring rights to Module-Signature.

* Updated Module::Install to 0.91, prompted by Florian Ragwitz.
2009-12-15 13:28:13 +00:00
wiz
4aa3665c97 Update to 0.42, set LICENSE (still depend on gpg1 for now).
0.42 Wed Sep 30 23:20:58 JST 2009

	* Support for GPG2

0.41_01 Fri Sep 25 02:56:33 JST 2009

	* Beginnings of support for GPG2

0.40_04 Tue Apr 21 19:50:12 JST 2009

    * Use Any::Moose instead of Moose for Mouse celerity (Sartak)

0.40_1 Sat Nov 15 12:35:59 EST 2008
	* [rt.cpan.org #40963] Replace Class::MethodMaker with Moose  (Chris Prather)
2009-12-15 13:18:44 +00:00
wiz
b16f6d6d2e Update to 1.4.5:
Noteworthy changes in version 1.4.5 (2009-12-11)
------------------------------------------------

 * Fixed minor memory leak in DSA key generation.

 * No more switching to FIPS mode if /proc/version is not readable.

 * Fixed a sigill during Padlock detection on old CPUs.

 * Fixed a hang on some W2000 machines.

 * Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
   SHA-256 went up by 25%.
2009-12-15 10:40:11 +00:00
agc
cae0b0c1a6 Update netpgp to version 20091210.
Apart from infrastructure changes, there are the following functional ones:

+ Update to version 1.99.14/20091210

+ provide a new netpgp_match_list_keys(3) function to perform a
regular-expression based search of all the keys in the keyring.  If no
pattern is specified to match, then all keys are returned.

+ provide a new netpgp_set_homedir(3) function, and use it to set the
home directory from the library, rather than individually in all the
programs which use the library

+ provide a new netpgp_incvar(3) function which will add a constant
increment (which may be negative) to the value of an internal
variable.  This is primarily used for the verbosity level within the
library, and is again a movement of the function into the library from
the individual programs which use the library

+ move to the specification of an ssh key file by internal variable,
rather than the directory holding an ssh key file

+ autoconf infrastructure changes

+ take a hammer to the _GNU_SOURCE definitions problems

+ don't rely on strnlen(3) being present everywhere

+ add rudimentary support for ssh keys

+ add a netpgp library function - netpgp_get_key(3) - to print a
specific key

+ add functionality to call this function in netpgpkeys(1)

+ add test for netpgp_get_key

+ add a verbose switch to the tst script

+ add netpgp functions to expose the memory signing and verification
functions - netpgp_sign_memory(3) and netpgp_verify_memory(3)

+ coalesced signing and verification ops file functions
2009-12-15 00:06:15 +00:00
agc
aae199a91b Add and enable seccure 2009-12-14 08:01:06 +00:00
agc
4becb70c17 Initial import of seccure-0.4 into the Packages Collection.
The seccure toolset implements a selection of asymmetric
	algorithms based on elliptic curve cryptography (ECC).  In
	particular it offers public key encryption / decryption,
	signature generation / verification and key establishment.

	ECC schemes offer a much better key size to security ratio
	than classical systems (RSA, DSA).  Keys are short enough to
	make direct specification of keys on the command line possible
	(sometimes this is more convenient than the management of
	PGP-like key rings).  seccure builds on this feature and
	therefore is the tool of choice whenever lightweight
	asymmetric cryptography -- independent of key servers,
	revocation certificates, the Web of Trust or even
	configuration files -- is required.
2009-12-14 08:00:05 +00:00
wiz
0d661b71e9 Remove unused file. 2009-12-13 13:19:43 +00:00
martti
2a6f077480 Added support for DESTDIR. 2009-12-13 08:42:26 +00:00
agc
398c8e2d16 Add and enable pam_ssh_agent_auth 2009-12-11 19:49:50 +00:00
heinz
1cfeabbb1e - LICENSE is gnu-gpl-v2
- Added DESTDIR support. All permission settings were kept as before.
- TEMPDIR is now changeable in the Makefile (see patch-ab).
2009-12-11 19:48:21 +00:00
agc
919a5125b7 Initial import of pam_ssh_agent_auth version 0.9.1 into the packages
collection - kudos to Jan Schaumann for pointing it out.

	PAM module which permits authentication for arbitrary services
	via ssh-agent.  Written with sudo in mind, but like any auth
	PAM module, can be used for for many purposes.
2009-12-11 19:48:12 +00:00
abs
9497270e02 +PKG_DESTDIR_SUPPORT= user-destdir 2009-12-10 23:40:00 +00:00
abs
adc35c977d PKG_DESTDIR_SUPPORT=user-destdir 2009-12-10 23:30:53 +00:00
obache
8672aaf4f8 * add --enable-install=${BINOWN} to CONFIGURE_ARGS for user-destdir support
and "root" user-less platforms.
* replace one bash script shbang (for safe side, may bone shell is sufficient).
* fix PLIST for PR 40993.
  add missing entries and back plist vars replaced for Darwin-apple excessively.

Bump PKGREVISION.
2009-12-09 06:26:38 +00:00
obache
c06a2048a1 * user-destdir ready
* should not to set SUBST_CLASSES, add instead to avoid overwrite.
* need to runtime dependency on gettext command, Bump PKGREVISION.
2009-12-09 05:52:30 +00:00
obache
e901cab189 * user-destdir ready
* no need to hard build depend on bison in pkgsrc, USE_TOOLS+=bison instead.
2009-12-09 05:28:13 +00:00
obache
a597abdc19 Should not add to USE_LANGUAGES, set instead.
Should not set to USE_TOOLS, add instead.
2009-12-09 05:22:01 +00:00
obache
ccb72bf4ba Avoid to conflict with stdout/stderr in stdio.h. 2009-12-09 05:19:36 +00:00
obache
39773a0dec user-destdir ready. 2009-12-09 05:18:43 +00:00
taca
39d6605724 Use DIST_SUBDIR since distfiles changed.
No other functional change at all.
2009-12-08 14:39:14 +00:00
joerg
66203fbc59 Fix destdir installation. 2009-12-03 18:44:54 +00:00
joerg
43ed8b2fac Fix @PTHREAD_LIB@ expansion. Bump revision. 2009-12-03 15:22:39 +00:00
fhajny
61327c06e5 The gem file must have changed recently, fixing distinfo 2009-12-03 08:20:02 +00:00
fhajny
98c7c8b9bc Added ruby-net-scp and ruby-net-ssh-gateway 2009-12-02 14:36:08 +00:00
fhajny
ccce7b628b Import ruby18-net-ssh-gateway-1.0.1 as security/ruby-net-ssh-gateway.
Net::SSH::Gateway provides a simple way to connect to servers
behind a firewall or NAT.
2009-12-02 14:35:12 +00:00
fhajny
db45b4354d Import ruby18-net-scp-1.0.2 as security/ruby-net-scp.
Library built on top of Net::SSH that implements the SCP "secure copy"
protocol for transfering files.
2009-12-02 14:33:54 +00:00
fhajny
1441afbe22 Updated ruby-net-sftp to 2.0.4.
New major version, too many changes, see home page.
2009-12-02 14:30:43 +00:00
fhajny
6983562529 Updated ruby-net-ssh to 2.0.16.
New major version, too many changes, see home page.
2009-12-02 14:26:28 +00:00
manu
3a61122d8a Pullup single logout related bugfixes from lasso -current.
On SP initiated logout, the SP x509 certificate was included in the
HTTP redirect URL. First this was an SAML standard violation, and second
it inflated the URL beyond 2038 bytes, which is the maximum length for
IE7 and prior. As a result, SP initated single logout was broken with IE7
and prior versions.
2009-12-01 08:49:46 +00:00
manu
231692b82e Bugfix: NetBSD does not need -ldl n LIBS for dlopen()
This did not prevented xmlsec1 to build but caused trouble in packages
depending on this one
2009-12-01 08:43:52 +00:00
joerg
35c74fc509 Just force calling the compiler as cc to help libtool 2.2. 2009-11-27 13:34:25 +00:00