summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-12Update ast-ksh (and static-ast-ksh) to version 20030724.kristerw3-7/+20
Changes since 20030621: * A bug in which could cause memory corruption when a posix function invoked another one has been fixed. * A bug in which a file descriptor>2 could be closed before executing a script has been fixed. * A parsing error for <() and >() process subsitituions inside command substitution has been fixed. * A parsing error for patterns of the form {...}(...) when used inside ${...} has been fixed. * An error in which expanding an indexed array inside a compound variable could cause a core dump has been fixed. * A bug in which under on rare ocassions a job completion interrupt could cause to core dump has been fixed. * A bug in which process substitution embeded within command substitution would generate a syntax error has been fixed. This update does also fix the build problems on NetBSD-current reported by Steven M. Bellovin in PR pkg/22422.
2003-08-12Note update of security/ssh2 and security/ssh2-nox11 to version 3.2.5seb1-1/+3
[couple of new features and bug fixes since last packaged version _and_ 3.2.5 is a security fix release for nearly all releases, you should update!]
2003-08-12Note update of math/grace to version 5.1.12 [couple of new featuresseb1-1/+2
and bug fixes]
2003-08-12Ooops forgot to remove PKGREVISION...seb1-2/+1
2003-08-12Update to version 5.1.12.seb3-110/+115
Package changes: - add support for XmHTML. - sort PLIST. Changes since version 5.1.10 below. 5.1.12 Functionality * [MO] implemented zooming and scrolling of log plots Parser * [ES] added INT(x,y) evaluating integral value of y dx * [ES] added RSUM(vexpr) - running sum Bug fixes * [ES] fixed memory corruption when reading in block data (rep. #1258). The bug was introduced in 5.1.11 * [ES] fixed a couple of tiny memory leaks associated with loading block data * [ES] fixed crash in histogram and interpolation dialogs with multiple sets selected (rep. #1259) * [TO] signal issues with the grace_np library fixed (rep. #1270) * [ES] implied references to current graph in parser might crash Grace if the graph didn't exist (including reps. #886 and #1267) * [ES] removed extraneous accent glyphs in the 0x9? range of IsoLatin1 and IsoLatin2 encodings (including rep. #1269) * [MO] IsoLatin7 encoding file wasn't installed by "make install" * [ES] entering negative values of set symbol skip could crash Grace (rep. #1276) 5.1.11 Functionality * [ES] hotlinks now work for all set types (rep. #572) * [ES] updating hot-linked sets now works for all graphs, not the current one only * [YZ] added encoding files for Russian codepages koi8-r and cp1251 and for Ukrainian codepage koi8-u Interface * [ES] use "+"/"-" instead of "shown"/"hidden" in the graph selectors Parser * [ES] added UPDATEALL command, equivalent of "View/Update all" Drivers * [ES] set resolution in the PNG output (rep. #1225) Portability/Compilation * [ES] updated auto* stuff to work with autoconf-2.5.* (rep. #1199) Bug fixes * [SR] precision used for special tick locations was insufficient (rep. #1228) * [ES] referring to "S_" in the parser with no sets in the current project crashed the app * [ES] GraceIsOpen() from the grace_np library returned true after the Grace process exited (rep. #922) * [ES] excluded .cvsignore files from source tarballs (rep. #1248) * [ES] a minor memory leak fixed (40 bytes per set import/reading in) * [ES] configure --with=f77=/absolute/path/to/f77 was broken (rep. #1243) * [ES] in XY charts, explicitly check that abscissas of all sets are the same
2003-08-12Provide buildlink2.mk.seb1-0/+40
2003-08-12Update to version 3.2.5seb11-275/+520
Previous versions have a security issue. Please update! Thanks to gendalia@ for testing. Changes since version 3.2.2: 2003-05-09 Sami J. Lehtinen <sjl@ssh.com> * ssh-3.2.5. * Fixed a critical security bug with RSA signature verification. Mitigating factors: DSA is used by default (not vulnerable). Also, the attack requires that attacker has the public key and the attacker needs to precompute the signature data so, that it looks like a valid PKCS#1 signature. This is a non-trivial task to perform without the private key. Nonetheless, all users should update their servers and clients as soon as convenient. Workarounds are to not use RSA keys as host keys (though connecting to existing hosts with RSA hostkeys poses a serious risk with a vulnerable client), and disabling publickey authentication. Update your clients and servers. 2003-04-22 Sami J. Lehtinen <sjl@ssh.com> * ssh-3.2.4. * sshd2: Binary (generated by us) is tagged as a "supported binary" for SecurID. (no actual code changes) * Previous: ssh-3.2.3.1. 2003-02-06 Sami J. Lehtinen <sjl@ssh.com> * sftp2 (etc): Fixed a bug with readline jamming when pressing backspace (etc) on AIX and some other platforms. 2003-01-12 Sami J. Lehtinen <sjl@ssh.com> * ssh-3.2.3. 2003-01-03 Sami J. Lehtinen <sjl@ssh.com> * scp2: Removed broken special handling for SIGHUP, so that "nohup" can again work. * ssh2: Check whether we should ignore SIGQUIT, SIGINT, and do so, if necessary. Thanks for J. Schilling for pointing this one out. * ssh-add2: Make sure fgets() from pipe to ssh-askpass2 recovers from if interrupted by signal, i.e. SIGCHLD. * ssh2 (lib/sshsession/sshtty.c): As entry above, but for tcsetattr(). * During "make install", use default size of key instead of hardcoded 1024 when generating hostkey. 2002-12-18 Sami J. Lehtinen <sjl@ssh.com> * scp2,sftp2: Print progress output to stdout, to make it distinguishable from errors in cron jobs etc. 2002-12-17 Sami J. Lehtinen <sjl@ssh.com> * apps/ssh/sshchsession.c: Fixed a bug which caused sshd2 child server to jam occasionally after logging an event, if nsswitch had been configured to use LDAP. 2002-12-13 Sami J. Lehtinen <sjl@ssh.com> * sshd2: Previous (by Tomi Mickelsson): Fixed a bug where specifying a local forwarding endpoint as an IP-address which was unresolvable would result in a crash. 2002-12-12 Sami J. Lehtinen <sjl@ssh.com> * scp2: Fixed a bug/missing feature from scp2. It now reports information also when run when there is no tty. Also implemented --statistics=[no,yes,simple], where "yes" is old-style, "no" is analogous to "-Q" command-line option, and "simple" is the way the statistics are printed when there is no tty (no intermittent reporting, file size, transfer time and full file name are printed after the transfer for the specific file is finished). 2002-12-11 Sami J. Lehtinen <sjl@ssh.com> * ssh-keygen2: respect "-P" and "-p" options when converting ssh1-keys. 2002-12-10 Sami J. Lehtinen <sjl@ssh.com> * lib/sshutil/sshcore/sshdebug.c: Fixed a compilation problem manifested on older AIX and debugging enabled (as is default). * scp2: You can now specify the newline convention when using the "-a" option. See manual page scp2(1). 2002-11-08 Sami J. Lehtinen <sjl@ssh.com> * Removed ssh-pubkeymgr and ssh-chrootmgr from the distribution (they didn't work too well). * apps/ssh/lib/sshproto/trcommon.c: Fixed a crash if hostkey algorithms or kex-methods couldn't be negotiated. 2002-11-05 Sami J. Lehtinen <sjl@ssh.com> * lib/sshapputil/sshuserfile.c: Changed to use lib/sshsession/sigchld.c, instead of using wait() directly. This fixes the bug where the number of connections would slowly rise to the maximum when using MaxConnections and tcp-wrappers (it was a race-condition). * lib/sshsession/sigchld.c: Sigchld now keeps a list of recently exited children. This fixes a race condition, where the child process could exit before the mother process had registered a handler for it. * lib/sshsession: Fixed NetBSD 1.6 compilation. Also, NetBSD 1.6 supports openpty style ptys, so fixed check to actually detect them on NetBSD. Don't use utmpx on NetBSD, as it doesn't seem to work (at least not in the way we use it). * lib/sshsession/sshunixuser.c: Make sure we have room for the NULL pointer in the groups array. * ssh2 (ssh1-emulation): Fixed a bug, which in some cases caused an assertion failure later. 2002-10-29 Sami J. Lehtinen <sjl@ssh.com> * configure: Added /usr/X11R6/bin and /usr/X11/bin to search PATH for xauth to ease installation on pristine systems. 2002-10-22 Sami J. Lehtinen <sjl@ssh.com> * lib/sshutil/sshnet/sshtcp.c: (by Tomi Ollila) Fixed a bug with SOCKS handling. 2002-10-01 Sami J. Lehtinen <sjl@ssh.com> * lib/sshutil/sshpacketstream/sshpacketwrapper.c: (by Tomi Kause) Fixed a latent (in ssh2) bug, when writing to the stream from the received_cb. * lib/sshutil/sshnet/sshsocks.c: (by Tomi Ollila) Decode ipv6-mapped-ipv4-addresses when doing SOCKS4, as SOCKS4 only supports plain ipv4-addresses. * scp2: Implemented --overwrite, which controls whether to overwrite the destination file(s). Default is "yes", i.e. to overwrite. * scp2: Implemented interactive mode, i.e. you can make scp2 prompt you whether to overwrite an existing destination file. Works by giving --interactive (-I) on the command-line. 2002-08-15 Sami J. Lehtinen <sjl@ssh.com> * sshd2: Fixed a bug with originator-pat with ForwardACLs. 2002-08-02 Sami J. Lehtinen <sjl@ssh.com> * scp2, sftp2: Fixed a bug, which caused file transfer to stall, if trying to transfer a zero sized file with ascii transfer (newline mangling). 2002-07-21 Sami J. Lehtinen <sjl@ssh.com> * sftp2: Added option "S" and "r" to "ls" (for sorting by size and reversing the sort order, respectively). * sftp2: "ls" works much better now. Tab completion understand directories (appends a '/', for easier directory traversal). * sftp2, scp2: Extensive rewrite of SshFileCopy, and as a consequence, of both scp2 and sftp2 core functionality. 2002-06-13 Sami J. Lehtinen <sjl@ssh.com> * ssh2: Fixed a bug with one-shot forwarding.
2003-08-12Make this build on arm by instantiating Vector<size_t>.kristerw2-4/+4
2003-08-12Note update of sun-j*13 to 1.0.9jschauma1-1/+3
2003-08-12Update Sun's JRE and JDK 1.3.1 to latest 1.3.1_09 (or, as we call it,jschauma4-17/+15
sun-jre13-1.0.9 and sun-jdk13-1.0.9). A complete list of changes is available at http://java.sun.com/j2se/1.3/ReleaseNotes.html Bugs fixed in this release: readObject in java.net.URL fails to restore transient fields java_g -version throws Segmentation Fault in Linux Solaris/Intel: Synch test hangs trying to get to compiled code safepoint LINUX: process reaping is broken BigInteger(String, int) does not fail on multiple minus signs JCK1.4, api/java_net/... tests hang in "-Xprof -verbose -verify" mode, linux JVMPI_MONITOR_WAITED value returned is wrong Java HotSpot(TM) Client VM warning: Attempt to allocate stack guard pages failed JDK Downgrade Install: Java Plugin 1.4 Fatal Error incorrect localization for javac diagnostic in J2SE 1.3.1 JDK 1.3.1_07/1.4.1_02 - New ORBs create new threads forever 1.3.1_03] Infinite loop seems to happen in phaseX.cpp with -server JNI GetArrayElements fails with zero length arrays. 1.3.1 Escalation: JFileChooser: Access key Alt+o doesn't work for "ok" button 1.3.1 Escalation: JFileChooser: Key not working 1.3.1: Fix CDRInputStream.java optimization code to avoid chunk overflow errors Right borders missing in JMenuItem and JScrollbar in 1.3.1_0x behaviour of method changes after dynamic compilation occurs JVM crashes w/ SEGV when trying to execute Java code > 64 kB JVM crash while reading FVD described class JVM crashes trying to draw very small Arc2D pie fraction when antialiasing is on Backward compatibility - jni apps need to dereference bogus returned reference [1.3.1_04] JVM Crashes Bottom border missing in JComboBox. Applies to 1.3.1 only - ServerSocket's accept() throws unexpected SocketException
2003-08-12Fix typo (log->lot). And remove "NetBSD" because it is notreed1-6/+3
NetBSD-specific. And remove brief description.
2003-08-12Remove duplicate .PHONY.seb1-2/+1
2003-08-12print-PLIST target change:seb1-4/+5
Make COMMON_DIRS generating an awk script instead of sed expressions hence use awk instead of sed to deal with the mtree file. This get ride of the annoying 'sed: Too many commands' message making print-PLIST unusable with Solaris' seds.
2003-08-12As is clean-depends-list is subject to dependencies loops (uncoveredseb1-44/+2
by the loops introduced by tools.mk) causing make failures. But show-all-depends-dirs and show-all-depends-dirs-excl are not. So use show-all-depends-dirs-excl in clean-depends target and remove clean-depends-list altogether. Besides this remove a bit of clutter and redundancy from this already monstrous file.
2003-08-12A somewhat recent makeinfo is needed.seb1-1/+3
As suggested in PR pkg/22450 by <Ian dot Fry at sophos dot com>. But version 4.0 is good enough and this is what is available on the 1.6 branch.
2003-08-12s/Irc/IRC/ in COMMENT.grant2-4/+4
2003-08-12install header too, pointed out by mrgdrochner2-2/+4
2003-08-12Fix build for systems without perl installed.recht1-1/+2
Remove MESSAGE. (As discussed on packages@).
2003-08-12mark sed on Solaris as having a suitable replacement, eliminating thegrant1-6/+2
circular dependency on GNU sed until this is addressed properly.
2003-08-12In the print-PLIST target, split the expressions fed to sed(1) into twoagc1-11/+11
sets, so that this target will work on all native sed programs. The extra invocation gets lost in amongst all the other sort, grep, sed, and awk invocations that are there, and is a much more appealling prospect than installing GNU sed.
2003-08-12+ distcc-2.10, elm-me-2.4pl105, libmpeg3-1.5.3, magicpoint-1.10awiz1-3/+6
[pkg/22436], xmule-1.4.3.
2003-08-12use MASTER_SITE_SOURCEFORCE for MASTER_SITEjdolecek1-2/+3
add USE_X11, replacing former USE_X11BASE removed in previous revision
2003-08-12Added xmms-alarm-0.3.3.wiz1-1/+2
2003-08-12Add and enable xmms-alarm.wiz1-1/+2
2003-08-12Initial import of xmms-alarm, provided by Michal Pasternak in PR 21875.wiz5-0/+42
Changes: use SHLIBTOOL_OVERRIDE instead of obsolete LTCONFIG_OVERRIDE; fill PLIST (!); run pkglint and fix errors. This plugin allows your XMMS be used as an alarm clock. Various settings are available (like, for example, volume fading-in time).
2003-08-12s/ENV/SETENV/, from Todd Vierling in PR 22442.wiz1-2/+2
2003-08-12Ensure that the program and manpage directories are created beforejlam2-6/+8
installing files into them.
2003-08-11py-soappy has been done.recht1-2/+1
2003-08-11Note update of py-soappy to 0.10.1 and py-google to google-0.5.2nb2.recht1-1/+3
2003-08-11Fix this for the SOAPpy 0.10.1 update.recht6-27/+132
Bump PKGREVISION.
2003-08-11Update to 0.10.1.recht4-11/+63
This version contains many changes/fixes. among them: - Major Change: The huge file SOAPpy/SOAP.py (4,122 lines, 131K) has been split into 10 separate files: Client.py NS.py SOAPBuilder.py Utilities.py Config.py Parser.py Server.py Errors.py SOAP.py Types.py This should ease navigation and maintenance. - Added client support for WSDL, ported from ZSI by Mark Bucciarelli <mark@hubcapconsulting.com>
2003-08-11Require native threads since this isn't pth aware and uses SDL which is pthjmc1-1/+2
aware. This means SDL_Init tries to pth_init() which fails since pthread calls from paragui have already implicitly called pth_init(). XXX - pth probably needs to handle this better by not returning -1 on multiple init calls.
2003-08-11Use iconv's buildlink2.mk so this works on 1.6.x and -currentjmc1-2/+2
2003-08-11let's call it a daydrochner1-1/+11
2003-08-11+lrmidrochner1-1/+2
2003-08-11import lrmi-0.8 - the Linux Real Mode Interface for that misdesigneddrochner4-0/+29
thing people have as processors in their PCs
2003-08-11this really doesn't need to be installed into X11BASE, so change to USE_X11jdolecek1-6/+6
only and use PREFIX instead X11BASE as appropriate this makes this package xpkgwedge friendly, too Problem reported and fix provided in pkg/22440 by Juan RP
2003-08-11Replace inclusion of a file that just containswiz3-5/+4
.include "../../mk/bsd.pkg.mk" with that line instead.
2003-08-11use MASTER_SITE_SOURCEFORGE for MASTER_SITE definition, and longjdolecek1-3/+7
line wrapping suggested by Juan RP in PR pkg/22440
2003-08-11Note update of mail/mailcrypt to version 3.5.8.seb1-1/+2
Suggested by Greg Troxel <gdt at ir dot bbn dot com> in private mail. Changes summary since 3.5.6: Noteworthy changes in Mailcrypt version 3.5.8: * mc-remail.el updated to support modern remailers (as defined by MixMaster version 2.9b33, on sourceforge). Closes most of SF#583330. ** the 'Subject:' header is now put in the ## section instead of the :: section, so remailers should copy them into the final message. ** Use Anon-To: instead of Request-Remailing-To * fixed mc-gpg.el to cache passphrases by keyid instead of name; this will help users who have multiple secret keys with the same name but different passphrases. Closes Debian #161691. * less noteworthy changes: ** added copy of GPL, since mailcrypt is distributed separately from Emacs ** Added unit test for anonymous remailer support. Encrypting through a basic remailer chain can now be verified, if you have python and py-gnupg installed. ** docs: updated 'finger' addresses for remailer lists again, since they keep moving Noteworthy changes in Mailcrypt version 3.5.7: * Integration with the Mew mail client: added hooks to use in Mew summary, draft, and message buffers. Note that Mew handles PGP-MIME (RFC3156, "multipart/encrypted") messages by itself; this is just for traditional armored "in-line" encryption. * Gnus updates, now usable in summary buffer * Less noteworthy changes: ** Added a unit test framework. GnuPG decryption now has test coverage. ** GnuPG updates ** MH fix to handle latest versions of mh-e that use read-only message buffers ** Don't use hardwired /tmp directory, might fix some problems on NT.
2003-08-11Update to version 3.5.8.seb4-30/+11
Suggested by Greg Troxel <gdt at ir dot bbn dot com> in private mail. Changes summary since 3.5.6 below. Noteworthy changes in Mailcrypt version 3.5.8: * mc-remail.el updated to support modern remailers (as defined by MixMaster version 2.9b33, on sourceforge). Closes most of SF#583330. ** the 'Subject:' header is now put in the ## section instead of the :: section, so remailers should copy them into the final message. ** Use Anon-To: instead of Request-Remailing-To * fixed mc-gpg.el to cache passphrases by keyid instead of name; this will help users who have multiple secret keys with the same name but different passphrases. Closes Debian #161691. * less noteworthy changes: ** added copy of GPL, since mailcrypt is distributed separately from Emacs ** Added unit test for anonymous remailer support. Encrypting through a basic remailer chain can now be verified, if you have python and py-gnupg installed. ** docs: updated 'finger' addresses for remailer lists again, since they keep moving Noteworthy changes in Mailcrypt version 3.5.7: * Integration with the Mew mail client: added hooks to use in Mew summary, draft, and message buffers. Note that Mew handles PGP-MIME (RFC3156, "multipart/encrypted") messages by itself; this is just for traditional armored "in-line" encryption. * Gnus updates, now usable in summary buffer * Less noteworthy changes: ** Added a unit test framework. GnuPG decryption now has test coverage. ** GnuPG updates ** MH fix to handle latest versions of mh-e that use read-only message buffers ** Don't use hardwired /tmp directory, might fix some problems on NT.
2003-08-11add that zope stuffdrochner1-1/+7
2003-08-11import zope25-BackTalk-0.3, a tool for collaborative editing anddrochner4-0/+94
commenting on book-like content
2003-08-11import zope25-MailManager-0.94, a mail management and issue trackingdrochner4-0/+141
system
2003-08-11import zope25-StripoGram-1.4, a tool to get selected HTML componentsdrochner4-0/+39
out of a document
2003-08-11import zope25-CookieCrumbler-1.1, a helper for Cookie-based authenticationdrochner4-0/+46
2003-08-11import zope25-BTreeFolder2-0.5.0, a folder workalike optimized for speeddrochner4-0/+40
2003-08-11import zope25-Epoz-0.5.1, a wysiwyg editing componentdrochner4-0/+77
(uses Rich-Text-controls)
2003-08-11update to 0.7.3drochner3-7/+7
changes: It comes with improved performance, important bugfixes and a new set of toolbar Icons!
2003-08-11+py-mimelibdrochner1-1/+2