Commit Graph

3856 Commits

Author SHA1 Message Date
FUJISHIMA Satsuki
b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
David E. O'Brien
9f3f02941b Fix a problem of poor testing where due to an overload of #ifdef's, the
default "return 0;" of an int returning function was never executed;
causing what ever was in the return register to be "it".
2003-07-13 22:10:16 +00:00
Oliver Braun
32a84d9ad2 Fix MASTER_SITES by replacing a no longer working european mirror by an
australian and a japanse.

PR:		ports/54442
Submitted by:	maintainer
Obtained from:	portsurvey
2003-07-13 20:36:54 +00:00
Oliver Braun
0dc314ed3f - Fix MASTER_SITES by replacing a no longer working european mirror
by an australian and a japanse.

PR:		ports/54441
Submitted by:	maintainer
Obtained from:	portsurvey
2003-07-13 20:34:57 +00:00
Foxfair Hu
a48350699c Fix sudoscript port build bug (define USE_PERL5 in Makefile).
Obtained from:	bento, kris@
PR:		54405
Submitted by:	maintainer
2003-07-13 02:30:56 +00:00
MIHIRA Sanpei Yoshiro
b66c5da753 Add missing entry to the plist.
Submitted by:	bento
2003-07-12 12:55:31 +00:00
Kris Kennaway
e7864b594d Drop maintainership 2003-07-12 10:37:02 +00:00
Kris Kennaway
c3ec158df3 Drop maintainership
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
2003-07-12 10:28:48 +00:00
Oliver Lehmann
7a527e3179 Add osiris 1.5.2,
file integrity checking, with GDBM and MySQL
support.

PR:		50026
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
2003-07-11 20:11:11 +00:00
Kris Kennaway
c3a6f8ae98 Bump PORTREVISION for previous commit 2003-07-11 05:20:05 +00:00
Jimmy Olgeni
f9f2660a13 Actual filename is /var/log/sudoscript (checked) :) 2003-07-10 08:41:32 +00:00
Erwin Lansing
e2fa54af04 Add missing dependency
PR:		54282
Submitted by:	bento, Kirill Ponomarew <ponomarew@oberon.net>
2003-07-10 08:25:57 +00:00
Cy Schubert
30513c87f7 Update 0.6.2 --> 0.6.3 2003-07-10 03:27:57 +00:00
Foxfair Hu
2ec311a735 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add sudoscript, an audited shell using sudo(8) and script(1)

PR:		53967
Submitted by:	Howard Owen <hbo@egbok.com>
2003-07-10 02:00:43 +00:00
Tilman Keskinoz
f43a3fa161 - install cryptlib.h
- respect CFLAGS

PR:		54167[1]
Submitted by:	John Engelhart <johne@zang.com>
2003-07-09 18:20:26 +00:00
Christian Weisgerber
f671f119ab Mark BROKEN; apparently out of sync with dependency.
PR:		53527
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-07-09 16:12:01 +00:00
Daichi GOTO
154f4aebaa update security/libmcrypt: remove unneeded USE_PERL5
PR:		54162
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-07-09 05:37:17 +00:00
John Polstra
8535988653 Update the link to Matt Blaze's CFS paper. 2003-07-09 00:39:32 +00:00
Daichi GOTO
1fbeaf0d30 update security/botan: 1.2.4 -> 1.2.6
PR:		54118
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-07-08 11:34:00 +00:00
Yen-Ming Lee
3ec6170e45 add missing patch files in my previous commit.
Noticed by:	kris and bento
2003-07-08 06:23:24 +00:00
Alexander Leidinger
866ffd967e Fix plist.
No PORTREVISION update because of the short timeframe between the commits.

Submitted by:	maintainer
2003-07-07 15:24:36 +00:00
Alexander Leidinger
7b5c95f90d Update to 3.2.5:
* Fixed a critical security bug with RSA signature
          verification. Mitigating factors: DSA is used by default (not
          vulnerable). Also, the attack requires that attacker has the
          public key and the attacker needs to precompute the signature
          data so, that it looks like a valid PKCS#1 signature. This is a
          non-trivial task to perform without the private
          key. Nonetheless, all users should update their servers and
          clients as soon as convenient. Workarounds are to not use RSA
          keys as host keys (though connecting to existing hosts with RSA
          hostkeys poses a serious risk with a vulnerable client), and
          disabling publickey authentication. Update your clients and
          servers.

 Update MASTER_SITES, remove sites that are down or no langer carry ssh2
  and add some new.
- Turn Kerberos and group writeability support into knobs so one hasn't to
  edit the Makefile.
- Remove dependency on security/tcp_wrapper for tcp-wrapper support on
  systems < FreeBSD 4.0, that port is no longer persistent.
- Fix pkg-plist for WITH_STATIC_SFTP case.
- Replace referneces to /etc/ssh2/* in man pages with references to
  PREFIX/etc/ssh2/* in order to better fit for FreeBSD.
- Replace "$(ETCDIR)" in ssh_dummy_shell.out with PREFIX/etc.
- Remove duplicated mechanism for generating the host key if an old one isn't
  found in the post-install target in the Makefile of the port, this is
  already done by the generate-host-key target in WRKSRC/apps/ssh/Makefile.
- Fix differences between the install action done when installing the
  package versus installing the port. I.e. make the package create the host
  key with what ever bits ssh-keygen2 defaults to (currently 2048) instead
  of 1024 bits, copy over the configuration files for ssh2 and sshd2 from
  the examples if not already existent and create the directories for the
  global host keys and known hosts files.
- Add some foo to pkg-plist to remove as much as possible from PREFIX/etc/ssh2,
  i.e. configuration files that don't differ from the corresponding examples
  and empty directories. Inform the user to remove what's left over if any.
- Use _PATH_STDPATH instead of _PATH_DEFPATH so that the default PATH gets
  set to "/usr/bin:/bin:/usr/sbin:/sbin:PREFIX/bin" instead of
  "/usr/bin:/bin:PREFIX/bin". Using _PATH_STDPATH is consistent with OpenSSH
  and seems more usefull. One might want to patch ssh2 to also use login_cap(3)
  so that e.g. PATH gets picked up from whatever is defined in /etc/login.conf.
- Change MAINTAINER.
- Replace "share/doc/ssh2" with %%DATADIR%% in pkg-plist.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
2003-07-07 14:19:07 +00:00
Norikatsu Shigemura
81da6d97d2 Use clamav-milter, but support only gcc30 or higher.
PR:		ports/53699
Submitted by:	Rob Evers <rob@debank.tv>
Approved by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2003-07-07 07:37:08 +00:00
Daichi GOTO
61e8c59bb0 update security/p5-PGP-Sign: 0.16 --> 0.17
PR:		54158
Submitted by:	Don Croyle <croyle@gelemna.org> (maintainer)
2003-07-07 05:50:47 +00:00
Daichi GOTO
022c7a8c59 update security/clamav-devel: 20030625 --> 20030705
PR:		54150
Submitted by:	Rob Evers <rob@debank.tv> (maintainer)
2003-07-07 05:43:35 +00:00
Kris Kennaway
f80da827ae Drop maintainership 2003-07-07 01:48:06 +00:00
Kris Kennaway
a9020453b0 Fix build with recent bison versions.
PR:		ports/52754
Submitted by:	Dennis Berger <db@nipsi.de>
2003-07-07 01:47:43 +00:00
Dirk Meyer
2d1407f8f6 - Support amd64 2003-07-06 03:03:29 +00:00
Dirk Meyer
18e0359d90 - Unbreak for amd64 2003-07-06 02:31:59 +00:00
Erwin Lansing
892bf6d34d - Update to 2.03
- Take maintainership
2003-07-05 10:39:07 +00:00
Hajimu UMEMOTO
cec71a952a Workaround to make it buildable without enabling gsspai. It is
known problem of cyrus-sasl-2.1.14.

Reported by:	many
2003-07-05 07:07:37 +00:00
Oliver Braun
df3ab8a9ce Upgrade to 2.0.7.
PR:		ports/54051
Submitted by:	maintainer
2003-07-04 21:06:34 +00:00
Oliver Braun
506f0e73b4 Upgrade to 2.0.7.
PR:		ports/54050
Submitted by:	maintainer
2003-07-04 20:59:42 +00:00
Sergey A. Osokin
88b2bfab57 Update to 0.9.3
PR:		53789
Submitted by:	Rob Evers <rob@debank.tv>
Approved by:	jim@corebsd.or.id (maintainer),
		fjoe (mentor) (implicit)
2003-07-04 15:56:10 +00:00
Sergey Skvortsov
a5d8858326 Add p5-Nmap-Scanner 0.5,
perform and manipulate nmap scans using
perl.
2003-07-04 14:04:45 +00:00
Foxfair Hu
819ca1b7eb PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Revert the change of pkg-install r1.3, it shouldn't be there.

Pointy hat to:		me
Requested by:		maintainer
2003-07-04 01:34:50 +00:00
Foxfair Hu
cb8530724e PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add a critical patch to fix a problem with normalization, which does not
cause problems in normal operation but might lead to a pagefault => crash.

Submitted by:	Pyun YongHyeon <yongari@kt-is.co.kr>
Approved by:	maintainer
2003-07-04 01:28:53 +00:00
Hajimu UMEMOTO
af4a2810c6 Add support for OpenLDAP22.
PR:		ports/53932
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-03 19:07:18 +00:00
Foxfair Hu
be5bc11e8d PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix 'make index' warning.

Pointed out by: parv_fm@emailgroups.net
2003-07-03 00:45:21 +00:00
Foxfair Hu
dca19a09d9 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix 'make index' warning.

Pointed out by: parv_fm@emailgroups.net
2003-07-03 00:40:20 +00:00
Cy Schubert
8079720867 Sync up krb5-beta Makefile infrastructure with krb5 in preparation
for upgrade to 1.3-beta5.
2003-07-02 20:25:33 +00:00
James E. Housley
b9a0a1d055 Update to DAT 4275 2003-07-02 20:07:35 +00:00
Sergey A. Osokin
a8a2ba5905 Update to 0.5
Submitted by:	Rob Evers <rob@debank.tv>
PR:		53787
Approved by:	Hubert Tournier (maintainer)
		fjoe (mentor) (implicit)
2003-07-02 20:01:26 +00:00
Hajimu UMEMOTO
3daa1a78aa Reduce warnings during build on 5-CURRENT.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-02 09:42:15 +00:00
Alexander Leidinger
0713ab76a2 Update to 20030616.p2.
Submitted by:	Rob Evers <rob@debank.tv> (20030616.p1)
Approved by:	maintainer (20030616.p2)
PR:		53728
2003-07-01 09:41:37 +00:00
Foxfair Hu
a1d105f807 Submitted by: Marius Strobl <marius@alchemy.franken.de>
Revive a missed patch. This is not a function improvement or program update
for the port itself, so no need to bump PORTREVISION.
2003-07-01 07:27:43 +00:00
Andrey A. Chernov
3b8ee1860d Upgrade to 4.29.12-D 2003-07-01 06:51:41 +00:00
Daichi GOTO
0ad5117180 update security/py-m2crypto: 0.06 --> 0.11
PR:		53950
Submitted by:	Ng Pheng Siong <ngps@post1.com> (mainttainer)
2003-07-01 04:51:41 +00:00
Foxfair Hu
a8b6068ff0 PR: 53933
Submitted by:	maintainer
Upgrade to 3.30
2003-07-01 04:04:02 +00:00
Foxfair Hu
70f682a1f0 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade to 1.21

maintainer timeout:     > 10 days
2003-07-01 03:54:22 +00:00