Commit graph

5268 commits

Author SHA1 Message Date
joerg
35c74fc509 Just force calling the compiler as cc to help libtool 2.2. 2009-11-27 13:34:25 +00:00
joerg
531ed31093 Craete libgnutls-extra-config in .buildlink/bin, not the WRAPPER_DIR. 2009-11-26 14:18:26 +00:00
joerg
8a5f9b74e0 Run libtoolize. No need to touch libtool. 2009-11-25 21:43:55 +00:00
joerg
f035782a69 Fix permissions of include files. Fix linkage for systems with openssh
in base. Add destdir support.
2009-11-25 21:11:33 +00:00
joerg
05faea90b9 Repeat after me, do not use bar/.libs/foo.la, use bar/foo.la. 2009-11-25 20:56:03 +00:00
markd
765ba6bbeb Needs qt4-tools to build. (Thanks wiz) 2009-11-25 09:47:10 +00:00
markd
d07c27b212 Add polkit-qt 2009-11-21 20:05:40 +00:00
markd
d0593ee8c3 Import polkit-qt version 0.9.2
Qt Wrapper around PolicyKit
2009-11-21 20:04:06 +00:00
drochner
4f4f3854dc update to 1.2.2
changes:
-Support for the "aes128-ctr", "aes192-ctr", "aes256-ctr" ciphers
-Support for the "arcfour128" cipher
-Fix crash when server sends an invalid SSH_MSG_IGNORE message
2009-11-20 16:45:30 +00:00
drochner
b18fd3a663 update to 1.1.4
The changes since 1.1.3 are mostly limited to minor code and
manual pages markup cleanups (such as for proper formatting on OpenBSD).
2009-11-18 16:59:30 +00:00
wiz
89956e6eae Update to 2.28.1:
seahorse-plugins 2.28.1
-----------------------

    * Add the get-info command to seahorse-agent [Peter Bloomfield]

seahorse-plugins 2.28.0
-----------------------

    * Fix configure script portability [Thomas Klausner]
    * Fix crash in seahorse-preferences [Pablo Castellano]
    * Fix single glib include [Kjartan Maraas]

    Translations
    * bn.po [Jamil Ahmed]
    * br.po [Denis Arnaud]
    * ca@valencia.po [Carles Ferrando]
    * cs.po [Marek Černocký]
    * da.po [Ask H. Larsen]
    * es.po [Jorge Gonzalez]
    * hi.po [Rajesh Ranjan]
    * ko.po [Changwoo Ryu]
    * mai.po [Rajesh Ranjan]
    * ml.po [Ani]
    * nb.po [Kjartan Maraas]
    * pt_BE.po [Og B. Maciel]
    * sr@latin.po [Branko Kokanović]
    * sr.po [Branko Kokanović]
    * te.po [krishnababu k]
    * or.po [Manoj Kumar Giri]
    * uk.po [Maxim V. Dziumanenko]
    * el.po [Kostas Papadimas, Jennie Petoumenou]

seahorse-plugins 2.27.1
-----------------------

    * Clean up socket directory [Adam Schreiber]

    Translations
    * or.po [Manoj Kumar Giri]
2009-11-17 16:05:54 +00:00
tron
45edd37f8a Avoid deprecation warnings under Python:
1.) Use "hashlib" instead of "sha" module if possible.
2.) Use "subprocess" module instead of os.popen3().
Both changes tested with Python 2.4 and 2.6.

Pkgsrc-related improvements:
1.) Support "user-destdir" installation (no changes required).
2.) Set license to "gnu-gpl-v2".
3.) Reduce patches by recording the fact that the manual page gets
    compressed automatically (which "pkgsrc" handles fine) instead
    of trying to prevent that.
2009-11-17 12:23:01 +00:00
tron
bae0a8c45d This package works fine with Python 2.6, remove "PYTHON_VERSIONS_ACCEPTED". 2009-11-17 09:01:43 +00:00
dsainty
5faa6504d0 Add p5-Crypt-ECB 2009-11-17 04:30:29 +00:00
dsainty
88723ec8d7 Import p5-Crypt-ECB-1.45:
This is Crypt::ECB, a Perl-only implementation of the ECB mode.  In
combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt
and decrypt messages of arbitrarily long length.  Though for security reasons
other modes than ECB such as CBC should be preferred.  See textbooks on
cryptography if you want to know why.

In addition to this module you will need to install one or more of the
Crypt::DES, Crypt::IDEA, or Crypt::Blowfish modules.
2009-11-17 04:27:59 +00:00
drochner
a4fd848ae9 update to 1.2.1
many fixes and improvements, notably speed
2009-11-15 20:07:45 +00:00
drochner
62e047b041 update to 1.1.8
changes:
-bugfixes
-API extensions
-documentation improvement
-The encoding of gpgme_data_t objects can affect the output encoding
 of export, sign and encrypt operations now
-Using GPGME_KEYLIST_MODE_LOCAL combined with
 GPGME_KEYLIST_MODE_EXTERN is now supported
2009-11-15 18:41:55 +00:00
hasso
bb1e99726c Update to 0.9.0-beta8 (by Rumko via private mail).
0.9.0-beta8:
- Include spamhaus_drop.dat in the source distribution. Fix installation
  issue (closes #364).

0.9.0-beta7:
- Initial SpamhausDrop plugin implementation, by
  Wes Young <wes@barely3am.com> (closes #363)
- Do not discard --root parameters if prefix is absolute.
- Python 2.4 backward compatibility fixes.
- Handle plugin loading error gracefully.
- Improve WormPlugin accuracy, and make it carry a reference to the
  initial event. The plugin used to alert when seeing an alert to a
  given target, and this same alert going back to the source. This can
  happen in a number of case (example: Netbios alert triggered by Snort)
  As of now, the plugin will wait for the events to be repeated against
  at least 5 differents hosts.
- Dshield CorrelationAlert now handle multiples events. Previously, we
  used to generate a single Dshield CorrelationAlert for each events
  where the source address would match the Dshield database. The plugin
  now generate CorrelationAlert for multiples events received from the
  same source.
2009-11-07 18:30:28 +00:00
tez
0f8d1e1fbb commit patch for PR#36120 2009-11-05 19:16:47 +00:00
adam
f0d5e8c16c Allow building on 64-bit Darwin 2009-11-03 07:28:17 +00:00
wiz
f9123c3045 Simplify awk usage to make it work with nawk, from Matthias Pfaller in
PR 42238.

While here, update to latest certificates from mozilla.
2009-11-03 02:43:55 +00:00
wiz
7bb662a6ae Update to 2.8.5:
* Version 2.8.5 (released 2009-11-02)

** libgnutls: In server side when resuming a session do not overwrite the
** initial session data with the resumed session data.

** libgnutls: Fix PKCS#12 encoding.
The error you would get was "The OID is not supported.".  Problem
introduced for the v2.8.x branch in 2.7.6.

** guile: Compatibility with guile 2.x.
By Ludovic Courtes <ludovic.courtes@laas.fr>.

** tests: Fix expired cert in chainverify self-test.

** tests: Fix time bomb in chainverify self-test.
Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
<http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.

** API and ABI modifications:
No changes since last version.
2009-11-03 00:15:41 +00:00
wiz
9e91c6ce6d Update to 2.8.4:
* Version 2.8.4 (released 2009-09-18)

** libgnutls: Enable Camellia ciphers by default.

** libgnutls: Make OpenPGP hostname checking work again.
The patch to resolve the X.509 CN/SAN issue accidentally broken
OpenPGP hostname comparison.

** libgnutls: When printing X.509 certificates, handle XMPP SANs better.
Reported by Howard Chu <hyc@symas.com> in
<https://savannah.gnu.org/support/?106975>.

** API and ABI modifications:
No changes since last version.
2009-10-31 01:16:42 +00:00
wiz
293dd629ff Update to 1.1.2:
* gpgsigs:
     + Added patch from Roland Rosenfeld to support RIPEMD160 checksum.
       (Closes: #533747).
     + Updated man page to mention support for SHA256 and RIPEMD160 checksum.
     + Made removal of nonexistent photos quiet by the use of the force option.
     + Updated generated tex file in latex mode so that it uses the grffile
       package. This allows pdflatex to process our tex file assuming the photos
       are previously converted to PDF. (Closes: #542478)
   * caff: Updated check for the local-user keyids.
     + Moved the current check to a new function get_local_user_keys().
     + Warned the user if a local-user keyid is not listed as a keyid in
       ./caffrc. (Closes: #540165).
   * gpgdir: New upstream release.
   * gpg-mailkeys:
     + The charset for the text of the message is deduced from the charset used
       by ~/.gpg-mailkeysrc and ~/.signature.
       The text message is encoded in quoted printable and thus it requires a
       new dependency on qprint in debian/control. (Closes: #545186)
     + Mentionned both the .gpg-mailkeysrc and .signature files in the manpage.
2009-10-31 00:20:24 +00:00
jym
aa0a9444b6 - create a specific user:group for stunnel
- fix the configuration path and file, so it can use the proper user:group
 and the chroot
- fix some pkglint warnings regarding PKG_OPTIONS: 'pthread' => 'threads',
'libwrap' => 'tcpwrappers' (in accordance to mk/defaults/options.description)

Bump PKGREVISION.
2009-10-30 23:54:52 +00:00
tnn
370e4b71bc Update to xmlsec1-1.2.13 to fix build breakage with current OpenSSL.
Changes: mostly bugfixes
2009-10-30 19:32:11 +00:00
heinz
a5289f4dec A value of "2-clause-bsd" is now valid for variable LICENSE. 2009-10-30 16:25:34 +00:00
tnn
adbb39ea65 fix broken/incomplete PKG_SYSCONFDIR handling 2009-10-29 22:24:51 +00:00
tnn
df82114741 mark as not for unprivileged mode 2009-10-29 20:36:10 +00:00
drochner
7ed0d8f492 update HOMEPAGE and distfile location/format 2009-10-28 18:50:53 +00:00
drochner
2a47237477 +pam-passwdqc 2009-10-28 18:48:36 +00:00
drochner
dd6ad0e4a0 add pam-passwdqc-1.1.3, a PAM module to enforce rules on password
changes
2009-10-28 18:46:20 +00:00
zafer
b59870b0c9 update master_sites. remove ftp.ifi.uio.no. service suspended. 2009-10-27 16:28:30 +00:00
zafer
5c78070ec8 update master_sites. switch to http with gd.tuwien.ac.at 2009-10-27 16:25:21 +00:00
drochner
6215423bec update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-24 12:52:32 +00:00
jmmv
a68b3af4dd Fix -install_name of library in OS X to include its full path. This is how
other libraries are being installed (as far as otool -D says) and fixes the
execution of mtn, which couldn't find the botan library before.
2009-10-22 10:25:02 +00:00
drochner
2c99560006 update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-21 16:37:19 +00:00
reed
53ae89f1c4 Increase the BUILDLINK_API_DEPENDS.libgcrypt requirement.
The configure requires GCRY_CIPHER_CAMELLIA128.
(Not bumping PKGREVISION as this is a build issue.)
2009-10-12 15:25:14 +00:00
sno
56a84d6960 Updating security/p5-IO-Socket-SSL from 1.30 to 1.31
Upstream changes:
v1.31 2009.09.25
- add and export constants for SSL_VERIFY_*
- set SSL_use_cert if cert is given and not SSL_server
- support alternative CRL file with SSL_crl_file thanks to patch of
  w[DOT]phillip[DOT]moore[AT]gmail[DOT]com
2009-10-11 08:01:27 +00:00
joerg
9d82f5394f Use correct relative path. 2009-10-07 19:40:41 +00:00
joerg
2d71a52482 Share distinfo file between libprelude-* and similar for
libpreludedb-*. Shuffle stuff a bit around in the Makefile.common,
define PATCHDIR in that, don't define user-destdir support there.
2009-10-07 19:39:42 +00:00
joerg
a35739d30d Fix DESTDIR build 2009-10-07 17:39:41 +00:00
joerg
496595ed9b Fix amd64 case. Simplify. 2009-10-06 18:34:14 +00:00
taca
a7530f1b83 Update distinfo to current DISTFILES. 2009-10-05 04:28:46 +00:00
jmmv
a3332af342 Set the correct cpu in macppc and macppc64 so that this builds. Only
verified in macppc though.
2009-10-03 18:02:32 +00:00
hasso
b41162e0dd Change install location from ${PREFIX}/lib/mozilla/plugins to
${PREFIX}/lib/xulrunner/plugins. Bump PKGREVISION.
2009-10-02 18:51:20 +00:00
hasso
fface6f887 Adapt reader.conf handling to pcsc-lite changes. 2009-10-02 12:38:44 +00:00
hasso
f0989b1333 - Fix reader.conf handling.
- Fix references to the confdir.
- Fix headers so thirdparty apps can be built with pcsc-lite from pkgsrc.
- Some minor changes to fix pkglint warnings.
- Bump PKGREVISION.
2009-10-02 12:36:13 +00:00
hasso
f08156711b Update to 0.9.17.1. Fix PLIST. Fix dependency. Upstream changes since 0.9.17:
- Fix possible encoding error in the message summary view (#360).
2009-10-02 10:25:53 +00:00
hasso
accfc679d2 Fix PLIST and bump PKGREVISION. 2009-10-02 10:19:51 +00:00