summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-07-15Set maintainer to wiz@netbsd.org.wiz1-2/+2
2000-07-15Update gnupg to 1.0.2. NetBSD changes had been mailed to author andwiz6-56/+17
have been integrated. Relevant Changes: * Fixed expiration handling of encryption keys. * Add an experimental feature to do unattended key generation. * The user is now asked for the reason of revocation as required by the new OpenPGP draft. * There is a ~/.gnupg/random_seed file now which saves the state of the internal RNG and increases system performance somewhat. This way the full entropy source is only used in cases were it is really required. Use the option --no-random-seed-file to disable this feature. * New options --ignore-time-conflict and --lock-never. * Encryption is now much faster: About 2 times for 1k bit keys and 8 times for 4k keys. * New encryption keys are generated in a way which allows a much faster decryption. * New command --export-secret-subkeys which outputs the _primary_ key with it's secret parts deleted. This is useful for automated decryption/signature creation as it allows to keep the real secret primary key offline and thereby protecting the key certificates and allowing to create revocations for the subkeys. See the FAQ for a procedure to install such secret keys. * Keygeneration now writes to the first writeable keyring or as default to the one in the homedirectory. Prior versions ignored all --keyring options. * New option --command-fd to take user input from a file descriptor; to be used with --status-fd by software which uses GnuPG as a backend. * There is a new status PROGRESS which is used to show progress during key generation. * Support for the new MDC encryption packets. To create them either --force-mdc must be use or cipher algorithm with a blocksize other than 64 bits is to be used. --openpgp currently disables MDC packets entirely. This option should not yet be used. * New option --no-auto-key-retrieve to disable retrieving of a missing public key from a keyerver, when a keyerver has been set. * Danish, Esperanto, Japanese, Dutch, and Swedish translations
2000-07-15Don't try to remove %D/share/aclocal -- it's supposed to be there.jlam1-2/+1
2000-07-15Update gtk-- to 1.2.1. Changes from (ancient) 1.0.3 include many, manyjlam7-254/+61
fixes and added functionality. Libsigc++ and gnome-- have been split away into separate software packages. Closes PR#10213 by Bernd Sieker <bsieker@freenet.de>.
2000-07-15Modify so that shared lib has same name as static lib.jlam5-4/+42
2000-07-15Update libxml to 1.8.9. Changes from 1.8.7 are bugfixes and some modsjlam5-12/+12
for convergence between libxml and libxml2 (the development lib).
2000-07-15Add and enable devel/libsigc++jlam1-1/+2
2000-07-15libsigc++: a callback system for C++ programs.jlam5-0/+87
Closes PR#10215 by Bernd Sieker <bsieker@freenet.de>.
2000-07-15Add and enable bottlerocketrh1-1/+2
2000-07-15Conversion of the FreeBSD port of bottlerocket to a NetBSD package asrh5-10/+14
provided in PR 10594 by Damon Brodie.
2000-07-15Initial import of the FreeBSD port of bottlerocket-0.04c, a homerh6-0/+54
automation software for the X10 firecracker kit.
2000-07-15Add and enable heyurh1-1/+2
2000-07-15Initial import of x10_heyu-1.29, a home automation software for the X10rh10-0/+144
CM11A power line transmitter. Provided in PR 10576 by Damon Brodie.
2000-07-15Add DIST_SUBDIR=${PKGNAME} since the distfile has no version number.jlam2-3/+4
Update MD5 checksum and remove old distfile from ftp.netbsd.org.
2000-07-15Forgot these patches. These patch sources to work after kernel mmapjlam2-0/+52
interface changed.
2000-07-15Fix module sources after kernel mmap interface change.jlam2-3/+6
Fix error message to say the kernel sources should be for the kernel you are running.
2000-07-15update to 2.1.1p3.itojun11-141/+9
depend on openssl >= 0.9.5. see PR 10593. --- 2.1.1p2 -> 2.1.1p3 20000712 - (djm) Remove -lresolve for Reliant Unix - (djm) OpenBSD CVS Updates: - deraadt@cvs.openbsd.org 2000/07/11 02:11:34 [session.c sshd.c ] make MaxStartups code still work with -d; djm - deraadt@cvs.openbsd.org 2000/07/11 13:17:45 [readconf.c ssh_config] disable FallBackToRsh by default - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from Ben Lindstrom <mouring@pconline.com> - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM spec file. - (djm) Released 2.1.1p3 20000711 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson <tbert@abac.com> - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de> - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom <mouring@pconline.com> - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report from Jim Watt <jimw@peisj.pebio.com> - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known to compile on more platforms (incl NeXT). - (djm) Added bsd-inet_aton and configure support for NeXT - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com> - (djm) OpenBSD CVS updates: - markus@cvs.openbsd.org 2000/06/26 03:22:29 [authfd.c] cleanup, less cut&paste - markus@cvs.openbsd.org 2000/06/26 15:59:19 [servconf.c servconf.h session.c sshd.8 sshd.c] MaxStartups: limit number of unauthenticated connections, work by theo and me - deraadt@cvs.openbsd.org 2000/07/05 14:18:07 [session.c] use no_x11_forwarding_flag correctly; provos ok - provos@cvs.openbsd.org 2000/07/05 15:35:57 [sshd.c] typo - aaron@cvs.openbsd.org 2000/07/05 22:06:58 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8] Insert more missing .El directives. Our troff really should identify these and spit out a warning. - todd@cvs.openbsd.org 2000/07/06 21:55:04 [auth-rsa.c auth2.c ssh-keygen.c] clean code is good code - deraadt@cvs.openbsd.org 2000/07/07 02:14:29 [serverloop.c] sense of port forwarding flag test was backwards - provos@cvs.openbsd.org 2000/07/08 17:17:31 [compat.c readconf.c] replace strtok with strsep; from David Young <dyoung@onthejob.net> - deraadt@cvs.openbsd.org 2000/07/08 19:21:15 [auth.h] KNF - ho@cvs.openbsd.org 2000/07/08 19:27:33 [compat.c readconf.c] Better conditions for strsep() ending. - ho@cvs.openbsd.org 2000/07/10 10:27:05 [readconf.c] Get the correct message on errors. (niels@ ok) - ho@cvs.openbsd.org 2000/07/10 10:30:25 [cipher.c kex.c servconf.c] strtok() --> strsep(). (niels@ ok) - (djm) Fix problem with debug mode and MaxStartups - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM builds) - (djm) Add strsep function from OpenBSD libc for systems that lack it 20000709 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from Kevin Steves <stevesk@sweden.hp.com> - (djm) Match prototype and function declaration for rresvport_af. Problem report from Niklas Edmundsson <nikke@ing.umu.se> - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu> - (djm) Replace ut_name with ut_user. Patch from Jim Watt <jimw@peisj.pebio.com> - (djm) Fix pam sprintf fix - (djm) Cleanup entropy collection code a little more. Split initialisation from seeding, perform intialisation immediatly at start, be careful with uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com> - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com> Including sigaction() et al. replacements - (djm) AIX getuserattr() session initialisation from Tom Bertelson <tbert@abac.com> 20000708 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from Aaron Hopkins <aaron@die.net> - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> - (djm) Fixed undefined variables for OSF SIA. Report from Baars, Henk <Hendrik.Baars@nl.origin-it.com> - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL> - (djm) Don't use inet_addr. 20000702 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com> - (djm) Stop shadow expiry checking from preventing logins with NIS. Based on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from Chris, the Young One <cky@pobox.com> - (djm) Fix scp progress meter on really wide terminals. Based on patch from James H. Cloos Jr. <cloos@jhcloos.com> 20000701 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu> - (djm) Login fixes from Tom Bertelson <tbert@abac.com> - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen <vinschen@cygnus.com> - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM - (djm) Added check for broken snprintf() functions which do not correctly terminate output string and attempt to use replacement. - (djm) Released 2.1.1p2
2000-07-15Update guile dependency to >= 1.3.2.jlam1-2/+2
2000-07-15Update dependencies on guile to >= 1.3.2jlam3-6/+6
2000-07-15Update guile to 1.4. Changes since Guile 1.3.4:jlam5-51/+58
** The module (ice-9 getopt-gnu-style) has been removed. ** New module (ice-9 documentation) ** Debugging facilities for guile script are much improved. ** Improvements to garbage collector ** Speed/efficieny improvements. ** Better compliance to standards.
2000-07-15Install the Server Programming Interface header files.jlam4-18/+122
Closes PR#10480.
2000-07-15two changes for non-japanese guys (as the pkgsrc is used by manyitojun1-2/+7
non-japanese people): - use ascii letters, instead of jisx0208, for screen output (like <LI> or <HR>). - set default help messages to english (not japanese).
2000-07-14USE_LIBTOOL instead of USE_PKGLIBTOOL.jlam4-14/+15
2000-07-14This works on 1.5[A-Z]thorpej1-2/+2
2000-07-14fix checksumsabs1-4/+4
2000-07-14Use "printf("%d", ...)" instead of "print ..." when invoking "awk" intron1-3/+3
"print-pkg-size-this" or "print-pkg-size-depends" targets to avoid package sizes like "2.51887e+09" which "expr" can't handle.
2000-07-14Update to the version which ships with postgresql-7.0.2jwise3-9/+10
Changes since the version shipped with postgresql-7.0: Mon May 15 22:30:00 BST 2000 peter@retep.org.uk - Fixed the message Makefile produces after compiling. It still said about the old Driver class, not the new package. Spotted by Joseph Shraibman <jks@p1.selectacast.net>
2000-07-14Deal with depends dirs properly, esp. if pkglinted is not started in a pkghubertf2-7/+5
dir. Noted in PR 10584 by Damon Brodie <damon@brodiefamily.org> Bump version to 2.11.
2000-07-14The previous method of using a make target for finding a prerequisiteagc49-141/+133
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-14Introduce the mk.conf definition for PRIV_CONF_DIR, which defaults toagc3-5/+22
${LOCALBASE}/etc, and is the parent directory of the priv package's user configuration data. Modify Makefile to pick up this definition, and pass it on as an argument to the configure script. Modify the PLIST to include this location, and pre-process the PLIST at install time to set the correct location.
2000-07-14Add and enable ispell-gaeilge.ad1-1/+2
2000-07-14Irish language support for ispell.ad7-0/+49
2000-07-14Set the correct maintainer for this package.agc1-2/+2
2000-07-14Create the ${PREFIX}/etc/priv directory when the package is installed,agc1-1/+2
pointed out by hubertf.
2000-07-14Add and enable priv.agc1-1/+2
2000-07-14Initial import of priv-1.0-beta, a utility to execute commands as aagc5-0/+41
different user, into the NetBSD packages collection.
2000-07-14Add and enable aumixrh1-1/+2
2000-07-14Initial import of aumix-2.7, a GTK+ audio mixer.rh17-0/+269
2000-07-14Don't pick up stray librle.so if it exists. We don't want to buildjlam6-4/+50
translation support to/from GIF and RLE format. Closes PR#10172.
2000-07-14Add a patch so that the 64-bit size (from the stat buffer) is printed usingagc2-1/+22
the correct printf-format. From LeRoy Miller (root@gcc.ansic.net) in PR pkg/10478.
2000-07-14Update p5-GD to 1.30, fixing PR 10565 by Damon Brodie. Now works againrh4-18/+31
with our current gd package. Changes include: - now you can create GD::Image objects directly from image DATA - reformatted documentation - internal release - fixed a bad regression test - updated for compatibility with libgd 1.8.3 - WBMP support - turned Makefile.PL into a multiple-choice quiz - turned libgd patchfile into a perl script - updated for compatibility with libgd 1.8.1 - JPEG support - the newFromXXX() functions now accept pathnames - patchfile for building libgd as a shared library - improvements to the Makefile to help with compilation - added more help in compiling and installing to docs - added some more libraries to link in, might help unresolved symbol problems
2000-07-14Forgot to commit this:tron1-3/+3
Avoid conflict between "control-center" and "xscreensave-gnome" package.
2000-07-14Make USE_LIBTOOL depend on libtool-1.3.5nb4 or higher to make sure a C++rh1-3/+3
compatible version is used.
2000-07-14USE_LIBTOOL instead of USE_PKGLIBTOOL.jlam2-3/+4
2000-07-14Force GTL to use SGI STL as the egcs-1.1.2 copy of the STL is notjlam4-2/+40
sufficient.
2000-07-14Support XAW_TYPE=standard.minoura3-6/+12
2000-07-14Forgot these patchesjlam3-0/+100
2000-07-14Update postgresql to 7.0.2. Relevant changes from 7.0:jlam11-67/+78
* Enhance rc.d/pgsql.sh script to accept start/stop/restart. * Add fixes for alpha from Kevin P. Neal <kpn@neutralgood.org> in PR#10543. XXX Includes a patch which removes inlining of the alpha's TAS function. XXX This is apparently some code-gen bug in GCC for alpha. * Fix many CLUSTER failures (Tom) * Allow ALTER TABLE RENAME works on indexes (Tom) * Fix plpgsql to handle datetime->timestamp and timespan->interval (Bruce) * New configure --with-setproctitle switch to use setproctitle() (Marc, Bruce) * Fix the off by one errors in ResultSet from 6.5.3, and more. * jdbc ResultSet fixes (Joseph Shraibman) * optimizer tunings (Tom) * Fix create user for pgaccess * Fix for UNLISTEN failure * Reduce COPY IN lock level (Tom) * Change libpqeasy to use PQconnectdb() style parameters (Bruce) * Fix pg_dump to handle OID indexes (Tom) * Fix small memory leak (Tom) * Solaris fix for createdb/dropdb (Tatsuo) * Fix for non-blocking connections (Alfred Perlstein) * Fix improper recovery after RENAME TABLE failures (Tom) * Copy pg_ident.conf.sample into /lib directory in install (Bruce) * Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya) * Fix too long syslog message (Tatsuo) * Fix problem with quoted indexes that are too long (Tom) * JDBC ResultSet.getTimestamp() fix (Gregory Krasnow & Floyd Marinescu) * ecpg changes (Michael)
2000-07-14Add NO_MTREE so installation doesn't pollute X11BASE with a lot ofjlam1-1/+2
unnecessary, empty directories.
2000-07-13add (commented out) armv2-netbsdwiz1-1/+2