summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-10-15Update delegate to 6.1.18. Changes include: bug fixes, extended SSLway,rh2-6/+7
HostList support, and repaired and extended CFI
2000-10-15new pkgsrc: SHA1 hash function for perl.itojun7-0/+41
2000-10-15Update glade to 0.5.11. Changes include:rh3-7/+9
* Added workaround for SEGV bug in GnomeMessageBox in gnome-libs 1.2.3. * A few changes in the generated code to keep g++ happy. * Added gtk_widget_grab_focus() and gtk_widget_activate_default() to the lists of standard signal handlers. * Changed the widget tree view so it automatically expands to show selected widgets. * Updates to Russian, Swedish, French, Korean and Japanese translations. * Fixed code generation bug with GnomePropertyBox which caused a SEGV. * Added support for the "relief" property for GtkButton & GtkToggleButton. This is the only change to the XML file format. * Fixed menu editor bug which meant that widgets were occasionally given the same name. * Added support for tooltips for GtkRadioButton and GtkCheckButton. * Better support for keyboard navigation (from Jon K Hellan). * Fixed --write-source option so it handles relative paths (from Rick Niles). * Stopped installing logo into `gnome-config --datadir` since it causes problems for people installing in personal directories etc. Also changed the generated Makefile.am so it doesn't do it either. * Added 'Class' property to the property editor so you can see the class of the selected widget (from Jon K Hellan). * Output the GtkOptionMenu and GtkCombo item strings separately in the translatable strings file. * Allowed start & finish pages of a GnomeDruid to be removed, in case the developer wants to replace them with custom pages. * Fixed the 'Redisplay Window' (Ctl-R) command so it should work again. * Added the XML file and the autogen.sh file to the EXTRA_DIST in the generated Makefile.am so they get distributed with the project.
2000-10-15Update nessus to 1.0.5.frueauf8-19/+51
. changes by Renaud Deraison (deraison at nessus.org) : - added experimental KB saving, to prevent the audit to restart from scratch between two tests. See http://www.nessus.org/doc/kb_saving.html for details - added experimental detached scans. See http://www.nessus.org/doc/detached_scan.html for details - bug in the test of DoS attacks fixed (thanks to Christophe Grenier, Christophe.Grenier@esiea.fr) - minor changes in nessus-adduser - scripts that open a UDP socket read the result of a UDP scan first - when it receives a SIGHUP, nessusd first frees memory. It also closes and re-opens the nessusd.messages file - the plugin timeout is now user definable, in nessusd.conf - 64 bit compatible (nessusd would produce warnings when running on some 64 bit architectures). Thanks to the SuSE (http://www.suse.de) team for having given me access to an IA-64 to compile and try Nessus. . Changes by Jordan Hrycaj <jordan@mjh.teddy-net.com> - faster cipher layer . Other changes : - a GTK error would sometime be produced when the client is run in batch mode (Cyril Leclerc <cleclerc at boreal-com.fr>)
2000-10-15Add and enable jlibrh1-1/+2
2000-10-15Initial import of jlib-1.0.6, a library of C++ utility classes.rh8-0/+113
2000-10-15Add and enable gnome-objcrh1-1/+2
2000-10-15Initial import of gnome-objc-1.0.40, an Objective C API for gnome and gtk.rh7-0/+179
2000-10-15Update fetchmail and fetchmailconf to 5.5.3.frueauf4-8/+8
fetchmail-5.5.3 (Tue Sep 26 17:56:32 EDT 2000), 19278 lines: * Added skip size reporting as suggested by Franck Pommereau. * Don't terminate on failed DNS lookup of host, go to next entry. * Danish localization support, courtesy of Byrial Jensen. * Fix reference to freed message header block (thanks to Andrew Morton) fetchmail-5.5.2 (Thu Sep 7 23:00:24 EDT 2000), 19243 lines: * Horst Von Brand's security and specfile patches. * Major changes to FAQ item T1. * Minor correction to FAQ item K3 by Malte Kiesel. * Added to FAQ R1, on enabling sendmail in RH 6.9. * Resolved Debian bugs #66110, #70862. fetchmail-5.5.1 (Sun Aug 20 23:43:03 EDT 2000), 19241 lines: * Fix a finger error in the dot-termination fix for 5.5.0. * Javier Kohen's update for es.po. * Jiri Pavlovsky's cs.po update. * Added to FAQ item on K3 a recipe using the new plugin %h option. * Fixed a nasty typo in FAQ item T1 -- the old version didn't generate correct Delivered-To hacks. Thanks to Peter 'Rattacresh' Backes <rtc@helen.PLASMA.Xg8.DE> for spotting this.
2000-10-15update to 8.11.1. make SASL-enabled build to use tolek stdio code, notitojun7-113/+29
sfio code (no longer depends onto devel/sfio) 8.11.1/8.11.1 2000/09/27 Fix SMTP EXPN command output if the address expands to a single name. Fix from John Beck of Sun Microsystems. Don't try STARTTLS in the client if the PRNG has not been properly seeded. This problem only occurs on systems without /dev/urandom. Problem detected by Jan Krueger of digitalanswers communications consulting gmbh and Neil Rickert of Northern Illinois University. Don't use the . and .. directories when expanding QueueDirectory wildcards. Do not try to cache LDAP connections across processes as a parent process may close the connection before the child process has completed. Problem noted by Lai Yiu Fai of the Hong Kong University of Science and Technology and Wolfgang Hottgenroth of UUNET. Use Timeout.fileopen to limit the amount of time spent trying to read the LDAP secret from a file. Prevent SIGTERM from removing a command line submitted item after the user submits the message and before the first delivery attempt completes. Problem noted by Max France of AlphaNet. Fix from Neil Rickert of Northern Illinois University. Deal correctly with MaxMessageSize restriction if message size is greater than 2^31. Turn off queue checkpointing if CheckpointInterval is set to zero. Treat an empty home directory (from getpw*() or $HOME) as non-existent instead of treating it as /. Problem noted by Todd C. Miller of Courtesan Consulting. Don't drop duplicate headers when reading a queued item. Problem noted by Motonori Nakamura of Kyoto University. Avoid bogus error text when logging the savemail panic "cannot save rejected email anywhere". Problem noted by Marc G. Fournier of Acadia University. If an LDAP search fails because the LDAP server went down, close the map so subsequent searches reopen the map. If there are multiple LDAP servers, the down server will be skipped and one of the others may be able to take over. Set the ${load_avg} macro to the current load average, not the previous load average query result. If a non-optional map used in a check_* ruleset can't be opened, return a temporary failure to the remote SMTP client instead of ignoring the map. Problem noted by Allan E Johannesen of Worcester Polytechnic Institute. Avoid a race condition when queuing up split envelopes by saving the split envelopes before the original envelope. Fix a bug in the PH_MAP code which caused mail to bounce instead of defer if the PH server could not be contacted. From Mark Roth of the University of Illinois at Urbana-Champaign. Prevent QueueSortOrder=Filename from interfering with -qR, -qS, and ETRN. Problem noted by Erik R. Leo of SoVerNet. Change error code for unrecognized parameters to the SMTP MAIL and RCPT commands from 501 to 555 per RFC 1869. Problem reported to Postfix by Robert Norris of Monash University. Prevent overwriting the argument of -B on certain OS. Problem noted by Matteo Gelosa of I.NET S.p.A. Use the proper routine for freeing memory with Netscape's LDAP client libraries. Patch from Paul Hilchey of the University of British Columbia. Portability: Move the NETINET6 define to devtools/OS/SunOS.5.{8,9} instead of defining it in conf.h so users can override the setting. Suggested by Henrik Nordstrom of Ericsson. On HP-UX 10.X and 11.X, use /usr/sbin/sendmail instead of /usr/lib/sendmail for rmail and vacation. From Jeff A. Earickson of Colby College. On HP-UX 11.X, use /usr/sbin instead of /usr/libexec (which does not exist). From Jeff A. Earickson of Colby College. Avoid using the UCB subsystem on NCR MP-RAS 3.x. From Tom Moore of NCR. NeXT 3.X and 4.X installs man pages in /usr/man. From Hisanori Gogota of NTT/InterCommunicationCenter. Solaris 8 and later include /var/run. The default PID file location is now /var/run/sendmail.pid. From John Beck of Sun Microsystems. SFIO includes snprintf() for those operating systems which do not. From Todd C. Miller of Courtesan Consulting. CONFIG: Use the result of _CERT_REGEX_SUBJECT_ not {cert_subject}. Problem noted by Kaspar Brand of futureLab AG. CONFIG: Change 553 SMTP reply code to 501 to avoid problems with errors in the MAIL address. CONFIG: Fix FEATURE(nouucp) usage in example .mc files. Problem noted by Ron Jarrell of Virginia Tech. CONFIG: Add support for Solaris 8 (and later) as OSTYPE(solaris8). Contributed by John Beck of Sun Microsystems. CONFIG: Set confFROM_HEADER such that the mail hub can possibly add GECOS information for an address. This more closely matches pre-8.10 nullclient behavior. From Per Hedeland of Ericsson. CONFIG: Fix MODIFY_MAILER_FLAGS(): apply the flag modifications for SMTP to all *smtp* mailers and those for RELAY to the relay mailer as described in cf/README. MAIL.LOCAL: Open the mailbox as the recipient not root so quotas are obeyed. Problem noted by Damian Kuczynski of NIK. MAKEMAP: Do not change a map's owner to the TrustedUser if using makemap to 'unmake' the map. RMAIL: Avoid overflowing the list of recipients being passed to sendmail. RMAIL: Invoke sendmail with '-G' to indicate this is a gateway submission. Problem noted by Kari Hurtta of the Finnish Meteorological Institute. VACATION: Read the complete message to avoid "broken pipe" signals. VACATION: Do not cut off vacation.msg files which have a single dot as the only character on the line. New Files: cf/ostype/solaris8.m4
2000-10-15comment out k12x10 font, as it seem to have incorrect metric info.itojun1-4/+4
we should fix it...
2000-10-15Added and enabled ksql-1.0 interactive SQL query tool for PostgreSQLwulf1-1/+2
2000-10-15Initial commit of ksql-1.0 interactive SQL query tool for postgreSQLwulf7-0/+269
2000-10-15allow build with login.conf support enabled. PR11150.itojun2-13/+9
2000-10-15add JIS X0213 patch. wrap USE_XPM into KTERM_USE_WALLPAPER, asitojun2-9/+7
we only use Xpm is used only in that case.
2000-10-15use 2000/10/05 + IPv6 patch. changes are really too many to paste here.itojun7-103/+60
mostly SASL related changes, it seems.
2000-10-15fix Makefile (broken by last commit, unresolved conflict)wiz1-9/+2
2000-10-15Update gtkdiff to 1.6.0. Changes include:rh3-5/+6
* Some bug fixes. * Search function. * Click on a different portion in two-pane mode, and the portion is selected. No UI feedback except statusbar. It could be useful after you search any word. * Toolbar support. * Menubar becomes a little bit fancy. * Preference settings in directory view are restored properly. * A bug fix related to DBCS(Double Byte Character String). * A notification release. * A new tool, gtkdiff-cvs. It's a simple shell script, handling CVS files. * Minor bug fixes. * Accelerator key bug fix. (You might need to delete ~/.gnome/accels/gtkdiff file, if some accelerator keys don't work.) * Turkish message translation. * Danish message translation. * Merge view. * Some changes in ~/.gnome/gtkdiff file. "PaneMode" entry becomes obsolete. "DiffArgs" entry is moved to "Diff" section. Although they don't matter, if you don't like useless lines remained, please delete ~/.gnome/gtkdiff by yourself. * Internal version. * Most of GUI components become widget base.
2000-10-15Remove hidden dependency on "automake", and remove dependency onfredb3-7/+65
"autoconf", too, while we're at it.
2000-10-15Add and enable dmakerh1-1/+2
2000-10-15Initial import of dmake-4.1, a portable make supported by many platforms.rh7-0/+248
2000-10-15Update gcombust to 0.1.36. Changes include bugfixes, updated translationsrh2-4/+4
(fr, de, ru), and a config option for lpr command.
2000-10-15Add and enable gtk+extrarh1-1/+2
2000-10-15Initial import of gtk+extra-0.99.11, a set of useful gtk+ widgets forrh8-0/+108
creating GUIs.
2000-10-15Update gcombust to 0.1.35. Changes are:rh2-4/+4
BUGFIXES: * hu.po update (narancs1@externet.hu) * es.po update (Gorka Olaizola <olsago@jet.es>) * added some checks that make sure the supplied image name is really a image and not just a directory as it seems to confuse people... * file selection loading for renamed files now works * CFLAGS was ignored by the generated src/Makefile. "oops." * added a few gtk_main_iteration() calls NEWS: * config option for multisession and multisession path by Sacha Arnoud <Sacha.Arnoud@france.sun.com>) * test of multisesssion cd validity (based on a patch by Sacha Arnoud <Sacha.Arnoud@france.sun.com>) (atm Linux specific), can be turned off with a config option * Added eject/close cd-r to the File menu (based on a patch by Hayden James <hjames@stevens-tech.edu>) * added a driveropts=burnproofs option * added support for cdrecord's -waiti option, thus enabeling the making of all sessions on a multisession cd on-the-fly
2000-10-15Add and enable eaglerh1-1/+2
2000-10-15Initial import of eagle-3.92r0, an easy to use schematics and printedrh7-0/+520
circuit board editor.
2000-10-15Add USE_GLX example entry.rh1-2/+7
2000-10-15Use new USE_MESA variable to depend on the correct Mesa packagesrh19-46/+48
2000-10-15Update Mesa to 3.2.1 (changes are bugfixes only) making this a meta packagerh8-89/+33
that works under both XFree86-3.x and 4.x (with partially built-in Mesa).
2000-10-15Add and enable glutrh1-1/+2
2000-10-15Initial import of glut-3.2.1, the GLUT graphics library of the new split-uprh5-0/+59
Mesa system.
2000-10-15Add and enable glurh1-1/+2
2000-10-15Initial import of glu-3.2.1, the GLU polygon tesselation facility for therh7-0/+76
new split-up Mesa system.
2000-10-15Add and enable MesaLibrh1-1/+2
2000-10-15Initial import of MesaLib-3.2.1, the library part of the new split-up Mesarh8-0/+105
system. This is the part of Mesa that's present on XFree86-4.x and therefore only required for XFree86-3.x
2000-10-15Conflict with XFree86-4.0 builtin Mesa.rh1-5/+15
2000-10-15Add USE_MESA and USE_GLX mechanism similar to USE_XPM that detects andrh2-3/+31
handles a builtin XFree86-4.x Mesa.
2000-10-15Give more realistic advice for waiting time before the build completes.jlam1-3/+2
2000-10-15Make the pkg name "madplay-0.11.4b".simonb1-1/+2
2000-10-15Set NO_SRC_ON_FTP and NO_SRC_ON_CDROM to "Files too large".jlam2-2/+10
2000-10-15Add and enable madplay.simonb1-1/+2
2000-10-15Initial import of madplay - an integer MPEG audio decoder.simonb9-0/+87
2000-10-15Added and enabled smpegwulf1-1/+2
2000-10-15Completed PLISTwulf1-1/+24
2000-10-15Initial import of smpeg, the SDL MPEG player librarywulf7-0/+41
2000-10-15Add and enable knightcap & knightcap-brain.jlam1-1/+3
2000-10-15knightcap-brain: book of losing moves for KnightCapjlam6-0/+75
2000-10-15KnightCap: chess engine with 3D OpenGL-rendered chessboardjlam13-0/+454
2000-10-15Correct MASTER_SITES after distfile moved.jlam1-2/+2