summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-01Sync w/ PEACE repository.minoura6-36/+50
2001-03-01use 2.5.1p2.itojun2-4/+4
20010301 - (djm) Properly add -lcrypt if needed. - (djm) Force standard PAM conversation function in a few more places. Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai <nalin@redhat.com> - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen <vinschen@redhat.com> - (djm) Released 2.5.1p2 20010228 - (djm) Detect endianness in configure and use it in rijndael.c. Fixes "Bad packet length" bugs. - (djm) Fully revert PAM session patch (again). All PAM session init is now done before the final fork(). - (djm) EGD detection patch from Tim Rice <tim@multitalents.net> - (djm) Remove /tmp from EGD socket search list 20010227 - (bal) Applied shutdown() patch for sftp.c by Corinna Vinschen <vinschen@redhat.com> - (bal) OpenBSD Sync - markus@cvs.openbsd.org 2001/02/23 15:37:45 [session.c] handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients - (bal) sshd.init support for all Redhat release. Patch by Jim Knoble <jmknoble@jmknoble.cx> - (djm) Fix up POSIX saved uid support. Report from Mark Miller <markm@swoon.net> - (djm) Search for -lcrypt on FreeBSD too - (djm) fatal() on OpenSSL version mismatch - (djm) Move PAM init to after fork for non-Solaris derived PAMs - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller <markm@swoon.net> - (djm) Fix PAM fix - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This change is being made as 2.5.x configfiles are not back-compatible with 2.3.x. - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller <markm@swoon.net> - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice <tim@multitalents.net> - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice <tim@multitalents.net> 20010226 - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again. - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics. Based on patch from Tim Rice <tim@multitalents.net> 20010225 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile Patch from Adrian Ho <lexfiend@usa.net> - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every platform defines u_int64_t as being that. 20010224 - (bal) Missed part of the UNIX sockets patch. Patch by Corinna Vinschen <vinschen@redhat.com> - (bal) Reorder where 'strftime' is detected to resolve linking issues on SCO. Patch by Tim Rice <tim@multitalents.net> 20010224 - (bal) pam_stack fix to correctly detect between RH7 and older RHs. Patch by Pekka Savola <pekkas@netcore.fi> - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with some platforms. - (bal) Generalize lack of UNIX sockets since this also effects Cray not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com> 20010223 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell <tell@telltronics.org> - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi> - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice <tim@multitalents.net> 20010222 - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com> - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net> - (bal) Removed reference to liblogin from contrib/README. It was integrated into OpenSSH a long while ago. - (stevesk) remove erroneous #ifdef sgi code. Michael Stone <mstone@cs.loyola.edu> 20010221 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform. - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice <tim@multitalents.net> - (bal) Reverted out of 2001/02/15 patch by djm below because it breaks Solaris. - (djm) Move PAM session setup back to before setuid to user. fixes problems on Solaris-drived PAMs. - (stevesk) session.c: back out to where we were before: - (djm) Move PAM session initialisation until after fork in sshd. Patch from Nalin Dahyabhai <nalin@redhat.com> 20010220 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and getcwd.c. - (bal) OpenBSD CVS Sync: - deraadt@cvs.openbsd.org 2001/02/19 23:09:05 [sshd.c] clarify message to make it not mention "ident"
2001-03-01update to 1.3.19 with IPv6 patch.itojun3-14/+29
--- from apache/Announcements Apache 1.3.19 Major changes The primary security fix is: * The default installation could lead mod_negotiation and mod_dir or mod_autoindex to display a directory listing instead of the multiview'ed index.html.* files, if a very long path was created artificially by using many slashes. Now 403 FORBIDDEN is returned. The bug fixes are: * The ServerRoot directive now removes trailing slashes. * Restore functionality broken by the mod_rewrite security fix: The mod_rewrite string arithmetic is corrected for rewrite map. * Some possible segfault conditions have been fixed. * Under certain circumstances, Apache did not supply the right response headers when requiring authentication. The main new features include: * New configuration error reporting if the UserDir argument is set to a relative path on Win32 or Netware [which do not support home directories], or a relative path on any platform if that path includes the '*' username substitution. Selected new features that relate to Windows platforms: * Apache on Win9x now ensures the service is stopped before removal. * Test httpd.conf (-t) now holds the console open on "SYNTAX OK". * Apache/Win32 no longer holds open the console on error unless it was invoked from a shortcut with the -w option. * mod_user was significantly refactored to assure that the UserDir directive is parsed effectively the same across platforms, fixing a UserDir bug introduced in 1.3.17 on the Win32 platform. Selected new features relating to other platforms: * Netware problems with file extension truncatation are resolved. * Netware recognizes the SERVER/VOLUME:/PATH/FILE filename pattern. * Netware mod_tls properly disables nagle for SSL connections, and properly negotiates SSL based on the port. * Startup and Shutdown issues were addressed on TPF.
2001-03-01Really fix the previous problem.jtb2-4/+4
2001-03-01gcc installs a few extra files on sparc:hubertf1-1/+9
/usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtbegin.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtbeginS.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtend.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtendS.o Make sure they find their way into PLIST
2001-03-01Correct the location of the `ctpp' preprocessor in the `telakka' script.jtb4-25/+16
2001-03-01Add LIBGCC_SPEC definition taken fromjlam2-8/+14
gnusrc/gnu/dist/toolchain/gcc/config/netbsd.h
2001-02-28Minimize differences between gcc/Makefile and pgcc/Makefile.jlam2-4/+4
2001-02-28Make comment for ONLY_FOR_PLATFORM a bit more generic and reorder thejlam1-4/+4
platforms so that NetBSD comes first (just because ;)
2001-02-28Use ${PKGLOCALEDIR} to determine the location of the installed locale files.jlam5-21/+22
2001-02-28Make this pkg work on NetBSD/sparc.hubertf8-1091/+263
Patches contributes by Michael Rauch <mrauch@fs.tum.de> in PR 12299
2001-02-28"modern (1994) workstations" -> "modern workstations".jtb1-1/+1
2001-02-28Add and enable telajtb1-1/+2
2001-02-28Initial import of tela:jtb13-0/+445
Tela (TEnsor LAnguage) is a scientific computing language and environment. It is mainly targeted for prototyping large-scale numerical simulations and doing pre- and postprocessing for them, and it replaces a compiled language like C++ or Fortran in this respect. The feature set is therefore biased to operations needed in partial differential equation solvers. A relatively complete graphics is included via a separate program (PlotMTV). Tela uses HDF format as native save/load format. It can also read/write Matlab binary files and some ASCII files. Tela is generally 2-4 times faster than Matlab, the extremeties encountered so far are 0.9-11. Even though Tela is mainly a prototyping and development environment, modest-size 2D simulations can be run in modern (1994) desktop workstations while preserving "interactive" response times. Only large 2D or 3D simulations must usually be coded in C or Fortran and run on supercomputers.
2001-02-28Add and enable hdfjtb1-1/+2
2001-02-28Initial import of hdf: NCSA Hierarchical Data Formatjtb17-0/+513
HDF is a multi-object file format that facilitates the transfer of various types of scientific data between machines and operating systems. HDF allows self-definitions of data content and easy extensibility for future enhancements or compatibility with other standard formats. HDF includes Fortran and C calling interfaces, and utilities to prepare raw image of data files or for use with other NCSA software. The HDF library contains interfaces for storing and retrieving compressed or uncompressed 8-bit and 24-bit raster images with palettes, n-Dimensional scientific datasets and binary tables. An interface is also included that allows arbitray grouping of other HDF objects.
2001-02-28Restore old numbering scheme for libraries on Solaris as discussed onskrll4-44/+15
tech-pkg.
2001-02-28Revert previous change it didn't work. Instead force the inclusion of askrll3-36/+30
CC tag configuration so that --tag=CC works.
2001-02-28Honor CFLAGS passed in from environment.jlam1-1/+2
2001-02-28Replace some hardwired /usr/local's in some files with ${PREFIX}.wiz1-2/+8
Bump version to 0.62.1nb1. Solves pkg/12021.
2001-02-28Update to 1.2, provided by Dieter Baron.wiz9-139/+141
Changes: new sfv were not zero padded; handle ' ' and '_' the same in insensitive matching.
2001-02-28[Re-import after typo in previous]hubertf7-0/+202
Add wminet-1.2: Once a second, the network interfaces are queried for the amount of data that was exchanged. The data from the selected interface is drawn in the graph. As data is sampled, the scale of the graph will change and is set to the maximum value seen in the data "window". The value of the maximum data rate (in bytes per second) is displayed in the lower left corner. A K or M is appended to the data rate for kilobytes or megabytes, respectively. You can cycle through the configured network interfaces by clicking the mouse on the interface name. There is also a command line option to specify which interface should be displayed first. Contributed by Thomas Runge <coto@core.de> on IRC.
2001-02-28add & enable wminethubertf1-1/+2
2001-02-28Use seperate package list for Solaris.tron2-1/+39
2001-02-28Update to 4.55_Watatat2-5/+5
2001-02-28Since ipadic package depends on chasen-base's command when generatingtaca1-2/+2
dictonaries, BUILD_DEPENDS instead of DEPENDS.
2001-02-28Specify dictionary directory explicitly. Since a configuration file andtaca2-1/+15
dictionary files dosen't place same directory now. I'll report this problem to chasen development team.
2001-02-28Update to 0.7004 per pkg/11595 by Damon Brodie. Bugfix release.wiz2-5/+5
2001-02-28Update to 2.29, per pkg/11599 by Damon Brodie.wiz2-4/+4
ChangeLog not available.
2001-02-28Update to 3.02, per pkg/11601 by Damon Brodie. Bugfix release.wiz2-4/+4
2001-02-28Update to 3.60, per pkg/11603 by Damon Brodie.wiz2-6/+6
Changes: Translation can now be enabled on a per ASN.1 basis; FSM event loop prioritizes SNMP responses over other actions; added examples.
2001-02-28Update the package to 2.91 (PKGNAME 2.910 because previous was 2.901),wiz2-5/+5
per pkg/11605 by Damon Brodie (but with a newer version of the package). Changes: cache improvements, portability fixes, and some bugfixes.
2001-02-28Update to 5.39, per pkg/11611 by Damon Brodie.wiz2-5/+5
Changes to 5.38: timezone fixes, changes to 5.37 unknown.
2001-02-28Updated the pkg to 1.11, prompted by pkg/11798.wiz2-5/+5
Changes: Bugfixes, log sessions to files, more debug options, and more.
2001-02-28Update tkcvs to 6.4, supplied by Ingolf Steinbach in pkg/11896.wiz6-115/+160
Prominent changes: cvs annotate/log support, new graphical module browser, tcl'ized rm/mv/cp/awk calls, and lots of others, as well as bugfixes.
2001-02-28replace metalab by MASTER_SITE_SUNSITEwiz1-2/+2
2001-02-28Replace metalab URLs by MASTER_SITE_SUNSITE (even though the distfileswiz3-8/+8
are currently not there)
2001-02-28whitespace fixwiz1-2/+2
2001-02-28Remove a bogus line and a deprecated one, and move a line for pkglint.wiz1-5/+4
2001-02-28Whitespace fix, and move a line for pkglint.wiz1-3/+3
2001-02-28$() -> ${}wiz1-3/+3
2001-02-28remove deprecated MIRROR_DISTFILE (the correct replacements hadwiz2-4/+2
been added already)
2001-02-28update IPv6 patch. corrects minor typos.itojun2-4/+4
2001-02-28whitespace fixeswiz8-16/+13
2001-02-28chown, chmod -> ${CHOWN}, ${CHMOD}wiz2-8/+8
2001-02-28We want RCS Ids in the patches.wiz14-0/+14
This is one of the things pkglint checks, so _please_ use it.
2001-02-28Fall back to the default configuration when unable to infer a tag.skrll4-14/+38
This helps with c compilers that libtool doesn't recognise. Bump the revision.
2001-02-28Use "ftp.fu-berlin.de" as german mirror because newer sendmail versiontron1-2/+2
appear there earlier than on "ftp.cert.dfn.de".
2001-02-28upgrade to 9.2.0s20010214.itojun11-88/+17
741. [port] Support openssl-engine. [RT #709] 740. [port] Handle openssl library mismatches slightly better. 739. [port] Look for /dev/random in configure, rather than assuming it will be there for only a predefined set of OSes. 738. [bug] If a non-threadsafe sdb driver supported AXFR and received an AXFR request, it would deadlock or die with an assertion failure. [RT #852] 737. [port] stdtime.c failed to compile on certain platforms. 736. [func] New functions isc_task_{begin,end}exclusive(). 735. [doc] Add BIND 4 migration notes. 734. [bug] An attempt to re-lock the zone lock could occur if the server was shutdown during a zone tranfer. [RT #830] 733. [bug] Reference counts of dns_acl_t objects need to be locked but were not. [RT #801, #821] 732. [bug] Glue with 0 TTL could also cause SERVFAIL. [RT #828] 731. [bug] Certain zone errors could cause named-checkzone to fail ungracefully. [RT #819] 730. [bug] lwres_getaddrinfo() returns the correct result when it fails to contact a server. [RT #768] 729. [port] pthread_setconcurrency() needs to be called on Solaris. 728. [bug] Fix comment processing on master file directives. [RT# 757] 727. [port] Work around OS bug where accept() succeeds but fails to fill in the peer address of the accepted connection, by treating it as an error rather than an assertion failure. [RT #809] 726. [func] Implement the "trace" and "notrace" commands in rndc. 725. [bug] Installing man pages could fail. 724. [func] New libisc functions isc_netaddr_any(), isc_netaddr_any6(). 723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver to return DNS_R_SERVFAIL. [RT #783] 722. [func] Allow incremental loads to be canceled. 721. [cleanup] Load manager and dns_master_loadfilequota() are no more. 720. [bug] Server could enter infinite loop in dispatch.c:do_cancel(). [RT #733] 719. [bug] Rapid reloads could trigger an assertion failure. [RT #743, #763] 718. [cleanup] "internal" is no longer a reserved word in named.conf. [RT #753, #731] 717. [bug] Certain TKEY processing failure modes could reference an uninitialized variable, causing the server to crash. [RT #750] 716. [bug] The first line of a $INCLUDE master file was lost if an origin was specified. [RT #744] 715. [bug] Resolving some A6 chains could cause an assertion failure in adb.c. [RT #738] 714. [bug] Preserve interval timers across reloads unless changed. [RT# 729] 713. [func] named-checkconf takes '-t directory' similar to named. [RT #726] 712. [bug] Sending a large signed update message caused an assertion failure. [RT #718] 711. [bug] The libisc and liblwres implementations of inet_ntop contained an off by one error. 710. [func] The forwarders statement now takes an optional port. [RT #418] 709. [bug] ANY or SIG queries for data with a TTL of 0 would return SERVFAIL. [RT #620] 708. [bug] When building with --with-openssl, the openssl headers included with BIND 9 should not be used. [RT #702] 707. [func] The "filename" argument to named-checkzone is no longer optional, to reduce confusion. [RT #612] 706. [bug] Zones with an explicit "allow-update { none; };" were considered dynamic and therefore not reloaded on SIGHUP or "rndc reload". 705. [port] Work out resource limit type for use where rlim_t is not available. [RT #695] 704. [port] RLIMIT_NOFILE is not available on all platforms. [RT #695] 703. [port] sys/select.h is needed on older platforms. [RT #695] 702. [func] If the address 0.0.0.0 is seen in resolv.conf, use 127.0.0.1 instead. [RT #693] 701. [func] Root hints are now fully optional. Class IN views use compiled-in hints by default, as before. Non-IN views with no root hints now provide authoritative service but not recursion. A warning is logged if a view has neither root hints nor authoritative data for the root. [RT #696] 700. [bug] $GENERATE range check was wrong. [RT #688] 699. [bug] The lexer mishandled empty quoted strings. [RT #694] 698. [bug] Aborting nsupdate with ^C would lead to several race conditions. 697. [bug] nsupdate was not compatible with the undocumented BIND 8 behavior of ignoring TTLs in "update delete" commands. [RT #693] 696. [bug] lwresd would die with an assertion failure when passed a zero-length name. [RT #692] 695. [bug] If the resolver attempted to query a blackholed or bogus server, the resolution would fail immediately.
2001-02-28makeinfo generates a libtool.info-5 now, too, so add it.jlam1-1/+2