summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2009-12-09* add --enable-install=${BINOWN} to CONFIGURE_ARGS for user-destdir supportobache2-12/+33
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* user-destdir readyobache1-3/+6
* should not to set SUBST_CLASSES, add instead to avoid overwrite. * need to runtime dependency on gettext command, Bump PKGREVISION.
2009-12-09* user-destdir readyobache1-3/+3
* no need to hard build depend on bison in pkgsrc, USE_TOOLS+=bison instead.
2009-12-09Should not add to USE_LANGUAGES, set instead.obache1-3/+3
Should not set to USE_TOOLS, add instead.
2009-12-09Avoid to conflict with stdout/stderr in stdio.h.obache2-1/+66
2009-12-09user-destdir ready.obache1-1/+3
2009-12-08Use DIST_SUBDIR since distfiles changed.taca2-5/+6
No other functional change at all.
2009-12-03Fix destdir installation.joerg1-2/+2
2009-12-03Fix @PTHREAD_LIB@ expansion. Bump revision.joerg1-2/+3
2009-12-03The gem file must have changed recently, fixing distinfofhajny1-3/+3
2009-12-02Added ruby-net-scp and ruby-net-ssh-gatewayfhajny1-1/+3
2009-12-02Import ruby18-net-ssh-gateway-1.0.1 as security/ruby-net-ssh-gateway.fhajny4-0/+35
Net::SSH::Gateway provides a simple way to connect to servers behind a firewall or NAT.
2009-12-02Import ruby18-net-scp-1.0.2 as security/ruby-net-scp.fhajny4-0/+47
Library built on top of Net::SSH that implements the SCP "secure copy" protocol for transfering files.
2009-12-02Updated ruby-net-sftp to 2.0.4.fhajny3-90/+60
New major version, too many changes, see home page.
2009-12-02Updated ruby-net-ssh to 2.0.16.fhajny3-207/+106
New major version, too many changes, see home page.
2009-12-01Pullup single logout related bugfixes from lasso -current.manu6-11/+293
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-01Bugfix: NetBSD does not need -ldl n LIBS for dlopen()manu3-2/+13
This did not prevented xmlsec1 to build but caused trouble in packages depending on this one
2009-11-27Just force calling the compiler as cc to help libtool 2.2.joerg1-1/+3
2009-11-26Craete libgnutls-extra-config in .buildlink/bin, not the WRAPPER_DIR.joerg1-5/+5
2009-11-25Run libtoolize. No need to touch libtool.joerg1-3/+3
2009-11-25Fix permissions of include files. Fix linkage for systems with opensshjoerg3-5/+53
in base. Add destdir support.
2009-11-25Repeat after me, do not use bar/.libs/foo.la, use bar/foo.la.joerg3-1/+38
2009-11-25Needs qt4-tools to build. (Thanks wiz)markd1-1/+2
2009-11-21Add polkit-qtmarkd1-1/+2
2009-11-21Import polkit-qt version 0.9.2markd5-0/+84
Qt Wrapper around PolicyKit
2009-11-20update to 1.2.2drochner3-8/+10
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-18update to 1.1.4drochner3-11/+11
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-17Update to 2.28.1:wiz4-31/+15
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-17Avoid deprecation warnings under Python:tron4-13/+59
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-17This package works fine with Python 2.6, remove "PYTHON_VERSIONS_ACCEPTED".tron1-2/+1
2009-11-17Add p5-Crypt-ECBdsainty1-1/+2
2009-11-17Import p5-Crypt-ECB-1.45:dsainty3-0/+34
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-15update to 1.2.1drochner3-10/+49
many fixes and improvements, notably speed
2009-11-15update to 1.1.8drochner10-95/+27
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-07Update to 0.9.0-beta8 (by Rumko via private mail).hasso4-15/+17
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-05commit patch for PR#36120tez2-6/+18
2009-11-03Allow building on 64-bit Darwinadam1-6/+3
2009-11-03Simplify awk usage to make it work with nawk, from Matthias Pfaller inwiz3-17/+8
PR 42238. While here, update to latest certificates from mozilla.
2009-11-03Update to 2.8.5:wiz2-6/+6
* 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-10-31Update to 2.8.4:wiz2-6/+6
* 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-31Update to 1.1.2:wiz2-6/+6
* 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-30- create a specific user:group for stunneljym2-8/+36
- 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-30Update to xmlsec1-1.2.13 to fix build breakage with current OpenSSL.tnn5-30/+22
Changes: mostly bugfixes
2009-10-30A value of "2-clause-bsd" is now valid for variable LICENSE.heinz1-2/+2
2009-10-29fix broken/incomplete PKG_SYSCONFDIR handlingtnn5-22/+44
2009-10-29mark as not for unprivileged modetnn1-2/+2
2009-10-28update HOMEPAGE and distfile location/formatdrochner2-8/+7
2009-10-28+pam-passwdqcdrochner1-1/+2
2009-10-28add pam-passwdqc-1.1.3, a PAM module to enforce rules on passworddrochner5-0/+82
changes
2009-10-27update master_sites. remove ftp.ifi.uio.no. service suspended.zafer1-3/+2