Commit graph

41097 commits

Author SHA1 Message Date
wiz
e4b22ed387 Fix fetch stage. Noted broken by grant. 2003-04-10 19:31:52 +00:00
wiz
77129f3dd7 coreutils and gnome-utils currently conflict because both install guname. 2003-04-10 18:42:29 +00:00
jmc
08801f2a5d Disable sound on solaris if /usr/demo/SOUND libs aren't available 2003-04-10 18:18:51 +00:00
mjl
fe3ef1e7bb Add patches as suggested in PR/21073 by Quentin Garnier:
o Bugfixes were published on the slrn website since the release
   of 0.9.7.4 last year. Even though no new version was released,
   they are quite needed for normal operation (specifically, I was
   hit by a locale bug that makes slrn segfault when scoring).
 o ${PKGLOCALEDIR} needs to be enforced both in package's Makefile
   and PLIT, and in the source (po Makefile has a hard-coded path
   that may not match the path used in other parts of the source
   tree).
2003-04-10 18:17:48 +00:00
salo
587eab5269 Note xmahjongg update. 2003-04-10 18:00:41 +00:00
salo
bd6876362d Update to version 3.61.
Changes:

xmahjongg version 3 is a complete rewrite by Eddie Kohler <eddietwo at lcs dot
mit dot edu> of xmahjongg versions 1 and 2 by Jeff S. Young <jsy at cray dot
com>.

Features

- Those pretty, round-edged colored tiles
- Multiple tile sets (it comes with ten)
- Multiple layouts (it comes with twenty-four)
- Undo and redo
- Helpful hints for happy play, and a clean button for cheating
- Boards that are always solvable (but you can turn this feature off)
- It can show you a solution
- Aesthetics (or ugliness, depending on your taste)

- We regret to report some featurecide relative to version 2: there are no
  tournaments, no visible board numbers, and no layout configuration mode.
  May these features rest in peace, probably forever.

Since the license of the rewritten versions is GPL, the binary package can be
redistributed and the restriction was removed.
2003-04-10 17:58:07 +00:00
wiz
8b23027e08 Add time to CATEGORIES. 2003-04-10 17:26:51 +00:00
wiz
ebecc25844 added tcpflow-0.20 from Adrian Portelli via pkgsrc-wip. 2003-04-10 17:11:42 +00:00
wiz
0a4c353d38 Add and enable tcpflow. 2003-04-10 17:10:59 +00:00
wiz
c34b95a04b Initial import of tcpflow-0.20, provided by Adrian Portelli via pkgsrc-wip.
tcpflow is a program that captures data transmitted as part of TCP connections
(flows), and stores the data in a way that is convenient for protocol analysis
or debugging. A program like 'tcpdump' shows a summary of packets seen on the
wire, but usually doesn't store the data that's actually being transmitted.
In contrast, tcpflow reconstructs the actual data streams and stores each flow
in a separate file for later analysis.

tcpflow understands sequence numbers and will correctly reconstruct data
streams regardless of retransmissions or out-of-order delivery. However, it
currently does not understand IP fragments; flows containing IP fragments will
not be recorded properly.

tcpflow is based on the LBL Packet Capture Library (available from LBL) and
therefore supports the same rich filtering expressions that programs like
'tcpdump' support.
2003-04-10 17:08:13 +00:00
salo
1aaa87ba6b Add and enable realplayer-codecs. 2003-04-10 17:04:08 +00:00
kent
e226c7576f Make this compile by a non-root user.
Fix confusion on NetBSD PECOFF environment
2003-04-10 15:32:00 +00:00
kent
a4b1af47b8 Stop using wchar_t.
Bump PKGREVISION.
2003-04-10 15:25:45 +00:00
fredb
0fbd58035b Add "-ldes" for ${USE_KERBEROS}==YES case, on NetBSD-1.5* only. This
should close PR pkg/19430 and PR pkg/20491.
2003-04-10 14:56:21 +00:00
jmmv
ddd178244f Note addition of smpeg-xmms, version 0.3.5. 2003-04-10 13:35:30 +00:00
jmmv
46407b97f5 Add and enable smpeg-xmms. 2003-04-10 13:34:11 +00:00
jmmv
734f53d1f0 Initial import of smpeg-xmms, version 0.3.5.
MPEG video plugin for XMMS, using SDL/smpeg as backend. Supports hardware
acceleration in XFree 4.x (if available), fullscreen, resizeable window,
VCD support, aspected ratio when resizing the window, etc.

Provided in PR pkg/19390 by Juan RP.
2003-04-10 13:32:34 +00:00
fredb
e0ea35a3a4 Remove ${ONLY_FOR_PLATFORM} restriction. At this point in time, we
don't care if the package doesn't build on pre-NetBSD-1.5 systems.
Closes PR pkg/19579.
2003-04-10 13:31:45 +00:00
wiz
b7dd0a3343 coreutils-5.0 import done, fileutils, sh-utils, and textutils removed. 2003-04-10 13:24:51 +00:00
wiz
8b2aa70c64 Remove fileutils, sh-utils, and textutils; replaced by coreutils. 2003-04-10 13:22:36 +00:00
wiz
02f7bab08c Add coreutils. 2003-04-10 13:19:35 +00:00
wiz
ec767a3f50 Initial import of coreutils-5.0, from Marc Recht via pkgsrc-wip.
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system. These are the core utilities which
are expected to exist on every operating system.

Previously these utilities were offered as three individual sets of GNU
utilities, fileutils, shellutils, and textutils. Those three have been
combined into a single set of utilities called the coreutils.
2003-04-10 13:18:36 +00:00
markd
3e6995a005 Note KDE updates to address KDE Security Advisory 20030409-1. 2003-04-10 13:17:53 +00:00
grant
c25786c26b use gcc -dumpversion' instead of gcc --version', so this works
with both gcc2 and gcc3.

as suggested by Berndt Wulf on tech-pkg.
2003-04-10 13:13:28 +00:00
markd
7edf08338a Add the patches from KDE Security Advisory 20030409-1:
PS/PDF file handling vulnerability
http://www.kde.org/info/security/advisory-20030409-1.txt
Bump PKGREVISION.
2003-04-10 13:13:23 +00:00
grant
a5cb99693c xmms installs libSolaris' on Solaris, not libOSS', tweak the PLIST
appropriately.

XXX other platforms probably need to be corrected, too!
2003-04-10 12:59:05 +00:00
wiz
d4d3384cfa + coreutils-5.0.0 (was fileutils/sh-utils/textutils) [pkgsrc-wip],
gaim-0.61 [pkgsrc-wip], gkrellm-2.1.8 [pkgsrc-wip], gkrellm-volume-2.1.7
  [pkgsrc-wip], gnuchess-5.06, neon-0.23.9 [pkg/20987], pen-0.10.1
  [pkg/21075], snd-6.7.

- ap-ssl-2.8.14, libxml-2.5.6, libxslt-1.0.29, micq-0.4.10.2,
  mkfontscale-20020618 (not available any longer),
  mplayer-0.90 (thanks, drochner), ogle-0.9.1, openssh-3.6.1, suck-4.3.2,
2003-04-10 12:50:17 +00:00
wiz
919dd48b30 Note openssh-3.6.1p1 and suck-4.3.2 updates. 2003-04-10 12:47:16 +00:00
wiz
a2a67ab6b0 Update to 4.3.2, update MASTER_SITES and HOMEPAGE.
Changes:
both.c - sgetline() - changes to fix SSL bug with the select,
        connect_to_nntphost() - add code to handle
        host:port syntax.   This fix also allows you to
        specify a port number for the local host.

suck.c - to handle SIGINT in addition to SIGTERM,
        build_command() fix in potential buffer overflow

testhost.c - added -Q option, to allow user to specify
        NNTP authentiation via env variables.
And other bug fixes.
2003-04-10 12:45:41 +00:00
wiz
81744c2306 Remove rwth-aachen as sunsite mirror (twice!). 2003-04-10 12:40:29 +00:00
wiz
99626117c1 Update to 3.6.1p1. No NEWS file included, only a ChangeLog, and the
relevant changes are > 500 lines, see
ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/ChangeLog
Personal selection:
     rekeying bugfixes and automatic rekeying
     bandwidth limitation (scp -l)
     Add a -t life option to ssh-agent that set the default lifetime.
     The default can still be overriden by using -t in ssh-add.
     sftp progress meter support.
     allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;
     [scp.c]
     1) include stalling time in total time
     2) truncate filenames to 45 instead of 20 characters
     3) print rate instead of progress bar, no more stars
     4) scale output to tty width
2003-04-10 12:34:15 +00:00
uebayasi
cd99dbc1be ${INSTALL_DATA} can't create two directories at once on Solaris.
Addresses PR21086 by Rob Quinn <rquinn at sec dot sprint dot net>.
2003-04-10 11:58:55 +00:00
abs
d4ad766c83 Update distinfo missed in MPlayer-0.90 update 2003-04-10 10:33:23 +00:00
wiz
dbe5532475 micq-0.4.10.2, ogle-0.9.1, ogle_gui-0.9.1 updates done. 2003-04-10 10:25:42 +00:00
wiz
9563bf7c1d Update to 0.9.1.
New in 0.9.1:
oglerc-option fixes. HP-UX fixes.
New in 0.9.0:
Only updates for keybinding to the new functions.
2003-04-10 10:22:10 +00:00
wiz
1f4d7a26a1 Update to 0.9.1:
Alsa audio output fixes.
Stereo_mode oglerc-option for liba52.
digit_timeout, default_skiptime oglerc-options.
Fullscreen fixes for KDE
HP-UX fixes.
2003-04-10 10:18:03 +00:00
wiz
5c261e2a34 Update to 0.4.10.2: bugfix release. 2003-04-10 09:55:51 +00:00
wiz
ead757f81f libxslt-1.0.29 update done. 2003-04-10 09:45:15 +00:00
wiz
b01eea373e Update to 1.0.29:
1.0.29: Apr 1 2003:
   - performance improvements especially for large flat documents
   - bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace
    declarations with xsl:elements.
   - portability: python and trio fixes (Albert Chin), python on Solaris
    (Ben Phillips)

1.0.28: Mar 24 2003:
   - fixed node() in patterns semantic.
   - fixed a memory access problem in format-number()
   - fixed stack overflow in recursive global variable or params
   - cleaned up Result Value Tree handling, and fixed a couple of old bugs
    in the process
2003-04-10 09:44:45 +00:00
wiz
935f23de83 libxml2 updated to 2.5.6. 2003-04-10 09:35:14 +00:00
wiz
eea3c19057 Update to 2.5.6:
2.5.6: Apr 1 2003:
   - Fixed W3C XML Schemas datatype, should be compliant now except for
    binHex and base64 which are not supported yet.
   - bug fixes: non-ASCII IDs, HTML output, XInclude on large docs and
    XInclude entities handling, encoding detection on external subsets, XML
    Schemas bugs and memory leaks, HTML parser (James Bursa)
   - portability: python/trio (Albert Chin), Sun compiler warnings
   - documentation: added --relaxng option to xmllint man page (John)
   - improved error reporting: xml:space, start/end tag mismatches, Relax NG
    errors
2003-04-10 09:34:04 +00:00
abs
b345ebfcc9 Fix COMMENT 2003-04-10 09:16:17 +00:00
wiz
e36da38e1a Updated curl to 7.10.4. 2003-04-10 09:14:28 +00:00
wiz
a0796a86bb Update to 7.10.4:
Changes:
  * the curl tool now "clears" sensitive commands line args
  * no more emacs local variables in the source files
  * script for distributed, automatic, multi-platform testing added. Please join up and help us test
    the bleeding edge curl on various platforms!
  * the "scratch buffer" is now only allocated when actually needed
  * removed the strequal and strnequal macros from curl/curl.h
  * added CURLOPT_UNRESTRICTED_AUTH / --location-trusted

Bugs:
  * "curl -O" only, now outputs an error message accordingly
  * builds fine on Redhat Linux 9 (configure fix)
  * the CA cert bundle included a demo cert now removed
  * changing some attributes between two transfers when re-using a connection did not "take effect"
    properly
  * the test suite runs faster and hopefully a bit more reliably
  * improved configure check for presence of functions, needed for HPUX
  * the curl tool now makes a correct URL escaping when appending to the URL when using -T and the
    file name is appended to the URL.
  * configure --enable-libgcc now explicitly add -lgcc to the linker
  * better configure checks for headers (since some platforms got nasty warnings output previously)
  * configure --help looks nicer
  * data transfer bug on HP-UX systems
  * improved random seeding for systems without a reliable random source
  * 64bit Sparc compiler warnings removed
  * a case where a connect failure didn't return an error string
  * DNS cache problem in AIX 4.3 and later was fixed
  * a POST-then-GET problem when re-using the same handle in libcurl
  * extra precaution added for FTP servers returning 0 bytes to SIZE commands
  * looping issue in the receive function (i.e badly updated progress meter)
  * Fixed the 'Expect: 100-continue' behavior
  * CURLOPT_MAXCONNECTS segfault fixed
  * multi-interface connecting on Windows to non-listening ports fixed
  * Curl_base64_encode() now encodes zero-bytes too properly
  * fixed the infamous SSL error:00000000 outputs
  * zlib build fix in the mingw makefile
  * don't check for ca cert env variable if --insecure is used
  * always use strict cert name check unless --insecure is used
  * content-type extracting fixed
  * DEBUGFUNCTION could be called with wrong arguments in uploads
  * ftp downloads could wrongly return CURLE_PARTIAL_FILE in some conditions
  * the fopen.c example code didn't work
  * content-type extracting memory leak fixed
  * curl/multi.h was fixed for C++ compiles
  * .netrc file scanning for names+passwored fixed
  * curl-config --cflags works even when include dirs isn't /usr/include
  * CURLINFO_PRIVATE can return NULL properly
2003-04-10 09:13:51 +00:00
wiz
798571364e Note apache-1.3.27nb4 and ap-ssl-2.8.14 updates. 2003-04-10 08:37:31 +00:00
wiz
44d2208ac0 Update to 2.8.14:
Changes with mod_ssl 2.8.14 (18-Mar-2002 to 21-Mar-2003)

   *) Fixed logic in the destruction of a temporary certificate
      structure and this way avoid a crash due to freeing NULL object.

   *) Removed one newly introduced X509_free() call in the context of
      SSL_get_certificate(), because this function does not increment a
      reference count (although SSL_get_peer_certificate() does).

   *) Fixed hash-table based shared memory session cache (shmht)
      implementation by making sure that the underlying hash table
      library does not crash if memory cannot be allocated.

  Changes with mod_ssl 2.8.13 (23-Oct-2002 to 18-Mar-2003)

   *) Always enforce RSA blinding on RSA private keys in order to be
      resistent to timing attacks.

   *) Added timeout also to the "pre-sucking" of the trailing data in
      POST request handling.

   *) Correctly shutdown shared memory pools on fork+exec situations.

   *) Bugfix SSL client certificate verification: OpenSSL was not
      informed with SSL_set_verify_result(ssl, X509_V_OK) in case
      mod_ssl forced the verification to be ok.

   *) Consistently use OPENSSL_free() instead of plain free() to
      deallocate memory chunks allocated inside OpenSSL.

   *) Fixed various memory leaks related to X509 certificates.

New patch-ac sent to maintainer.
2003-04-10 08:36:41 +00:00
wiz
79dd59d61e Update to 1.3.27nb4: compile with mod-ssl-2.8.14.
Remove quite some lint while here.
2003-04-10 08:25:21 +00:00
bouyer
9356db756b Also install the fvwmrc_convert script (the man page was already installed). 2003-04-10 07:22:35 +00:00
dmcmahill
e4606802ed note update of xwrits to 2.21 2003-04-10 04:06:59 +00:00
dmcmahill
3136a830df update to xwrits-2.21.
Changes since 2.19:
-------------------

Version 2.21   6.May.2002

* Add support for Xinerama. Requested by Orion Hodson <hodson@icir.org>.

Version 2.20   17.Apr.2002

* Add `title' option. Suggested, and patch provided, by Dale Thatcher
  <xwrits@dalethatcher.com>.

* Finally fix `--multiscreen' option. Thanks to Orion Hodson
  <hodson@icir.org> for lending his multihead machine.
2003-04-10 04:05:39 +00:00