1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

8262 Commits

Author SHA1 Message Date
Pav Lucistnik
73af28354d - Update net-ssh to 1.0.6
PR:		ports/92047
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> (maintainer)
2006-01-20 14:08:45 +00:00
Kris Kennaway
08d73690c2 BROKEN: Unfetchable 2006-01-19 23:50:30 +00:00
Kris Kennaway
cd67e670f7 BROKEN: Unfetchable 2006-01-19 23:43:07 +00:00
Brooks Davis
b193515014 Remove an accidently added copy of the sources.
Pointy hat:	brooks
2006-01-19 22:02:42 +00:00
Brooks Davis
ffea49b926 Chase the distfile checksums. diff -ruN reports no changes. 2006-01-19 17:15:53 +00:00
Tim Bishop
e2cc164218 - Update to 0.2
PR:		91998
Submitted by:	Robert Archer <freebsd@deathbeforedecaf.net> (maintainer)
2006-01-19 14:58:56 +00:00
Erwin Lansing
300d0c4c10 Update to 2.11
PR:		91985
Submitted by:	leeym
2006-01-19 14:34:54 +00:00
Erwin Lansing
52f6695212 Pass correct OpenSSL base directory to Makefile.PL
PR:		91958
Submitted by:	skv
2006-01-19 14:32:06 +00:00
Cheng-Lung Sung
d36965f0ff - update to 0.52 2006-01-19 03:55:20 +00:00
James E. Housley
ecb49bb42a Update to DAT 4677 2006-01-18 23:17:28 +00:00
Pav Lucistnik
0fd18fb816 Net::SFTP is a pure Ruby implementation of the SFTP client protocol
(versions 1 through 5).

PR:		ports/91829
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2006-01-18 07:27:09 +00:00
Pav Lucistnik
e1638b45c7 Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It
supports the following features:

 - User authentication via explicit username/password, or using a
public-key/private-key pair.
 - Port forwarding, both from the local host to a remote computer via
the remote host, and from the remote host to the local host.
 - Execute processes on the remote machine, both interactively and
non-interactively ("batch").

PR:		ports/91828
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2006-01-18 07:20:26 +00:00
Brooks Davis
b9d80214a0 Add drupal-ldap_integration.
The ldap_integration Drupal module allows users to authenticate against
a LDAP directory.  Additionally, users can read and modify their data in
the LDAP directory subject to administrative restrictions.
2006-01-17 23:19:55 +00:00
James E. Housley
bfbfa0aa1b Update to DAT 4676 2006-01-17 21:23:08 +00:00
Tim Bishop
a4335ae0c0 - Fix cutlass after security/botan update (see ports/91072)
PR:		91912
Submitted by:	Wesley Shields <wxs@csh.rit.edu> (maintainer)
2006-01-17 19:51:02 +00:00
Pav Lucistnik
747364a3d8 - Fix build on recent 64bit CURRENT
Reported by:	krismail
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se> (maintainer)
2006-01-17 18:11:46 +00:00
Roman Bogorodskiy
d71d17e033 Update to 1.3.3. 2006-01-16 15:53:26 +00:00
Norikatsu Shigemura
8cad87f26a Add installed signature. 2006-01-16 15:28:31 +00:00
Cy Schubert
50b5beb419 Tripwire fails to build under the latest checkout of 6.0-STABLE. 2006-01-16 12:32:32 +00:00
Pav Lucistnik
434f90e65c - Update to 0.1.1.12
- Provide rc_subr script

PR:		ports/91778
Submitted by:	Peter Thoenen <eol1@yahoo.com> (maintainer)
2006-01-16 00:13:31 +00:00
Simon L. B. Nielsen
31a56de815 - Fix MASTER_SITE (distfile has moved).
- Grab this port since I recently started using opensc, and I'm
  currently working on upgrading the port to the latest version.
2006-01-15 20:51:06 +00:00
James E. Housley
ffd6d3a59f Update to DAT 4674 2006-01-15 19:33:29 +00:00
Pav Lucistnik
9669e20176 ClamCour is a filter for courier MTA using ClamAV for scanning mails for
viruses.

PR:		ports/91740
Submitted by:	Milan Obuch <bsd@dino.sk>
2006-01-15 15:24:16 +00:00
Pav Lucistnik
f55d4d1c11 The (BSD) BioAPI service module for PAM provides authentication management
through BioAPI BSPs.

PR:		ports/91750
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
2006-01-15 10:12:34 +00:00
Pav Lucistnik
7f980746a6 bioapitool is a small BioAPI management utility which allows enrollment and
verification of BIR entries.  It only implements a subset of the BioAPI
specification but should provide enough functionallity for basic account
management.

PR:		ports/91749
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
2006-01-15 10:11:40 +00:00
Pav Lucistnik
747ecf19ad - Circumvent INSTALLS_SHLIB's tendency to ldconfig last @cwd'ed directory.
This makes package ldconfig correct directory.
2006-01-15 10:10:36 +00:00
Pav Lucistnik
15284a2fe6 BioAPI (Biometric Application Programming Interface) brings platform and device
independence to application programmers and biometric service providers.

PR:		ports/91734
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
2006-01-15 09:29:14 +00:00
Simon L. B. Nielsen
7e58b30f65 - Update description and references for "clamav -- possible heap
overflow in the UPX code" now that more information is available.
- Remove some EOL whitespace.
2006-01-14 23:36:11 +00:00
Tim Bishop
e2261b7ffc - Update to 1.0.4
- Properly use pidfile variable in rc.d script

PR:		91770
Submitted by:	Petr Rehor <prehor@gmail.com> (maintainer)
2006-01-14 11:39:52 +00:00
Kris Kennaway
46f8d711e0 BROKEN: Checksum mismatch 2006-01-14 09:16:14 +00:00
Pav Lucistnik
e1a049eeef - Move databases/pecl-hash to security/pecl-hash
PR:		ports/91680
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Repocopies by:	marcus
2006-01-13 08:31:43 +00:00
Cheng-Lung Sung
401856a261 - Update to 1.6
- Use USE_RC_SUBR=clamsmtpd.sh instead =YES
- Use PORTDOCS=* not need test NOPORTDOCS
- Only depend of security/clamav if already installed.
  clamsmtp can run in another machine then clamav.

Tinderbox test:
http://marcus.grupos.com.br:8080/logs/4-STABLE-FreeBSD/clamsmtp-1.6.log
http://marcus.grupos.com.br:8080/logs/6-STABLE-FreeBSD/clamsmtp-1.6.log

PR:		91713
Submitted by:	mnag
2006-01-13 07:24:34 +00:00
Cheng-Lung Sung
73947ac3da - Update security/base to 1.2.2, which includes several fixes and updates,
including: adding Turkish as a language, a final version of the SQL
  injection fix included in 1.2.1, and Portscan information.

PR:		91738
Submitted by:	Linh Pham (maintainer)
2006-01-13 06:13:43 +00:00
James E. Housley
7f7e019703 Update to Date 4673 2006-01-12 22:32:04 +00:00
Oliver Lehmann
15e58934ab remove ldconfig_compat
Requested by:	flz
2006-01-12 20:09:53 +00:00
Oliver Lehmann
3bee7bd71a make courier-authdaemon work if it's build with MySQL support by changing
the rcNg startscript.
2006-01-12 18:56:04 +00:00
Tim Bishop
e22d43152c - Update to 0.04
PR:		91690
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> (maintainer)
2006-01-12 00:23:17 +00:00
Tim Bishop
b7244a587b - Update to 1.2.3
PR:		91676
Submitted by:	Matt <matt@xtaz.co.uk>
2006-01-11 20:00:31 +00:00
Pav Lucistnik
a7f09e2f9d - Update to 1.1.6
PR:		ports/91652
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:56:14 +00:00
James E. Housley
079d114082 Update to DAT 4672 2006-01-11 18:02:26 +00:00
Emanuel Haupt
b132d882d5 Update to 0.88, a possible heap overflow in the UPX code has been fixed
PR:		91593
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>
Approved by:	simon (secteam)
Security:	612a34ec-81dc-11da-a043-0002a5c3d308 (VuXML)
2006-01-11 10:27:29 +00:00
Sergei Kolobov
47d941ecfa - Chase libprelude version bump (.2 -> .4)
- Remove extra file from pkg-plist
- Bump PORTREVISION
2006-01-10 17:10:13 +00:00
Sergei Kolobov
353ea8f3bd - Chase libprelude version bump (.2 -> .4)
- Bump PORTREVISION
2006-01-10 17:09:32 +00:00
Sergei Kolobov
1c46b937bd - Update to 0.9.3 (unbreaks fetching) 2006-01-10 17:07:27 +00:00
Emanuel Haupt
0b2183233e Add an entry for clamav/clamav-devel
Reviewed by:	simon (secteam)
2006-01-10 14:02:52 +00:00
Anton Berezin
9b9ef97040 Use OPENSSLBASE instead of hardcoded path. Bump portrevision.
PR:		91562
Submitted by:	oliver
2006-01-10 08:40:12 +00:00
James E. Housley
d57ad7a668 Update to DAT 4670 2006-01-10 02:39:38 +00:00
Simon L. B. Nielsen
e255ffdee3 Document milter-bogom -- headerless message crash.
Reported by:	Victor Balada Diaz <victor@bsdes.net>
2006-01-09 21:47:29 +00:00
Simon L. B. Nielsen
e67f22fd29 Mark latest bnc version as fixed wrt. to "fd_set -- bitmap index
overflow in multiple applications".

Reported by:	Christian Elmerot <Chreo At chreo , net>
2006-01-09 20:49:54 +00:00
Roman Bogorodskiy
17b54d4ed8 Chase gnutls update. 2006-01-09 16:34:19 +00:00