Commit graph

35513 commits

Author SHA1 Message Date
schmonz
eb7e938dc0 The release notes have been updated. 2002-11-22 21:19:11 +00:00
schmonz
7979425d1f Note update of cvs2p4. 2002-11-22 21:14:18 +00:00
schmonz
4e688c1481 Update to 2.3.3. From the changelog:
=== Release 2.3.3, October 28, 2002

Changes to start coping with MKS Source Integrity conversions.

This change allows genmetadata to simply ignore (and hence, to
continue working!) the "ext" and "format" keywords that MKS Source
Integrity apparently adds to the rcs repertiore. This could possibly
be recoded to deal with arbitrary new keywords, but I don't want to go
there now.

Note that there *may* be other gotchas when attempting to use cvs2p4
to convert MKS SI repositories, which may be addressed by future
changes to cvs2p4:

  1. It appears that MKS may compress (gzip) binary ,v files, but *not*
     rename them to refelct this. Very odd.

  2. It appears that MKS may allow a larger character set (than pure RCS)
     in legal symbolic names. I can probably fix cvs2p4 to deal with these
     pretty easily, but we should also consider whether any of the MKS names
     might be illegal in Perforce (and thus needs some sort of
     translation).

Intrepid users setting out to use this tool to convert MKS into
Perforce are encouraged to send problem reports to
"opensource@perforce.com".
2002-11-22 21:13:06 +00:00
schmonz
152041d42d Use canonical pkgsrc config.guess and config.sub to squelch a
configure warning on Darwin.
2002-11-22 21:08:34 +00:00
schmonz
3307dee5f3 malloc() and realloc() take a size_t, not an unsigned int. Fixes
compilation on Darwin.
2002-11-22 20:54:35 +00:00
tron
a27501212c Backout last change. It makes PHP unusable with Apache 1.3.x. 2002-11-22 20:16:23 +00:00
jschauma
81fd4952c2 Note update of audio/mp3blaster to 3.1.3 2002-11-22 17:03:43 +00:00
jschauma
ab8c948516 Upgrade to version 3.1.3. This upgrade solves the checksum mismatch pointed
out by (one- at inbox dot lv) in PR pkg/19115 as well, as we have a completely
new checksum.  Changes according to the website:

Changes since version 3.1.2:
- Fixed a bug that could cause the playlist repeat to stop (thanks to
  Alex Rasmussen for finding the bug)
- Command line options for nmixer changed, and it's now possible to select a
  different hardware mixer device.
- Fixed a bug that caused mp3blaster to quit when the user's homedir could
  not be determined.

Changes since version 3.1.1:
-Compiles on gcc-3.* without errors
-Trailing slash in HTTP URLs is only appended after the hostname, not in
 URLs that contain a path following the hostname. This means that mp3's can
 now be played straight from an URL again.
- For HTTP streams, HTTP/1.1 is used instead of HTTP/1.0 (this, and previous
 suggestion submitted by Markus Jerger. Thanks!)
2002-11-22 17:02:03 +00:00
jschauma
c891fa7538 Note update of www/tidy to tidy-20021108. 2002-11-22 16:38:07 +00:00
jschauma
9d2f00533a Update www/tidy to latest version released on November 8th, 2002 using
patches provided by (wolfgang at wsrcc dot com) in PR pkg/19126.
Minor changes by me:  new homepage is at sourceforge, shut up pkglint.
An official changelog does not seem to be available, but according to the
PR, this version ``has prettier (more structured) output'' and ``produce[s]
nice-looking xhtml''.
2002-11-22 16:37:05 +00:00
jschauma
cdff45fc06 Note update of www/htmllint to htmllint-20021103. 2002-11-22 16:11:19 +00:00
jschauma
77663b5fcf Update htmllint to latest version of 20021103. This addresses the checksum
mismatch pointed out in PR pkg/19129.  If I was able to read Japanese, I
would probably also have been able to provide a list of changes since the
last version.  Maybe somebody who does speak Japanese could post the list
of changes if available?
2002-11-22 16:10:10 +00:00
wiz
329bc65806 emulators/atari800 update to 1.2.4. 2002-11-22 13:02:39 +00:00
abs
9fa7e3bcf0 Updated mserv_irman to 0.16
Default unrecognised keys to 'pause-toggle' rather than 'play'.
        Make 'rew' a synonym for 'prev' and add 'recall' for 'add previous
        track to queue' functionality.
2002-11-22 12:33:51 +00:00
abs
9964ea20f8 Updated mserv_irman to 0.16
Default unrecognised keys to 'pause-toggle' rather than 'play'.
	Make 'rew' a synonym for 'prev' and add 'recall' for 'add previous
	track to queue' functionality.
2002-11-22 12:33:29 +00:00
wiz
69798ce226 Moved some contents from DESCR here, and improved upon them. 2002-11-22 12:26:25 +00:00
wiz
14b877856a Update to 1.2.4, based on PR 19113 by Christian Groessler.
Some additional cleanup by me.

Changes since 0.9.9* are too many to list here -- lots of new features.
2002-11-22 12:25:48 +00:00
salo
d87dcdc3a9 Fix pasto, localedir->prefix. Thanks to Manuel Bouyer for pointing this out. 2002-11-22 12:05:20 +00:00
bouyer
7247293935 Honnor ${PKGLOCALEDIR} 2002-11-22 12:05:05 +00:00
dmcmahill
7789397d69 note update of cad/gerbv to 0.11 2002-11-22 01:11:14 +00:00
dmcmahill
e0431f8846 update to gerbv-0.11
Changes since last version:
* fixed bug which caused huge memory usage and crashing when zooming way
  in to a layout
* Two bugs in aperture macros fixed; one caused "multi macro" macros not
  to work properly and the other was related to primitive 20.
* The Debian build system discovered that I checked if unsigned were -1.
* Some cleanup/speedup when parsing Gerber by removing nested strncmp's
  with a switch/case.
* RS274D caused segfault.
* If %SR%, %SF% and %AS% are defined to their default values the compiler
  doesn't complain anymore. I still don't handle them if they are non
  default values.
* In some strange corner case we managed to sometimes get spurious lines
  showing up on the image.
* Strange drill files from Orcad386 handled better (we all know what Pitch
  thinks about Orcad:-) ).
* Dino Ghilardi has contributed some code to be able to set the scale
  explicitly. That can be used when printing PNG's generated by gerbv.
  He has also written a text on how to actually get them out on the printer.
  It is in doc/PNG-print/PNGPrintMiniHowto.txt.
* Round off when converting from inches to pixels changed so poured areas
  built up by several lines now seems to fill. Before the change you could,
  at certain zoom levels, see gaps that wasn't there.
2002-11-22 00:41:14 +00:00
tron
15f9513b31 Fix scary amount of build warning on NetBSD systems with UTMPX support. 2002-11-21 16:18:16 +00:00
tron
b9b21e153c Note update of "windowmaker" package to version 0.80.2. 2002-11-21 16:09:36 +00:00
tron
442d08258d Update "windowmaker" package to version 0.80.2.
Changes since version 0.80.1:
- Fixed buffer overflow in libwraster
2002-11-21 16:08:49 +00:00
salo
ec1b6ce70f Note silc-{client,server} updates. 2002-11-21 15:46:51 +00:00
salo
7fa14c31b7 update to version 0.9.8
Changes from 0.9.5 to 0.9.8
===========================

* Added support for aborting automatically pending commands
  that never receives the reply (to avoid memory leaks).
* Added support for removing explicitly added client connections
  in rehash and closing the client connections if they were
  unconfigured in the rehash.
* Rewrote WHOIS, WHOWAS and IDENTIFY commands in the server.
* If packet processing fails (like integrity check fails)
  the connection is closed now.
* Normal server now reconnects to backup router automatically
  if connection is lost to it.
* Added support for replying on behalf of the user to the
  Requested Attributes in WHOIS command in the server.
* Failed OPER and SILCOPER authentications are now logged.
* Added sort-of "Quality of Service" (QoS) support. Data
  reception can be controlled with rate limit per second
  and/or read data length limit.
* Added support for encrypted private key files. Now passphrase
  must be provided when new key pair is created , and prompted
  when loading the private key.

* Resumed client packet handling from server put the resumed
  client on wrong list on router and caused the client not be
  present on the network anymore.
* Various cleanup in error message output in config parsing code
  and in server init code.  Fixed error log files containing too
  many newlines in some situations.
* Assure that channel key is set before sending it.  May crash
  server otherwise.
* Don't swtich to become primary router if we are backup if
  decryption error has occurred.
* Fixed a bug in backup router IP address comparison
* Fixed a crashbug in incoming server accepting.
* Fixed packet decryption problem when backup router encrypted
  channel message with wrong key during backup resuming protocol.
* Fixed memory leaks in server.
* Fixed channel key packet processing bug on backup router
  during backup resuming protocol.
2002-11-21 15:42:45 +00:00
salo
c41dd0cca9 update to version 0.9.8
Changes between 0.9.5.1 and 0.9.8
=================================

* Added STATS command.
* Added Requested Attributes support.
* Added -details option to WHOIS command to support the requested
  attributes. By default it requests all attributes.
* Added implementation of VCard (RFC 2426) which can be used as
  part of Requested Attributes in WHOIS command.
* Added ATTR command which is used to manage user's Requested
  Attributes sending and values for WHOIS command.
* Added support for saving the requested attributes in WHOIS to
  directory.
* Added support for auto-passphrase authentication from the config
  file during connecting which was not implemented yet.
* Added shared library complation support.
* Added support for encrypted private key files. Now passphrase
  must be provided when new key pair is created and prompted when
  loading the private key.
* Added -P option which can be used to change the passphrase of
  the private key.
* UTF-8 decode the topic in TOPIC command reply and LIST command
  reply.
* Added manpage for silc(1).

* Fixed string formatting crashbug in lib/silccore/silcattrs.c
* Fixed double free in RSA public key set function.
* Fixed a bug in authentication protocol failure handling which
  was processing wrong callback context.
* Merged DISCONNECT fix, and autoconn port fix from Irssi CVS.
* Merged c0ffee's /set heartbeat patch and fixed the heartbeat
  sending.
* Fixed connection closing in client library to not crash.
* Fixed the INVITE command to not crash client when given without
  nickname argument.
2002-11-21 15:40:14 +00:00
wiz
176416a827 ispell-russian, not ispell-rumanian. 2002-11-21 15:03:39 +00:00
grant
c8c9965953 note update of irssi to 0.8.5nb1. 2002-11-21 13:01:34 +00:00
grant
891c55168e - honour PKG_SYSCONFDIR
- convert to bsd.pkg.install.mk example config installation
- bump PKGREVISION

from Julio Merino in PR pkg/18982.
2002-11-21 13:00:02 +00:00
grant
6cf0e4b524 update MASTER_SITES and HOMEPAGE.
from Hiramatsu Yoshifumi in PR pkg/19003.
2002-11-21 12:52:57 +00:00
grant
e8dac9c354 use @unexec ${RMDIR} rather than @dirrm for shared directories.
from Julio Merino in PR pkg/19022.
2002-11-21 12:49:15 +00:00
grant
603926d779 note update of wget to 1.7nb2. 2002-11-21 11:06:35 +00:00
grant
3fca283c9f - honour PKG_SYSCONFDIR
- bump PKGREVISION

from Julio Merino in pkg/18981.
2002-11-21 11:05:56 +00:00
grant
281ffb7995 correct path to hesiod.conf in hesinfo(1) man page.
fixes pkg/18804 from John T. Rose.
2002-11-21 10:59:20 +00:00
grant
aba429a1a4 use ${GDMOWN} and ${GDMGRP} rather than hardcoded user/group `gdm'. 2002-11-21 10:52:15 +00:00
grant
0369551d27 - use POSIX form of chown user:group' rather than user.group'
- make use of ${CHOWN} and ${CHMOD}

fixes pkg/18177 from Julien T. Letessier.
2002-11-21 10:41:43 +00:00
grant
55592db162 unmark ntop2 as BROKEN.
addresses pkg/18915 from Robert Elz.
2002-11-21 10:23:06 +00:00
jlam
e44ac5236f Don't blindly assume that directores listed in OWN_DIRS* and MAKE_DIRS*
that are outside of ${LOCALBASE} belong to the package that lists them.
If the directory already exists before the package is installed, then
we don't presume ownership of the directory.

This addresses pkg/18383 by Grant Beattie.
2002-11-21 10:11:57 +00:00
grant
d2054ffc60 note update of icewm to 1.2.0nb1. 2002-11-21 10:10:59 +00:00
grant
818bbe90f1 - honour PKG_SYSCONFDIR
- bump PKGREVISION

fixes pkg/18601 from Hauke Fath.
2002-11-21 10:09:59 +00:00
grant
0d493ebcba note update of bpalogin to 2.0.1nb1. 2002-11-21 10:05:17 +00:00
grant
69e4a05537 - fix to run as daemon properly (from Sam Uong in pkg/19086)
- convert to bsd.pkg.install.mk rc.d script and example
  config installation
- bump PKGREVISION
2002-11-21 10:02:56 +00:00
martti
0de99e573a Updated samba to 2.2.7 2002-11-21 08:09:13 +00:00
martti
b9a43fba61 Updated samba to 2.2.7
A security hole has been discovered in versions 2.2.2 through 2.2.6
of Samba that could potentially allow an attacker to gain root access
on the target machine.  The word "potentially" is used because there
is no known exploit of this bug, and the Samba Team has not been able to
craft one ourselves. However, the seriousness of the problem warrants
this immediate 2.2.7 release.

1)  ensure we send the notify message in the same way it is expected
    to be received by srv_spoolss_receive_message().
2)  attribute matching on truncate only matters when opening truncate
    with current SYSTEM|HIDDEN -> NONE. It's fine to truncate on open
    with current NONE -> SYSTEM | HIDDEN.
3)  Fix bug in rpcclient's deldriver command
4)  Don't set global_machine_password_needs_changing if
    lp_machine_password_timeout() is set to zero
5)  don't parse the BUFFER5 if the buffer length is zero
6)  fix core dump if pdbedit is run as non-root or smbpasswd file does
    not exist
7)  Ensure can_delete() returns correct error code
8)  correctly return NT_STATUS_DELETE_PENDING from open code
9)  fix bug that assumed dos_unistr2 length was in ucs2 units, not bytes
10) check the long_archi name is not null when deleting a printer driver.
    fixes core dump in smbd when using rpcclient's deldriver
11) fix fd leak with kernel change notify on Linux 2.4 kernels
12) must add one to the extra_data size to transfer the 0 string
    terminator.  This was causing "wbinfo --sequence" to access past the
    end of malloced memory
13) fix for large systems allowing more than 65536 files open in
    NTcreate&X
14) Fix bug in %U expansion
2002-11-21 08:09:07 +00:00
salo
2d49d6bc61 Make this build on Solaris. Remove whitespace. 2002-11-21 05:08:52 +00:00
jlam
d3d2742a50 Don't use buildlink2 since we may need this package to bootstrap
buildlink2.
2002-11-21 00:50:03 +00:00
jlam
c010f2b300 Default to USE_BUILDLINK?=no, and change checks for !defined(USE_BUILDLINK2)
into whether USE_BUILDLINK is "no".
2002-11-21 00:49:32 +00:00
jlam
da67e62bd4 Instead of inventing our own "missing" script, just use the GNU one. 2002-11-21 00:21:11 +00:00
jlam
01d682a253 "Import" the "missing" script from GNU automake 1.7. 2002-11-21 00:13:34 +00:00