aboutsummaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Drop maintainershipKris Kennaway2003-07-127-7/+7
| | | | Notes: svn path=/head/; revision=84767
* Drop maintainershipKris Kennaway2003-07-121-1/+1
| | | | | | | | | | | | PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Notes: svn path=/head/; revision=84762
* Add osiris 1.5.2,Oliver Lehmann2003-07-115-0/+65
| | | | | | | | | | | file integrity checking, with GDBM and MySQL support. PR: 50026 Submitted by: Nicolas Jombart <ecu@ipv42.net> Notes: svn path=/head/; revision=84714
* Bump PORTREVISION for previous commitKris Kennaway2003-07-111-0/+1
| | | | Notes: svn path=/head/; revision=84642
* Actual filename is /var/log/sudoscript (checked) :)Jimmy Olgeni2003-07-101-1/+1
| | | | Notes: svn path=/head/; revision=84578
* Add missing dependencyErwin Lansing2003-07-101-1/+8
| | | | | | | | PR: 54282 Submitted by: bento, Kirill Ponomarew <ponomarew@oberon.net> Notes: svn path=/head/; revision=84576
* Update 0.6.2 --> 0.6.3Cy Schubert2003-07-102-2/+2
| | | | Notes: svn path=/head/; revision=84560
* PR:Foxfair Hu2003-07-105-0/+72
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=84555
* - install cryptlib.hTilman Keskinoz2003-07-092-0/+7
| | | | | | | | | | - respect CFLAGS PR: 54167[1] Submitted by: John Engelhart <johne@zang.com> Notes: svn path=/head/; revision=84540
* Mark BROKEN; apparently out of sync with dependency.Christian Weisgerber2003-07-091-0/+3
| | | | | | | | PR: 53527 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=84532
* update security/libmcrypt: remove unneeded USE_PERL5Daichi GOTO2003-07-091-1/+0
| | | | | | | | PR: 54162 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=84503
* Update the link to Matt Blaze's CFS paper.John Polstra2003-07-091-1/+1
| | | | Notes: svn path=/head/; revision=84490
* update security/botan: 1.2.4 -> 1.2.6Daichi GOTO2003-07-083-23/+20
| | | | | | | | PR: 54118 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Notes: svn path=/head/; revision=84468
* add missing patch files in my previous commit.Yen-Ming Lee2003-07-083-0/+39
| | | | | | | Noticed by: kris and bento Notes: svn path=/head/; revision=84444
* Fix plist.Alexander Leidinger2003-07-071-10/+10
| | | | | | | | | No PORTREVISION update because of the short timeframe between the commits. Submitted by: maintainer Notes: svn path=/head/; revision=84396
* Update to 3.2.5:Alexander Leidinger2003-07-074-42/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=84393
* Use clamav-milter, but support only gcc30 or higher.Norikatsu Shigemura2003-07-073-0/+11
| | | | | | | | | PR: ports/53699 Submitted by: Rob Evers <rob@debank.tv> Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=84359
* update security/p5-PGP-Sign: 0.16 --> 0.17Daichi GOTO2003-07-072-3/+3
| | | | | | | | PR: 54158 Submitted by: Don Croyle <croyle@gelemna.org> (maintainer) Notes: svn path=/head/; revision=84351
* update security/clamav-devel: 20030625 --> 20030705Daichi GOTO2003-07-072-2/+2
| | | | | | | | PR: 54150 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=84349
* Drop maintainershipKris Kennaway2003-07-071-1/+1
| | | | Notes: svn path=/head/; revision=84339
* Fix build with recent bison versions.Kris Kennaway2003-07-072-0/+184
| | | | | | | | PR: ports/52754 Submitted by: Dennis Berger <db@nipsi.de> Notes: svn path=/head/; revision=84338
* - Support amd64Dirk Meyer2003-07-064-6/+24
| | | | Notes: svn path=/head/; revision=84253
* - Unbreak for amd64Dirk Meyer2003-07-064-6/+10
| | | | Notes: svn path=/head/; revision=84251
* - Update to 2.03Erwin Lansing2003-07-052-3/+3
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=84233
* Workaround to make it buildable without enabling gsspai. It isHajimu UMEMOTO2003-07-052-0/+14
| | | | | | | | | known problem of cyrus-sasl-2.1.14. Reported by: many Notes: svn path=/head/; revision=84230
* Upgrade to 2.0.7.Oliver Braun2003-07-0413-10/+209
| | | | | | | | PR: ports/54051 Submitted by: maintainer Notes: svn path=/head/; revision=84221
* Upgrade to 2.0.7.Oliver Braun2003-07-0412-10/+197
| | | | | | | | PR: ports/54050 Submitted by: maintainer Notes: svn path=/head/; revision=84220
* Update to 0.9.3Sergey A. Osokin2003-07-042-2/+2
| | | | | | | | | | PR: 53789 Submitted by: Rob Evers <rob@debank.tv> Approved by: jim@corebsd.or.id (maintainer), fjoe (mentor) (implicit) Notes: svn path=/head/; revision=84213
* Add p5-Nmap-Scanner 0.5,Sergey Skvortsov2003-07-045-0/+86
| | | | | | | | perform and manipulate nmap scans using perl. Notes: svn path=/head/; revision=84206
* PR:Foxfair Hu2003-07-042-2/+2
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=84177
* PR:Foxfair Hu2003-07-042-1/+14
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=84176
* Add support for OpenLDAP22.Hajimu UMEMOTO2003-07-031-2/+3
| | | | | | | | PR: ports/53932 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=84168
* PR:Foxfair Hu2003-07-031-1/+1
| | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Fix 'make index' warning. Pointed out by: parv_fm@emailgroups.net Notes: svn path=/head/; revision=84091
* PR:Foxfair Hu2003-07-031-1/+1
| | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Fix 'make index' warning. Pointed out by: parv_fm@emailgroups.net Notes: svn path=/head/; revision=84090
* Sync up krb5-beta Makefile infrastructure with krb5 in preparationCy Schubert2003-07-021-5/+17
| | | | | | | for upgrade to 1.3-beta5. Notes: svn path=/head/; revision=84074
* Update to DAT 4275James E. Housley2003-07-022-2/+2
| | | | Notes: svn path=/head/; revision=84073
* Update to 0.5Sergey A. Osokin2003-07-022-2/+2
| | | | | | | | | | Submitted by: Rob Evers <rob@debank.tv> PR: 53787 Approved by: Hubert Tournier (maintainer) fjoe (mentor) (implicit) Notes: svn path=/head/; revision=84072
* Reduce warnings during build on 5-CURRENT.Hajimu UMEMOTO2003-07-021-1/+19
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=84033
* Update to 20030616.p2.Alexander Leidinger2003-07-014-17/+10
| | | | | | | | | Submitted by: Rob Evers <rob@debank.tv> (20030616.p1) Approved by: maintainer (20030616.p2) PR: 53728 Notes: svn path=/head/; revision=83970
* Submitted by: Marius Strobl <marius@alchemy.franken.de>Foxfair Hu2003-07-011-0/+28
| | | | | | | | Revive a missed patch. This is not a function improvement or program update for the port itself, so no need to bump PORTREVISION. Notes: svn path=/head/; revision=83960
* Upgrade to 4.29.12-DAndrey A. Chernov2003-07-015-59/+86
| | | | Notes: svn path=/head/; revision=83955
* update security/py-m2crypto: 0.06 --> 0.11Daichi GOTO2003-07-016-70/+56
| | | | | | | | PR: 53950 Submitted by: Ng Pheng Siong <ngps@post1.com> (mainttainer) Notes: svn path=/head/; revision=83939
* PR: 53933Foxfair Hu2003-07-012-2/+0
| | | | | | | | Submitted by: maintainer Upgrade to 3.30 Notes: svn path=/head/; revision=83938
* PR:Foxfair Hu2003-07-013-8/+8
| | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Upgrade to 1.21 maintainer timeout: > 10 days Notes: svn path=/head/; revision=83936
* PR:Foxfair Hu2003-07-013-40/+40
| | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Upgrade to 0.33. maintainer timeout: > 10 days Notes: svn path=/head/; revision=83935
* PR:Foxfair Hu2003-07-013-9/+9
| | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Upgrade to 2.24. maintainer timeout: > 10 days Notes: svn path=/head/; revision=83934
* PR:Foxfair Hu2003-07-013-6/+5
| | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Upgrade to 0.50. maintainer timeout: > 10 days Notes: svn path=/head/; revision=83933
* PR: 53933Foxfair Hu2003-07-017-42/+14
| | | | | | | | | | | | | | | | | | | | Submitted by: maintainer Reviewed by: Approved by: Obtained from: MFC after: 1. Upgrade Nmap to 3.30, which released at Jun 29, 2003. Major enchancement is OS fingerprints update. The fingerprint DB now contains almost 1000 fingerprints. See ChangeLog at this link: http://lists.insecure.org/lists/nmap-hackers/2003/Apr-Jun/0016.html 2. Renamed the patch files to be more descriptive. Notes: svn path=/head/; revision=83932
* *******************IMPORTANT*******************James E. Housley2003-06-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 4274 Emergency Dat release due to: W32/COLEVO@MM - a Medium Risk Threat In addition for this emergency release AVERT has added detection for W32/KLEXE@MM and W32/MUMU.B.WORM. These are emerging threats that while rated a low risk have been reported to AVERT over this past weekend and may potentially become a greater risk before the regularly scheduled DAT release. *********************************************** Notes: svn path=/head/; revision=83929
* - made old distfile fetchable after an update.Hajimu UMEMOTO2003-06-303-8/+11
| | | | | | | | | | - install missing document which was added during update to 2.1.14. PR: ports/53932 (partly) Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=83921