Commit graph

27371 commits

Author SHA1 Message Date
martti
5bdb9e242c Updated postfix to 1.1.5
- With patch 04, automatic change detection of DBM files was slightly
  broken (incremental updates would no longer be detected).  The
  fix is to use separate file handles for locking and for change
  detection.

- The trivial-rewrite server could dereference a dangling pointer
  after stripping a source route (@domain,domain:) from an address
  while append_at_myorigin=no. Although this setting is unsupported,
  Postfix should not SIGSEGV anyway.

- The SMTP server replied with 552 (too much mail) when rejecting
  mail content. The SMTP standard defines no reply code for this
  situation, but one could argue that 550 is more appropriate. And
  so it shall be.
2002-03-13 08:10:09 +00:00
jmc
38ac3ab61d Add logic so macppc will build wu-ftpd 2002-03-13 08:05:07 +00:00
hubertf
d91f40b832 Move documentation where it belongs.
Add paragraph "Setting up a sandbox for chroot'ed build" to
Packages.txt and xref it from do-sandbox-build script
2002-03-13 06:30:12 +00:00
wiz
42753fc182 Update mtr packages to 0.49. Changes since 0.42:
v0.49 Fix compilation problems on several platforms.
v0.48 Draw names in red (GTK) or bold (Curses) if host doesn't
      respond.
v0.47 Fixed a (believed-) non-exploitable bufferoverflow.
      Thanks Damian.
v0.46 Included patch to be able to specify outgoing interface
      address.
v0.45 People are pressuring me to release new versions with their
      changes. That's fine. Now this version just adds dynamic
      switching between numeric / dns names, and some minor
      stuff I forgot. This release serves as a code-sycn-release.
      new version with even more new stuff in about two weeks!
      I'm afraid I don't know how to fix the MaxOS-X compilation
      problems in the source. Help wanted...
v0.44 David Stone adds the "last" column to the gtk version.
v0.43 Compile fixes.
2002-03-13 02:16:11 +00:00
dmcmahill
daaf57e4e5 add and enable electric 2002-03-13 01:39:50 +00:00
dmcmahill
231ebb4c4f Import electric-6.05
-----

Electric is a sophisticated electrical CAD system that can handle
many forms of circuit design, including:
     Custom IC layout (ASICs), Schematic drawing, Hardware description
     language specifications, Electro-mechanical hybrid layout

Electric has these CAD operations:
     Design rule checking (3 options), Electrical rule checking,
     Simulation and simulation interface (12 options), Generation (3 options),
     Compaction, Compensation, Routing (4 options), VHDL compilation,
     Silicon compilation, Network consistency checking (LVS),
     Logical Effort analysis, Project Management

Electric handles these types of design:
     MOS (6 CMOS variations, 1 nMOS variation), Bipolar and BiCMOS,
     Schematics and printed circuits, Digital filters, Temporal logic, Artwork

Electric handles these file formats:
     CIF I/O, GDS I/O, EDIF I/O, DXF I/O, SDF Input,
     SUE Input, VHDL I/O, Verilog Output, EAGLE, PADS, and ECAD Output,
     PostScript, HPGL, and QuickDraw output
2002-03-13 01:39:18 +00:00
lukem
5d8fc94561 fix floating exception when the focus is "infinite" 2002-03-12 23:34:46 +00:00
jmc
7c2319fea9 Can't put source on cdrom's 2002-03-12 23:17:19 +00:00
jmc
e379bc0e88 Convert to RESTRICTED format 2002-03-12 22:30:10 +00:00
jmc
14e32c9494 Add appropriate RESTRICTED and NO_SRC/BIN lines 2002-03-12 22:25:18 +00:00
fredette
fa42098285 Add latd. 2002-03-12 22:23:00 +00:00
fredette
54046465ea New "latd" package supplied by Matt Fredette:
DEC Local Area Terminal (LAT) tools from the linux-decnet project.
2002-03-12 22:19:18 +00:00
tv
9ecf94c097 Add directory level "source" to MASTER_SITES. Only the newest version
(now 7.2, but I'm not in a position to upgrade the whole shebang yet) is
accessible directly form the top distro level.
2002-03-12 22:09:35 +00:00
jmc
1320d94a07 Any version of m4 before 1.5.3 has a bug where in certain conditions it'll add
0xff as the last byte of output. Pass the m4 output through tr to strip it.
2002-03-12 20:58:42 +00:00
hubertf
9e17b947e1 Update silc-client to 0.8.1. Changes:
* Merged Irssi 0.8.2 from irssi.org CVS.
 * Fixed the USERS command reply to save the user's mode on the channel
   as well.
 * Fixed JOIN command reply to check whether a client is on channel
   already and not join it twice.
 * The user mode (like server/router operator changes) is now shown on
   the Irssi SILC client's statusbar.
 * Fixed -S option parsing in Irssi SILC Client.  Contents of key files
   are shown again correctly.

Patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15886.
2002-03-12 20:54:16 +00:00
mjl
053d8140dd Update gnucash to 1.6.6
o Updated or new translations for Dutch, Norwegian, Russian, Greek,
    French, German, Portuguese, Azerbaijani Turkic, and Slovak
  o Tweaked the exchange rate calculation so that it will work in even
    more complicated cases, involving different Euroland and other currencies.
  o Added Edit Report Options hyperlink to warnings in reports.
  o Added workaround for Guppi barchart legend sorting
    (broken in Guppi 0.40.0 - 0.40.3).
  o Bug fixes
2002-03-12 19:02:28 +00:00
tron
e117625f81 Fix a double free error (probably a missmerge) in the include "zlib". 2002-03-12 17:35:31 +00:00
tron
4af9c657e8 Update "rsync" package to version 2.5.3. Changes since version 2.5.2:
- Make sure that supplementary groups are removed from a server
  process after changing uid and gid. (Ethan Benson) (Debian bug
  #132272, CVE CAN-2002-0080)
- Fix zlib double-free bug.  (Owen Taylor, Mark J Cox) (CVE
  CAN-2002-0059)
- Fixed problem that in many cases caused the error message
	unexpected read size of 0 in map_ptr
  and resulted in the wrong data being copied.
- Fixed compilation errors on some systems caused by the use of
  "unsigned int64" in rsync.h.
- Fixed problem on systems such as Sunos4 that do not support realloc
  on a NULL pointer; error was "out of memory in flist_expand".
- Fix for rsync server processes hanging around after the client
  unexpectedly disconnects.  (Colin Walters) (Debian bug #128632)
- Cope with BSD systems on which mkdir() will not accept a trailing
  slash.
- Merge in changes from zlib 1.1.2 to zlib 1.1.3.  (Note that
  rsync still uses a custom version of zlib; you can not just link
  against a system library.  See zlib/README.rsync)
- Command to initiate connections is only shown with -vv, rather
  than -v as in 2.5.2.  Output from plain -v is more similar to
  what was historically used so as not to break scripts that try
  to parse the output.
- Added --no-whole-file and --no-blocking-io options (Dave Dykstra)
- Made the --write-batch and --read-batch options actually work
  and added documentation in the man page (Jos Backus)
- If the daemon is unable to fork a child to accept a connection,
  print an error message.  (Colin Walters)
2002-03-12 16:02:56 +00:00
agc
93aca3b1ec Fix PR 15755 from Simon Burge (simonb@wasabisystems.com) properly.
When constructing the build version information, avoid problems
when there is a filename with an embedded space in the directory.

With thanks to Stoned Elipot for the practical help.
2002-03-12 15:40:24 +00:00
abs
1ad02f09c4 quote $@ correctly 2002-03-12 15:01:34 +00:00
martti
baaf4eab29 Updated suse_base to 6.4nb5
* Fixed libz problems
2002-03-12 11:08:39 +00:00
itojun
fdbcd8692a it seems that LP64 issue (alpha/sparc64) is gone. 2002-03-12 06:23:07 +00:00
wiz
2ce48bdc9e Install executable and man page in package's Makefile directly.
Work-around for pkg/15385.
2002-03-12 01:52:27 +00:00
wiz
97c888a023 Update to 0.14.1.
Changes since 0.14.0:
- Minor alterations to the mrclean skin.
* Fixed crash when closing a skinned menu.
2002-03-12 00:30:52 +00:00
wiz
287093cb39 Update to 1.1.4, and update MASTER_SITES.
Changes since 1.1.3:
- ZFREE was repeated on same allocation on some error conditions.
  This creates a security problem described in
  http://www.zlib.org/advisory-2002-03-11.txt
- Returned incorrect error (Z_MEM_ERROR) on some invalid data
- Avoid accesses before window for invalid distances with inflate window
  less than 32K.
- force windowBits > 8 to avoid a bug in the encoder for a window size
  of 256 bytes. (A complete fix will be available in 1.1.5).
2002-03-12 00:25:03 +00:00
zuntum
51d79e7991 add & enable ysm 2002-03-11 21:34:52 +00:00
zuntum
7eead8e839 Initial import of ysm-2.4.2
YSM is a ICQ v7 protocol compatible terminal based ICQ client.
YSM is short for 'You Sick Me'.

Provided by Ola Eriksson <ola@mrEriksson.net> in pkg/15707
2002-03-11 21:32:22 +00:00
tron
4ec9b944bf - Install locale files into correct directory under SunOS.
- Fix problem with unwanted change of "charset.aliases" more cleanly.
2002-03-11 19:35:05 +00:00
fredb
b39b1f2a18 Give the new section a *unique* number, and be consistent about use of
blank lines.
2002-03-11 19:19:18 +00:00
tron
0abd502f01 Update "fileutiles" package to version 4.1.7. Changes since version 4.0
include a security fix, many bug fixes and new features like the "shred"
command.
2002-03-11 19:17:44 +00:00
fredb
dbbb576326 Move the DYNAMIC_MASTER_SITES explanation into it's own subsection of
Section 10, and also explain there about _FETCH_MESSAGE. There are a few
things in Section 10 which would probably be better in Section 2, but that
would entail some major churning, which I'm not prepared to do.
2002-03-11 19:12:07 +00:00
yyamano
d0e6c0b7f4 Don't include malloc.h on Darwin to make it build. 2002-03-11 14:21:24 +00:00
yyamano
c3cc8ff6d3 GNU tar is /usr/bin/gnutar. 2002-03-11 12:48:52 +00:00
abs
3f37449330 correctly quote $@ 2002-03-11 10:18:25 +00:00
abs
2f6457756a Updated cpuflags to 0.19
Handle Apple Macintosh LC III, and potentially many other m68k machines.
    (Thanks to Sean)
2002-03-11 09:25:37 +00:00
skrll
860cf81fec Remove old and commented out code. 2002-03-11 09:00:25 +00:00
skrll
94fb07e45b Remove target that provides the same functionality as AUTOMAKE_OVERRIDE. 2002-03-11 08:57:50 +00:00
skrll
163ea42586 Provide configure and Makefile.in patches so that we can remove need for
a BUILD_DEPENDS on auto{make,conf}.
2002-03-11 08:03:04 +00:00
skrll
7ce37dffdc Remove the pre-build target that does the same thing as AUTOMAKE_OVERRIDE. 2002-03-11 07:51:41 +00:00
fredb
584da08bcc Update the example "crontab" fragment to the new location for the "htdig"
scripts, and while we're in here, be a little less verbose.
2002-03-11 07:32:33 +00:00
martti
64c40e7b09 Updated fvwm2 to 2.4.6
* New conditional command ThisWindow.
* Better support of non ISO-8859-1 window and icon titles.
* Bug fixes

Apart from fixing a number of minor or rare problems, it addresses
slow opaque window movement and resizing that was not encountered in
the 2.2.x releases. If you do not use opaque window movement or resizing
and did not encounter any of the bugs described below you do not need
to upgrade. System administrators are strongly encouraged to move to
2.4.6 from any earlier 2.4.x release.
2002-03-11 07:20:55 +00:00
martti
2214096f45 Updated xpmroot to 2.4.6 (to match the current fvwm2 version). There are
no changes in the xpmroot code...
2002-03-11 07:20:46 +00:00
jmc
50141ce9e4 Add USE_X11BASE so the package list lines up correctly with the install 2002-03-11 05:55:24 +00:00
jmc
174e88e40d Turn off -ansi when compiling as gcc won't internally expand alloca and not all
ports have alloca in libc (i.e. some depend on gcc to expand it)
2002-03-11 05:23:54 +00:00
jmc
2101c21a19 libpspell pulls in libstdc++ via dependency settings in the lib. That needs -lm
to be added to LIBS then as some of the c++ routines referenced use math.
2002-03-11 00:13:09 +00:00
abs
c09eb4bd41 If we're overriding MAKE_PROGRAM to ant we should probably reset MAKE_FLAGS
to avoid any 'make' MAKE_FLAGS confusing 'ant'.
2002-03-10 23:59:00 +00:00
seb
040bc4f1f0 Adjust the fonts path search for the benefit of supplied GD library.
It helps dot and neato finding TrueType fonts when generating output
like JPEG, PNG, ...

Bump revision.
2002-03-10 23:58:40 +00:00
abs
8f920c20a9 Updated pkgchk to 1.24
Handle updated format of +BUILD_VERSION - sometimes patches are recorded
    with paths, sometimes not. Ideally we would have a show-build-version
    target in bsd.pkg.mk which could be sued by us, but that doesn't help
    checking against existing installations where nothing has changed except
    the way +BUILD_VERSION is formatted.
2002-03-10 23:23:40 +00:00
fredb
0a5fe486f5 Update wwwwoffle to 2.7. Very many bug fixes, including fixes for
dealing better with javascript pages, and fixes for old ftp servers.
Lots of new features and configure options, too. Also, new
translations for French, Dutch, Polish, German; docs and notes in
a few other languages; and translations for local pages are now
selected by browser settings!
2002-03-10 22:14:29 +00:00
wiz
6510debdd2 Set START_XPM even if no APM on the machine (the two are unrelated). 2002-03-10 22:11:36 +00:00