Commit graph

46111 commits

Author SHA1 Message Date
jschauma
25af0e9fdd Update sun-j*14 to Sun 1.4.2. This version of the JDK requires a
-current kernel from at least 2003-08-09.  Previous 1.4.1 versions
never really worked all that well and needed special kernel options
as well as a -current kernel from that date, so updating to 1.4.2
is better than keeping both.

A complete list of changes from previous 1.4 JDKs is available at
http://java.sun.com/j2se/1.4.2/changes.html
2003-08-13 03:29:53 +00:00
simonb
5e3b9480d3 Note update of adzap to version 20030811:
- Add more ad patterns.
 - Hooks to get the printer-friendly version of some pages (disabled
   by default, controlled by STUBURL_PRINT in adzap.conf).

Note: adds the new STUBURL_PRINT variable; users should update to the
latest adzap.conf as shown in the install message.
2003-08-13 03:06:47 +00:00
simonb
25140e1e86 Update to version 20030811:
- Add more ad patterns.
 - Hooks to get the printer-friendly version of some pages (disabled
   by default, controlled by STUBURL_PRINT in adzap.conf).

Note: adds the new STUBURL_PRINT variable; users should update to the
latest adzap.conf as shown in the install message.
2003-08-13 03:05:48 +00:00
kristerw
e90fdc97c0 Note update of ast-ksh and static-ast-ksh to 20030724. 2003-08-12 23:33:24 +00:00
kristerw
9ba443237d Update ast-ksh (and static-ast-ksh) to version 20030724.
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-12 23:28:58 +00:00
seb
44767250c1 Note update of security/ssh2 and security/ssh2-nox11 to version 3.2.5
[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-12 20:42:02 +00:00
seb
80a933c3a6 Note update of math/grace to version 5.1.12 [couple of new features
and bug fixes]
2003-08-12 20:36:56 +00:00
seb
f493c9b3ab Ooops forgot to remove PKGREVISION... 2003-08-12 20:35:32 +00:00
seb
4e4c7e8ed6 Update to version 5.1.12.
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-12 20:32:54 +00:00
seb
4df2011bd4 Provide buildlink2.mk. 2003-08-12 20:10:34 +00:00
seb
59d2eb59ec Update to version 3.2.5
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-12 19:08:55 +00:00
kristerw
89aeb14e54 Make this build on arm by instantiating Vector<size_t>. 2003-08-12 18:20:31 +00:00
jschauma
a0dc42be18 Note update of sun-j*13 to 1.0.9 2003-08-12 16:39:24 +00:00
jschauma
8f03bdf914 Update Sun's JRE and JDK 1.3.1 to latest 1.3.1_09 (or, as we call it,
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-12 16:37:04 +00:00
reed
df3a348443 Fix typo (log->lot). And remove "NetBSD" because it is not
NetBSD-specific. And remove brief description.
2003-08-12 16:27:19 +00:00
seb
ebd9436f7b Remove duplicate .PHONY. 2003-08-12 15:55:21 +00:00
seb
385805cf60 print-PLIST target change:
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-12 15:51:29 +00:00
seb
6baa7c1a79 As is clean-depends-list is subject to dependencies loops (uncovered
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-12 14:55:42 +00:00
seb
cb9090cc72 A somewhat recent makeinfo is needed.
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-12 14:15:38 +00:00
grant
2716c2447f s/Irc/IRC/ in COMMENT. 2003-08-12 13:38:54 +00:00
drochner
0637fa6fa7 install header too, pointed out by mrg 2003-08-12 13:26:23 +00:00
recht
5d2b9d325b Fix build for systems without perl installed.
Remove MESSAGE. (As discussed on packages@).
2003-08-12 12:23:49 +00:00
grant
ac87db1d30 mark sed on Solaris as having a suitable replacement, eliminating the
circular dependency on GNU sed until this is addressed properly.
2003-08-12 11:39:46 +00:00
agc
4770eca72e In the print-PLIST target, split the expressions fed to sed(1) into two
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 11:35:03 +00:00
wiz
2a8db4cfa3 + distcc-2.10, elm-me-2.4pl105, libmpeg3-1.5.3, magicpoint-1.10a
[pkg/22436], xmule-1.4.3.
2003-08-12 08:27:26 +00:00
jdolecek
441e938d58 use MASTER_SITE_SOURCEFORCE for MASTER_SITE
add USE_X11, replacing former USE_X11BASE removed in previous revision
2003-08-12 08:08:33 +00:00
wiz
d213f0cd7e Added xmms-alarm-0.3.3. 2003-08-12 07:13:25 +00:00
wiz
de08c04acd Add and enable xmms-alarm. 2003-08-12 07:12:47 +00:00
wiz
549de8dd99 Initial import of xmms-alarm, provided by Michal Pasternak in PR 21875.
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-12 07:10:07 +00:00
wiz
c5958f1704 s/ENV/SETENV/, from Todd Vierling in PR 22442. 2003-08-12 06:51:39 +00:00
jlam
21211ccaee Ensure that the program and manpage directories are created before
installing files into them.
2003-08-12 06:44:35 +00:00
recht
c708f437b7 py-soappy has been done. 2003-08-11 22:15:17 +00:00
recht
365a8496a5 Note update of py-soappy to 0.10.1 and py-google to google-0.5.2nb2. 2003-08-11 22:14:34 +00:00
recht
61c9079cd7 Fix this for the SOAPpy 0.10.1 update.
Bump PKGREVISION.
2003-08-11 22:08:33 +00:00
recht
ccf462f848 Update to 0.10.1.
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-11 22:07:17 +00:00
jmc
13f7624a4d Require native threads since this isn't pth aware and uses SDL which is pth
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-11 18:32:50 +00:00
jmc
d454c9fefd Use iconv's buildlink2.mk so this works on 1.6.x and -current 2003-08-11 18:27:27 +00:00
drochner
346df35f2c let's call it a day 2003-08-11 18:26:23 +00:00
drochner
d412a0e572 +lrmi 2003-08-11 18:18:00 +00:00
drochner
c6962832cc import lrmi-0.8 - the Linux Real Mode Interface for that misdesigned
thing people have as processors in their PCs
2003-08-11 18:13:50 +00:00
jdolecek
5b646d8d9c this really doesn't need to be installed into X11BASE, so change to USE_X11
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-11 17:28:20 +00:00
wiz
4fc5371add Replace inclusion of a file that just contains
.include "../../mk/bsd.pkg.mk"
with that line instead.
2003-08-11 17:27:55 +00:00
jdolecek
3e0ebd9724 use MASTER_SITE_SOURCEFORGE for MASTER_SITE definition, and long
line wrapping
suggested by Juan RP in PR pkg/22440
2003-08-11 17:25:04 +00:00
seb
6a89cb7e86 Note update of mail/mailcrypt to version 3.5.8.
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-11 15:59:09 +00:00
seb
5fde0e5819 Update to version 3.5.8.
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-11 15:57:42 +00:00
drochner
19571dd24e add that zope stuff 2003-08-11 15:32:49 +00:00
drochner
061f446ddd import zope25-BackTalk-0.3, a tool for collaborative editing and
commenting on book-like content
2003-08-11 15:25:03 +00:00
drochner
2f7e9fc38d import zope25-MailManager-0.94, a mail management and issue tracking
system
2003-08-11 15:22:24 +00:00
drochner
430de2925b import zope25-StripoGram-1.4, a tool to get selected HTML components
out of a document
2003-08-11 15:20:38 +00:00
drochner
9da37e78db import zope25-CookieCrumbler-1.1, a helper for Cookie-based authentication 2003-08-11 15:19:07 +00:00