Commit Graph

1907 Commits

Author SHA1 Message Date
Kevin Lo
3a80316e9f Update to version 0.12
PR: 29696
Submitted by: MAINTAINER
2001-08-17 15:15:01 +00:00
Dirk Froemberg
e2b02a37c4 Update to 1.8.1-RELEASE.
Submitted by:	Michael Boman <michael@ayeka.dyndns.org>
2001-08-16 19:49:10 +00:00
Akinori MUSHA
0d6bb222c4 Retire ruby-sha1, which has been integrated into ruby's standard
distribution.
2001-08-16 11:40:30 +00:00
Jacques Vidrine
3f20731536 Use _PATH_UTMP. Normally, the configure script attempts
to determine the location of utmp by nosing around /var/run,
/var/adm, and so on.  This fails in bento's build environment,
and it's not the right thing to do anyway.
2001-08-16 02:00:28 +00:00
Akinori MUSHA
329c977502 Conditionalize bzip2 dependencies. 2001-08-15 20:33:16 +00:00
James E. Housley
fe366a9431 Update to 4154. 2001-08-15 20:15:27 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
James E. Housley
0bd908ebb2 Switch to using ports/misc/compat3x 2001-08-14 17:00:09 +00:00
Jacques Vidrine
85c532b3ad Update 0.4c -> 0.4d 2001-08-14 16:51:57 +00:00
Akinori MUSHA
b72a864e53 Fix the manpage to make previous versions of nroff(1) happy.
Submitted by:	Jason Harris <jharris@widomaker.com>
2001-08-14 08:59:08 +00:00
Kevin Lo
bb831e15ef Update to version 3.2.1
PR: 28875
Submitted by: MAINTAINER
2001-08-13 16:28:01 +00:00
Akinori MUSHA
e2da463c59 Synchronize with NetBSD. (20010807) 2001-08-13 15:40:08 +00:00
David W. Chapman Jr.
ce0f01c8dd USE DOCSDIR and PORTDOCS
ADD IPv6 support

PR:		29404
Submitted by:	maintainer
2001-08-13 04:01:26 +00:00
Trevor Johnson
346a05a32d Drop maintainership. 2001-08-12 09:22:41 +00:00
Trevor Johnson
51768bee38 Freshen up master sites with some found on
http://www.outguess.org/download.html .
2001-08-12 08:00:50 +00:00
David W. Chapman Jr.
20cc9930d9 Update to 1.6beta
PR:		29623
Submitted by:	maintainer
2001-08-11 14:08:00 +00:00
Mark Murray
5853c7f083 Damn. Didn't add these with the rest of the port. 2001-08-11 12:02:02 +00:00
Mark Murray
aeae17c9f0 Add YA Perl crypto library. This one does Blowfish, IDEA and DES. 2001-08-11 12:00:19 +00:00
David E. O'Brien
6db4c24ed3 Fix a int vs. size_t bogon that matters for LP64.
Submitted by:	Brandon Poyner <brandon@thebiz.net>
2001-08-11 00:07:14 +00:00
David E. O'Brien
2fe6c3d8d0 Update to version 2.54 Beta 29.
+ updated fingerprint database
+ multi-portlist -- specify different ranges for TCP & UDP
2001-08-10 15:15:04 +00:00
Peter Pentchev
b444ef9975 Update to 3.19.
PR:		29603
Submitted by:	maintainer
2001-08-10 14:21:32 +00:00
Munechika SUMIKAWA
66f2688256 Make buildable on 4-STABLE
PR:		ports/29507, ports/29535
Obtained from:	NetBSD
2001-08-09 18:30:10 +00:00
Ying-Chieh Liao
d074ec05b4 dont know why remove patch-Makefile in the last commit :< 2001-08-09 09:14:42 +00:00
Ying-Chieh Liao
ea90d3c5c5 upgrade to 0.1.4
drop maintainership
2001-08-09 09:00:57 +00:00
James E. Housley
015f980ff0 Update to 4153 2001-08-08 21:33:27 +00:00
Jimmy Olgeni
03b9252368 Update nessus suite to version 1.0.9, remove extra file from nessus'
pkg-plist (includes.h).
2001-08-08 13:38:14 +00:00
Kris Kennaway
de54b9c542 Chase the checksum: trivial documentation changes. 2001-08-07 20:16:35 +00:00
James E. Housley
0838349591 Not sure where I went wrong, but this is the current MD5
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2001-08-06 23:02:29 +00:00
Dirk Froemberg
ab07ff6007 Upgrade to 1.8p1.
PR:		ports/29488
Submitted by:	Rob Simmons <rsimmons@wlcg.com>
2001-08-06 22:22:13 +00:00
Peter Pentchev
985249ed60 Update to 0.7, which allows use of 192- and 256-bit keys. 2001-08-06 21:27:11 +00:00
Akinori MUSHA
560fba6e9e Update to 1.3. 2001-08-06 17:58:58 +00:00
James E. Housley
cb2448c19e There are actually checks for some Linux viruses/worms 2001-08-06 17:27:30 +00:00
James E. Housley
0ec4183d00 * 4152 Emergency Dat release for detection and
removal of W32/Codered.c.
2001-08-06 16:15:35 +00:00
Munechika SUMIKAWA
824f744fb3 Upgrade to 20010802a. 2001-08-06 13:01:44 +00:00
James E. Housley
a5d858f6e1 Applied a patch to check for compat3x libraries.
PR:		29359
Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi>
2001-08-04 16:26:11 +00:00
Ying-Chieh Liao
35a98b132a upgrade to 1.1
Submitted by:	bento log
2001-08-03 18:53:13 +00:00
Mario Sergio Fujikawa Ferreira
421a46ba2c Update to 0.3.0
Submitted by:	maintainer
2001-08-03 02:29:36 +00:00
Mario Sergio Fujikawa Ferreira
2446d896c8 o Update to 3.18
* MAX_CLIENTS is calculated based on FD_SETSIZE, now.
	* Problems with closing SSL in transfer() fixed.
	* -I option to bind a static local IP address added.
	* Debug output of info_callback redesigned.
o Reorder MASTER_SITES

PR:		29358
Submitted by:	maintainer
2001-08-02 19:04:01 +00:00
James E. Housley
8c4297bbb2 Update to 4151 2001-08-02 01:21:41 +00:00
Akinori MUSHA
79f86fd6ec Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.

I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.

Sorry for inconvenience.  I'll try to check compatibility hard before
committing next time.
2001-08-01 11:56:24 +00:00
Dirk Meyer
49dea7e33c - slogin and manpage added to package, bumped PORTREVISION 2001-08-01 10:56:24 +00:00
Mario Sergio Fujikawa Ferreira
d2a1bd8d74 Update to version 1.2.8
Submitted by:	maintainer
2001-08-01 02:15:22 +00:00
Jacques Vidrine
73d05c1ed5 Update 0.4b -> 0.4c 2001-07-31 16:41:36 +00:00
Mario Sergio Fujikawa Ferreira
c8d50ea6f1 New port rain version 1.2.7 Beta 3: Rain is a packeting tool used
for testing system stability

PR:		29300
Submitted by:	Patrick Li <pat@databits.net>
2001-07-30 14:56:29 +00:00
Mario Sergio Fujikawa Ferreira
1a769d6377 Update to version 0.4.0
Submitted by:	maintainer
2001-07-30 14:15:25 +00:00
Kris Kennaway
dd14d744e4 Update to stunnel 3.17
Approved by:	maintainer
2001-07-30 09:14:13 +00:00
Mario Sergio Fujikawa Ferreira
5ca172b384 New port gtk-knocker version 0.2.0: A simple and easy to use TCP
only port scanner (GTK+ version)

PR:		29109
Submitted by:	Patrick Li <pat@databits.net>
2001-07-30 00:56:51 +00:00
Kris Kennaway
6b38a92024 Add snortsnarf-010523 (version numbering changed from the vendor scheme of
MMDDYY to make it monotonic).  This is a utility for generating a set of
HTML reports/summaries based on snort alert files.

At the moment we only enable the HTML generation features.  There are other
features such as the ability to annotate incidents in the report which
are not currently enabled.
2001-07-30 00:24:02 +00:00
Mario Sergio Fujikawa Ferreira
492002c8fb New port knocker version 0.3.0, A simple and easy to use TCP only
port scanner (Console version)

PR:		29108
Submitted by:	Patrick Li <pat@databits.net>
2001-07-29 23:53:40 +00:00