summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-05-03Update to version 1.4.1. Numerous bug fixes since 1.3.jtb7-56/+80
2002-05-03Update silc-server pkg to 0.8.4. Changes:hubertf4-8/+95
changes in silc-server package: =============================== - upgraded to version 0.8.4 - added generic startup script for Solaris and Linux (i can't test it on Darwin/Mac OS X because i don't have any.. please let me know if it works for you. thanks) You will need to copy ${PREFIX}/etc/rc.d/silcd to appropriate location in your system and do neccessary actions to enable it. e.g. Solaris: copy ${PREFIX}/etc/rc.d/silcd to /etc/init.d/ and make links in /etc/rc2.d/, /etc/rc1.d/, /etc/rc0.d/. changes in silc-server since 0.8.1: =================================== * Fixed a bug in library where sending a bogus authentication payload would lead to a crash. * Fixed a bug in the fetch_logging() config callback. * Drop root privileges when started in foreground. Don't drop them if debugging also. * Added better error logging in rekey protocol. * Do not check public key types in SKE during rekey. * Fixed the rekey protocol with PFS, which was totally broken. * Fixed a negative refcount situtuation for the config context. * Fixed memory leaks from config object. * Added support for adding new connections to the server in rehash. After rehash they take effect. * Added support for changing the maximum allowed connections in rehash. The number can grow but going smaller is not supported. * Added preliminary checking during config parsing for a valid public/private key and removed further checks in the code. * Fixed silc_net_gethostbyaddr to correctly resolve by address. * Fixed the notify relaying to client. The HMAC to be used with relayed packets ws wrong and caused decryption failure at the client end. * Fixed the silc_log_quick handling in the logging routines. It didn't log quickly when it was TRUE. Also the flush delay was set even if it was 0 in config file. * Added support for changing key pair of the server in rehash. * Fixed the TOPIC_SET notify to not crash. It changed the topic too early, before getting the channel entry. * Added rehash support. Added function silc_server_rehash() that will perform all the basic tasks of the rehashing procedure. * Added command line option `-x, --hexdump'. This will enable the SILC_LOG_HEXDUMP calls that are no longer enabled with `--debug'. The option `--hexdump' implies `--debug'. * Fixed a bad bug in the logging APIs (silcutil library) where the application would crash after calling silc_log_reset_all(). Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 16612
2002-05-03Use something more decent than "ezmlm-*" in DEPENDS linezuntum1-2/+2
2002-05-03Update silc-client to 0.8.6. Changes:hubertf6-142/+45
changes in the silc-client package: =================================== - upgraded to 0.8.6 - separate PLIST files for perl support and crypto modules - make it compile on Solaris - minor cleanups changes in the silc-client since 0.8.3: ======================================= * Merged irssi crash fixes on /QUIT. * Fixed a bug in library where sending a bogus authentication payload would lead to a crash. * Do not check public key types in SKE during rekey. * Fixed the Irssi SILC Client to use the silc_get_username and silc_get_real_name insted of glib routines since the glib routines only corrupt stack. Fixes the Irssi SILC to work in Cygwin. * Fixed the Irssi to not use g_get_home_dir since it crashes or returns garbage on cygwin and corrupts stack. Added function get_home_dir to Irssi routines. * Fixed the KICKED notify handling in client library to correctly remove the channel and all entries from the channel when I was kicked. This bug crashed the client. * Fixed yet another but in KICKED notify handling to remove the kicked client correctly from the channel. * Fixed the lib/silcmath/Makefile.am to include the MPI and GMP sources correctly to distribution. Fixes --with-gmp option. * Removed the manual rehashing from ID Cache, and changed it to use the SILC Hash Table's auto rehash feature. * Fixed a bug in the silc_client_nickname_format function that handles the multiple same nickname formatting. Two clients with same nickname caused problems after the first one left and rejoined. It didn't format the nickname correctly. Changes contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 16611
2002-05-03Update to version 1.1.1. From the NEWS file:jtb4-10/+12
* What is new in gsl-1.1.1: ** Fixes to histogram2d stat functions ** Added missing prototypes for complex LU determinant functions ** Improved error handling in multifit routines ** Added check to avoid division by zero for rank-deficient matrix in multifit iteration * What was new in gsl-1.1: ** The permutation module now includes a copy function gsl_permutation_memcpy ** The implementation of gsl_sf_gamma_inc has been improved and now avoids problems caused by internal singularities which occurred in the series expansion for some combinations of parameters. ** IEEE comparisons of infinities and NaNs are tested during the configure stage and the functions gsl_isnan, gsl_isinf and gsl_finite are only compiled on platforms which support the necessary tests. ** The histogram routines now include a sum function, gsl_histogram_sum for computing the total bin sum, and additional statistics functions for 2d histograms. ** Internal error checking of user-defined functions has been improved in the multiroots functions. ** Constants now include the Bohr Radius and Vacuum Permittivity. ** Range checking is now turned off when building the library, but is still on by default when compiling user applications. ** A combinations directory has been added for generating combinations (n,k). ** The gamma function now returns exact values for integer arguments. ** Fixed bugs in gsl_sf_hyperg_1F1_int and gsl_sf_hyperg_1F1. ** Fixed internal error handling in gsl_sf_laguerre_n to allow recovery from overflow. ** Several routines for handling divided difference polynomials have been added to the poly/ directory. ** The interpolation routines now include polynomial interpolation, based on divided-differences. ** Added new random number generators from Knuth's Seminumerical Algorithms, 3rd Edition: borosh13, coveyou, fishman18, fishman20, fishman2x, knuthran, knuthran2, lecuyer21, waterman14. ** Changed divisor in random number generator gfsr4 from 2^32-1 to 2^32 to prevent exact value of 1.0 from being returned, as specified in the documentation.
2002-05-03Update to version 5.0.5. Too many changes to list here.jtb5-90/+113
2002-05-03Update to etach-1.2.6. Changes include:jtb2-9/+9
* etach is now considered stable * new customization group * compatability changes for Emacs 21.1.
2002-05-03Add buildlink.mk for hdf5.jtb1-0/+65
2002-05-03Update to version 1.4.3. Changes include:jtb6-45/+79
* Changed internal error handling macros to reduce code size of library by about 10%. * API changes. * Performance improvements * ``h5cc'' script which helps compilation of HDF5 programs * Bug fixes.
2002-05-03Update virus definitions to version "4201"zuntum2-5/+5
2002-05-03These two packages really only need GNU "as" 1.11 or newer to build onfredb3-7/+16
NetBSD-1.5.*, so pull in the build-time dependency on binutils and gcc conditionally on the version reported by ${AS}. For that case, set ${GCC_EXEC_PREFIX} in the build environment, and pass in an "--as=" argument to "configure", to make absolutely sure the new "gas" gets used.
2002-05-03Let this package build on NetBSD-1.5.*, too (with same patch as committedfredb2-1/+29
to "mplayer").
2002-05-03Additional documentation (from different tarball) has been movedzuntum2-877/+3
to new "epic4-doc" package; this package installs now only basic manpages and scripts. Reduces installed package's size by 1MB.
2002-05-03Add & enable epic4-doczuntum1-1/+2
2002-05-03Initial import of epic4-doc-1.0 as pkgsrc/chat/epic4-doczuntum4-0/+892
This package provides additional documentation and help files for use with epic4 package (those have been splitted up from existing epic4 package). At present epic4 installs basic documentation and scripts, while epic4-doc installs *additional* help files.
2002-05-03- replace using INSTALL with MESSAGE.taca2-17/+2
- Share version with ../qpopper/Makefile.common.
2002-05-03Qpoper package update. There is no functional change.taca5-99/+17
- Utilize bsd.pkg.install.mk. - Honor PKG_SYSCONFDIR.
2002-05-03As discussed with jlam, set the mailer to "/usr/sbin/sendmail" byschmonz2-2/+7
default, and inform the user that it might be necessary to edit ${PKG_SYSCONFDIR}/sendit.sh.
2002-05-03Enable for NetBSD-*-i386, after mtrr workaround.wiz1-2/+2
2002-05-03Comment out the mtrr parts on NetBSD versions that don't support them.wiz2-1/+29
Might make mplayer work on 1.5.2 and similar.
2002-05-03Add manual page to PLIST.taca1-1/+2
2002-05-03Update rats package to 1.4. Changes from news release.taca2-5/+5
April 22, 2002 New releases of RATS and EGADS RATS 1.4 and EGADS 0.9 have been released. In addition to bugfixes for both RATS and EGADS, RATS 1.4 includes additional win32 functions in the database.
2002-05-03Depends on gnome-print-lib>=4.2.1 to compile.wiz1-2/+2
2002-05-03Use MASTER_SITE_SOURCEFORGE.wiz1-2/+2
2002-05-03Update p5-Jcode pacakge to 0.80.taca3-10/+10
$Revision: 0.80 $ $Date: 2002/05/03 00:19:55 $ ! Jcode.pm MANIFEST + t/length.t Jcode->jlength() method added by Miyagawa-kun Message-Id: <863cxal6c5.wl@mail.edge.co.jp> ! Changes More like that is used in Encode
2002-05-03Use MASTER_SITE_SOURCEFORGE.wiz1-2/+2
2002-05-03Substitute ${PREFIX}/etc -> ${PKG_SYSCONFBASE}markd2-3/+3
2002-05-03add gimp-print-cupsdrochner1-1/+2
2002-05-03initial import of CUPS support for gimp-print 4.2.1drochner6-0/+201
2002-05-03Be consistent throughout the file with line continuations and whitespace.agc1-117/+119
No functional changes.
2002-05-03update to 4.2.1:drochner7-31/+34
-bugfixes -translations for Slovak, Greek, and Dutch -quality improvements (for Epson printers)
2002-05-03Add etc/Makeconf to REPLACE_BUILDLINK. Fixes pkg/16620markd1-2/+2
2002-05-03Add my site to MASTER_SITES as the source tarball is disappearing frommrauch1-2/+3
the main distribution site.
2002-05-03Update to 2.20, as per PR/16422 by Klaus Heinz.mjl4-18/+33
Updated rules, german translation, improved base64 parsing. UNIX domain sockets for spamc/spamd, spamd/spamd.raw spamd children close listening socket, miscellaneous new rules, MIME parsing problem with "--" at start of line, PerMsgStatus.pm: Non infinite looping patch for MIME block fix, and several more bugfixes.
2002-05-03Alter PATCH_SITESzuntum1-3/+2
2002-05-03Switch MASTER_SITES from my homepage to MASTER_SITE_LOCALzuntum1-2/+4
2002-05-03Fix apm handling, per pkg/16626 from Joachim Koenig-Baltes.wiz2-5/+7
2002-05-03Switch MASTER_SITES from my homepage to MASTER_SITE_LOCALzuntum1-2/+4
2002-05-03Store patches locally instead of fetching them from PATCH_SITES - fixeszuntum5-18/+128
problem with qmailqueue patch unexpectedly differing over time
2002-05-03Set "BUILD_USES_MSGFMT" to conditionally pull in dependency on "gettext".fredb1-1/+2
2002-05-02Update gkrellm to 1.2.11 (old distfile is no longer available):fredb6-48/+116
many bug fixes; i18n support + translations for several languages; mail-checker can now authenticate to an imap server; and a few new configuration options.
2002-05-02some cleanup, based on a package submission by Masao Uebayashidrochner6-43/+82
<uebayasi@soum.co.jp>: -select a reasonable set of options instead of using a ton of /etc/mk.conf variables -dtrt with dependencies -USE_BUILDLINK_ONLY -use INSTALL_SCRIPT instead of creating a mess
2002-05-02Updated squirrelmail to 1.2.6martti4-22/+31
- Bug fixes - Added POP3 Before SMTP option - Added a server-side thread sorting option per folder - Added a server-side sorting global option - Compose in new window size can be set in Display prefs - PostgreSQL is now supported for database backed use - Added user option to sort messages by internal date - Added option to auto-append sig before reply/forward text - Filters can be applied to only new mail - Filtering now happens on folder list refresh
2002-05-02Updated poppassd to 4.0.4martti4-25/+25
* Fixed DOS attack seen on some systems. * Fixed "noop has null function" log entry. * Allow '-p' to be used when APOP not defined (noted by Daniel Senie). * Enforce ClearTextPassword even without APOP (noted by Daniel Senie). * Restrict clear-text-password=never to APOP. * Restrict clear-text-password=tls to QPOP_SSL. * Fixed qpopper hanging on I/O error on some platforms.
2002-05-02Updated qpopper to 4.0.4martti3-13/+13
* Fixed DOS attack seen on some systems. * Fixed "noop has null function" log entry. * Allow '-p' to be used when APOP not defined (noted by Daniel Senie). * Enforce ClearTextPassword even without APOP (noted by Daniel Senie). * Restrict clear-text-password=never to APOP. * Restrict clear-text-password=tls to QPOP_SSL. * Fixed qpopper hanging on I/O error on some platforms.
2002-05-02Update to 0.0.3.9.4 (aka 0.0.3.9pre4).jschauma2-6/+7
Note new MASTER_SITE (old URL no longer valid)
2002-05-02Add amanda-dev*bouyer1-1/+6
2002-05-02Packages for amanda 2.4.3b3, a developement snapshot of the 2.4.3 branch.bouyer53-0/+2370
Some interesting features in the server part over 2.4.2p2 (handling of barcode readers, dumper priorities, ...)
2002-05-02Use MACHINE_GNU_PLATFORM.wiz1-22/+22
2002-05-02Restrict again to -current starting from 1.5Y -- doesn't compile on 1.5.xwiz1-2/+2
because of missing MTRR support.