Age | Commit message (Collapse) | Author | Files | Lines |
|
interface changed.
|
|
Fix error message to say the kernel sources should be for the kernel
you are running.
|
|
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
|
|
|
|
|
|
** 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.
|
|
Closes PR#10480.
|
|
non-japanese people):
- use ascii letters, instead of jisx0208, for screen output (like <LI> or <HR>).
- set default help messages to english (not japanese).
|
|
|
|
|
|
|
|
"print-pkg-size-this" or "print-pkg-size-depends" targets to avoid package
sizes like "2.51887e+09" which "expr" can't handle.
|
|
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>
|
|
dir. Noted in PR 10584 by Damon Brodie <damon@brodiefamily.org>
Bump version to 2.11.
|
|
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).
|
|
${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.
|
|
|
|
|
|
|
|
pointed out by hubertf.
|
|
|
|
different user, into the NetBSD packages collection.
|
|
|
|
|
|
translation support to/from GIF and RLE format. Closes PR#10172.
|
|
the correct printf-format. From LeRoy Miller (root@gcc.ansic.net) in PR
pkg/10478.
|
|
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
|
|
Avoid conflict between "control-center" and "xscreensave-gnome" package.
|
|
compatible version is used.
|
|
|
|
sufficient.
|
|
|
|
|
|
* 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)
|
|
unnecessary, empty directories.
|
|
|
|
|
|
|
|
|
|
documentation.
|
|
Changes from last packaged version:
User-visible changes in 0.8.12:
- Several bugfixes
User-visible changes in 0.8.11:
- Finally, an accurate copper emulation, thanks to Sam Jordan.
- Sprite emulation fixes, also due to Sam Jordan.
- Some CPU emulation fixes (Keith Rollin, Toni Wilen, Lauri Pesonen)
- Old command line options actually work now.
- Some floppy related lockups removed.
User-visible changes in 0.8.10:
- Audio interpolation
- Bugfixes for
* disk emulation
* FPU emulation
* CPU prefetch emulation (the "compatible" setting).
* some 2.0+ filesystem packets
* text-based UI (should compile again)
* some other parts
- People like me who liked the old command line options better can now use
(most of) them again.
User-visible changes in 0.8.9:
- The filesystem emulation should be able to emulate an Amiga FS more
accurately. Script/Pure bits and filenotes are kept.
- Patrick Ohly contributed SCSI support (currently Linux only) that allows
you to (e.g.) use CD writers with the emulator.
The package has ben changed to use the NetBSD sound driver instead of oss.
|
|
|
|
|
|
Add definitions to the environment on Solaris so that xpm is found.
Make the dependency on egcs for Solaris a build dependency.
Re-calculate patch checksums.
|
|
- Modify webnocol.cgi to find traceroute in /usr/sbin
- Install the images and audio files in $PREFIX/share/nocol for later use
|
|
the new libtool takes care of everything for us.
|
|
|
|
|
|
interfaces so we can compile netconsole on NetBSD-current again.
On a lighter note - lose two previous patches that are now in the main dist.
Release Notes
nocol v4.3.1 (Mar 2000)
Minor release to fix patches.
1. portmon.c » Missing close() left too many file descriptors
» Now running check_resp() after receiving EOF from the remote host.
Should fix problem of receiving data with no \n in entire data stream.
2. snmpgeneric » Allow specifying client port number
(joe@hole-in-the.net)
» Sets MIBFILE_v2 variable also for the mib file
3. webnocol.cgi Small fix to prevent possible loop.
4. nocollib.pl Changed 'ps' to '/bin/ps'
5. hostmon-client Changed 'ps' to '/bin/ps'
nocol v4.3 (Jan 2000)
1. Configure Added support for Rhapsody (jrowan@mandli.com) and BSDI
4.0
Detect 'whoami' for Solaris
2. armon, nrmon Handle different levels for registered and
unregistered routes.
Removes unregistered route status before deleting all knowledge
(frank@ansto.gov.au)
3. bpmon Fixed bug in parsing of bootptest
4. bsdsignal.c Restores old sigusr1 (dbird@varadm.com)
5. ciscomon Change in message for 'Inlet temperature'
6. cmu-snmp New CMU snmp library
7. etherload Changed includes to allows glibc and older libc in
linux.c
8. genweb.pl Fixed Y2K issue; added additional sounds
(jonz@netrail.com)
9. hostmon Patches for using 'scp' in addition to rcp/telnet
(frank@ansto.gov.au).
Changed regex for parsing of data lines. Now using split instead of
regex for $thresindex{}. Put a '^' in all the regexs in the config
file. Fixed bug with DFspace parsing.
10. hostmon-client Strip comments from mqueue output.
Allow running a 'local' file if it exists (frank@ansto.gov.au)
$port shoud be set AFTER getservbyname().
Added support for qmail
Detect ps flags
11. hostmon-clients/* Ignore NFS mounts. Look at NFS timeouts on
Solaris. Run iostat with time interval, Pagein/pageout code in linux
(-frank@ansto.gov.au). Fixed pstat in hostmon.osf1
(durrell@innocence.com)
12. keepalive_monitor Bug which kept old processes around
(avoltmer@replaytv.com)
13. logstats Added -r option (ornstedt@sonera.se)
14. mknrmon Create config file for novell routes (frank@ansto.gov.au)
15. modemmon Added conditionals to support use of 'finger' instead of
'telnet'
16. multiping Added -n option to not use DNS (nscd was slowing down
multiping)
17. ndaemon Added new Tcl/Tk interface for X-windows (lwl@godlike.com)
18. netconsole Added -T <termtype> on command line
(frank@ansto.gov.au)
Starts up without prompting if known good terminal type
19. noclogd Was creating error file in etcdir, changed to PIDDIR for
consistency
20. nocol C library event_to_logstr() fixed (dbird@varadm.net)
21. nocollib.pl Added return 1 at end of library. Fixed bug in
detecting $PSCMD. Support for BSDI 4.0 socket structures in perl
libraries. Now using send() and not syswrite(). Retry opening socket
if send fails.
22 notifier.pl $repeat was not working, fixed.
23 perlnocol Makefile.mid now extracts $event_t from
show_nocol_struct_sizes and edits nocollib.pl
24. portmon Bug in testing 'connect' only sites (paulg@apnic.net)
Now uses nonblocking sockets to process many sites in parallel
properly.
Added QUIT and SIMULCONNECT keywords.
Changed array to linked list to allow unlimited number of hosts to
monitor.
25. radiusmon Fixed bugs in port insertion (see rcslog)
26. smbmon New monitor for SMB routes (frank@ansto.gov.au)
27. snmpgeneric Replacement for snmpmon (elanda@comstar.net)
28. trapmon Complete rewrite to use the new CMU snmp library. Also
fixed bug in cmu-snmp/parse.c for() loop.
29. upsmon Monitor UPSs (frank@ansto.gov.au)
30. utility/Makefile Replace '@' with \@ in mail addresses.
31. webnocol.cgi Bug fix to strip trailing siteserverID in http
cookie. Handle IP addresses in nslookup (frank@ansto.gov.au).
Clean up $siteaddr before executing (limfung@pacific.net.sg)
|
|
|