Commit graph

49246 commits

Author SHA1 Message Date
grant
ca85a059a8 note update of nas to 1.6nb3. 2003-10-28 00:51:26 +00:00
grant
24e4da6ec1 bump PKGREVISION (broken binary installation fix). 2003-10-28 00:50:21 +00:00
grant
9b699dcf71 backout unnecessary patch.
this patch was unnecessarily causing the resulting binaries to be
linked against libaudio, which couldn't be found at runtime, and
contrary to the log message it had no effect on PR pkg/23081.

fixes my PR pkg/23288.
2003-10-28 00:49:48 +00:00
wiz
4d010027fb Note vcdimager-devel update. 2003-10-28 00:41:33 +00:00
wiz
64c5090a03 Enable XML interface for advanced features, per Ben Collver's PR 23271.
Bump PKGREVISION.
2003-10-28 00:40:38 +00:00
kristerw
1863a7c570 Fix some harmless compiler warnings on NetBSD current (since this
package is built with -Wall)
2003-10-28 00:14:11 +00:00
kristerw
515369e600 Make SDL compile with gcc 3.3 too, by applying patches provided by
Marc Recht in response to PR pkg/23268.
2003-10-27 23:19:46 +00:00
manu
c2ef220bfc OSnert's license: no redistribution. 2003-10-27 22:53:32 +00:00
manu
1d9fbeb360 Snert's license: no redistribution. 2003-10-27 22:52:48 +00:00
cube
3aaf9679fa Note update of slrn to version 0.9.8.0. 2003-10-27 21:49:43 +00:00
cube
f0235b8a18 Update to 0.9.8.0. Notably, brings in IPv6 support, thus closing
PR pkg/18081.

Complete change log at http://slrn.sourceforge.net/docs/changes.html .

Changes since slrn 0.9.7.4:

-1. Changes when building on Un*x: [...]
0. Bug fixes include: [...]
1. Changes to the user interface: [...]
2. When used in combination with slrnpull, slrn now supports "true offline
   reading". [...]
3. slrnpull no longer completely rewrites the overview files when expiring
   articles. [...]
4. If your terminal supports it (and you are not using Win32 or OS/2), you
   can now use colors and attributes at the same time. [...]
5. Set use_recommended_msg_id to 1 in your config file if you want slrn to
   make use of server-proposed Message-IDs. [...]
6. Added intrinsic functions [...]
7. Custom sorting now allows you to use different criteria for sorting
   initial articles of threads and articles inside threads. [...]
9. When reading in spool mode with spool_check_up_on_nov set, slrn now finds
   out the number of bytes of each article, even if it is not included in
   the news overview file (based on a patch by Jurriaan W Kalkman).
10. Support Cancel-Locks using the canlock library (--with-canlock) that can
    be obtained from <http://cssri.meowing.net/> [...]
11. Support GNU TLS via its new OpenSSL compatibility layer (--with-gnutls).
    [...]
12. New command-line option "-w0" that waits on startup, but only if a
    warning or error is displayed.
13. Updated cleanscore, see contrib/NEWS.cleanscore (Felix Schueller)
14. Verbatim text can be hidden using toggle_verbatim_text (default binding
    '{') or hide_verbatim_text in the config file. (Arek Sochala)
15. The "BEGIN PGP SIGNED ARTICLE" line is displayed using the "pgpsignature"
    color and stripped on followups. (Emmanuele Bassi)
16. If query_read_group_cutoff is set to -n, slrn will automatically
    (without prompting) download n articles when more than n are present.
17. Support Turkish characters on Win32 - set charset to "ibm857" for this.
    With help from A. Alper ATICI
18. Re-structured the manual and added a chapter about slang's
    pre-processing facilities. (Matthias Friedrich)
19. The config variable cc_followup_string is obsolete [...]
20. New translations: [be, fi, tr]
21. Remove duplicates when browsing URLs (Ruediger Sonderfeld)
22. IPv6 support (requires getaddrinfo; patch by J.H.M. Dassen (Ray))
23. A new, updated and more comprehensive FAQ (doc/FAQ) - it replaces the
    files FAQ, SCORE_FAQ and slrnpull/FAQ (written by Matthias Friedrich and
    me, based on John E. Davis' original files).
2003-10-27 21:48:27 +00:00
seb
2b31a04107 Note update of pkgtools/libkver to version 0.3 ["NetBSD 1.6.2 support"] 2003-10-27 20:33:25 +00:00
seb
8b72b13fb8 Update to version 0.3.
Add support for NetBSD 1.6.2.

XXX The "release date" is fiction.
2003-10-27 20:31:42 +00:00
cube
dc228911f5 Note update of thttpd to version 2.24. 2003-10-27 20:31:32 +00:00
cube
8701eeeb9d Update to 2.24. Closes PR pkg/22198 (fix was integratedin that version).
New in version 2.24:

    * Added a bunch of MIME types.
    * Fix minor problem with returning unknown protocol on some errors.
    * Changed the config-file option for diabling symlink checking from "nosymlink" to "nosymlinkcheck" to make its function clearer.
    * Allow blank lines in the config file.
    * Handle more than one SIGHUP and SIGUSR2 (Cameron Gregory).
    * Slight change to handle_newconnect() to better deal with unexpected errors from accept(), such as running out of file descriptors (Alex Keahan).
    * Added optional minimum rate to throttles.
    * Stats syslog messages downgraded from LOG_NOTICE to LOG_INFO.
    * Use unsigned short consistently for port number.
    * Prohibit slashes in the Host: header (Marcus Breiing).
    * Added a -dd data_dir flag and corresponding config-file option.
    * Got rid of the old timer-based zombie process reaper, replacing it with a SIGCHLD handler.
    * Changed the idle connection checking from using a separate timer for each connection to using a single timer that checks all active connections.
    * Correction to missing-slash directory redirect with query string.
    * Added a watchdog alarm handler that forces a core dump if thttpd stops running its timers for too long.
    * Don't send Content-Length header on 304 Not Modified responses.
    * Allow user-agent log entries to be up to 200 characters long, instead only of 80.
    * Fixed buffer overflow bug in defang().
    * Re-arranged the order of calling de_dotdot() so that it doesn't get applied to query strings.
    * Some fixes for the syslogtocern script (paul fox).
    * Changed configure script to use "gcc -dumpversion" instead of "gcc --version" (Ed Goforth).
    * Changed most uses of \r and \n to \015 and \012 (Jens Bauer).
    * In ssi.c, lack of PATH_INFO is now non-fatal (David Phillips).
    * Some improvements to fdwatch (David Burgess).
2003-10-27 20:29:52 +00:00
manu
940d2c0554 Libsnert is a support library for milter-sender, which is iitself a
real-time sender address validation milter for sendmail
2003-10-27 18:00:43 +00:00
manu
2da44337dd Milter-sender is a real-time sender address validation milter for sendmail 2003-10-27 17:57:33 +00:00
manu
81cd61353e Libsnert is a support library for milter-sender, a real-time sender
address validation milter for sendmail
2003-10-27 17:56:58 +00:00
hubertf
b034566993 Update to 2.6nb1. Fixes a few security bugs. Patch contributed via
the OpenFortress project by Rick van Rein <rick@openfortress.nl>
in private mail.
2003-10-27 16:55:32 +00:00
salo
2ed249d21b silc SHA1Transform() hacks no longer needed. 2003-10-27 13:25:50 +00:00
salo
d4dabea969 Note update of silc-client and PKGREVISION++ for silc-client-icb. 2003-10-27 13:25:05 +00:00
salo
c24cb91d5a PKGREVISION++
Sync with silc-client update.
2003-10-27 13:23:55 +00:00
salo
fbaed1db37 Updated to version 0.9.14.
Changes:

- Fixed a crashbug that occurred frequently when joining and leaving
  channels.

- Fixed a crashbug in secure file transfer.

- Several other bugfixes were made.

- Introduction of multimedia message sending and reception.  A perl script
  silc-mime will introduce a new command MMSG, which can be used to send
  MIME messages.  This enables users to send for example images and other
  messages.  The SILC Client will automatically launch the application
  that is able to view the message.

  To start the script give command /script load silc-mime.  It will try
  to find a mailcap file which defines the MIME types and applications
  that can show the MIME messages.  If you want to receive MIME messages
  you will also need to load the script.

  To send a messages use /MMSG command.  Give for example
  /MMSG -channel foobar /path/to/file.gif to send a GIF image to channel
  foobar.  A shortcoming in the MMSG command makes it impossible to send
  private messages without first opening a window for the query.  This
  will be fixed later.
2003-10-27 13:23:31 +00:00
wiz
d8f7a39828 Fix compikation with gcc3; still compiles with gcc2 too.
From Harry Waddell in PR 23281.
2003-10-27 08:26:41 +00:00
reinoud
a431198120 And another patch to get Linux working... sigh ... 2003-10-27 04:21:36 +00:00
reinoud
0c029f378b (AHUM) ... this time i hope it will work fine; my excuses... its late :( 2003-10-27 03:59:07 +00:00
itojun
994f971e6a net/bind9 2003-10-27 03:57:00 +00:00
reinoud
52e863206e Argh! small patch added; thanks to Dave Huang it turned out that
NetBSD/i386-currnet with gcc 3.3.2-nb1 was having trouble with two casts;
they are harmless but need -fno-strict-aliasing to get it to compile.
2003-10-27 03:56:39 +00:00
itojun
5a6d0fa811 upgrade to 9.2.3.
If you have installed BIND 9.1.3-P1, BIND 9.1.3-P2, BIND 9.2.2-P1,
BIND 9.2.2-P2, BIND 9.2.3rc2 or BIND 9.2.3rc3 it is recommended that
you upgrade.  These versions generate false positives when applying
delegation-only tests.

        --- 9.2.3 released ---
1525.   [bug]           dns_cache_create() could trigger a REQUIRE
                        failure in isc_mem_put() during error cleanup.
1524.   [port]          AIX needs to be able to resolve all symbols when
                        creating shared libraries (--with-libtool).
1523.   [bug]           Fix race condition in rbtdb. [RT# 9189]
1522.   [bug]           dns_db_findnode() relax the requirements on 'name'.
                        [RT# 9286]
1518.   [bug]           dns_nxt_buildrdata(), and hence dns_nxt_build(),
                        contained a off-by-one error when working out the
                        number of octets in the bitmap.
1514.   [bug]           named: isc_hash_destroy() was being called too early.
                        [RT #9160]
1513.   [doc]           Add "US" to root-delegation-only exclude list.
        --- 9.2.3rc4 released ---
1512.   [bug]           Extend the delegation-only logging to return query
                        type, class and responding nameserver.
1511.   [bug]           delegation-only was generating false positives
                        on negative answers from subzones.
        --- 9.2.3rc3 released ---
1510.   [func]          New view option "root-delegation-only".  Apply
                        delegation-only check to all TLDs and root.
                        Note there are some TLDs that are NOT delegation
			only (e.g. DE, LV, US and MUSEUM) these can be excluded
                        from the checks by using exclude.
                        root-delegation-only exclude {
                                "DE"; "LV"; "US"; "MUSEUM";
                        };
1509.   [bug]           Hint zones should accept delegation-only.  Forward
                        zone should not accept delegation-only.
1508.   [bug]           Don't apply delegation-only checks to answers from
                        forwarders.
1507.   [bug]           Handle BIND 8 style returns to NS queries to parents
                        when making delegation-only checks.
1506.   [bug]           Wrong return type for dns_view_isdelegationonly().
        --- 9.2.3rc2 released ---
1505.   [bug]           Uninitialised rdataset in sdb. [RT #8750]
1504.   [func]          New zone type "delegation-only".
1503.   [port]          win32: install libeay32.dll outside of system32.
(9.2.2-P2 is somewhere around here)
2003-10-27 03:56:03 +00:00
reinoud
437ff7f5ad Patch udfclient so it will compile again under NetBSD-current wich has
changed scsipi headers and incorporate patches. It also gives Linux SCSI
access to the SCSI sense code!

Esp. Linux users and NetBSD-current users will benefit.
2003-10-27 03:24:22 +00:00
reinoud
7def1e6158 Patch udfclient so it will compile again under NetBSD-current wich has
changed scsipi headers and incorporating the submitted patches. It also
gives Linux SCSI access to the SCSI sense code!

Esp. Linux users and NetBSD-current users will benefit.
2003-10-27 03:22:52 +00:00
grant
35d4b611e2 improve/sync with other firebird pkgs. 2003-10-27 00:10:56 +00:00
kristerw
d8af85b22c Make the pkg compile for arches where char is unsigned. 2003-10-26 23:23:47 +00:00
kristerw
1b2035cd81 Remove PKGREVISION from the mplayer-share/Makefile.common, to
prevent it shadowing the one in gmplayer/Makefile.
2003-10-26 22:51:34 +00:00
kristerw
ea1c10587e Regen after the recent change of a patch in ../mplayer-share. 2003-10-26 22:48:36 +00:00
kristerw
354c07b852 Regen after the recent change of a patch in ../mplayer-share. 2003-10-26 22:34:07 +00:00
kristerw
7519c0dd5e The AlienMind skin has been updated on the master site. Update it
in the package too.

From Todd Vierling in PR pkg/22990.
2003-10-26 22:01:04 +00:00
kristerw
fc2ea4c330 Override config.guess and config.sub to make the pkg recognize shark. 2003-10-26 17:40:31 +00:00
tron
70bfa31f5d Regen. 2003-10-26 14:54:56 +00:00
mrauch
1289a3a370 Use the built-in routines so we pick up all variable settings
(fixes missing -rpath link statement)
2003-10-26 14:54:54 +00:00
tron
b49ffa5fe3 Regen. 2003-10-26 14:51:21 +00:00
tron
c0805ca048 Solve GCC version problem by patching the "configure" script because the
"--disable-gcc-checking" makes the build interactive.
2003-10-26 14:26:25 +00:00
rtr
7fb103ae79 Additional patches resolve gcc3 issues in cpp code & conf macro.
Approved by jlam@netbsd.org
2003-10-26 14:05:59 +00:00
tron
a47d583e8f Remove configuration option "--disable-gcc-checking" which is now added
by "pkgsrc/graphics/mplayer-share/Makefile.common".
2003-10-26 14:05:25 +00:00
tron
3dfbe2d56e Disable GCC version check. While it was added to reject GCC 2.96 (which
was never used in "pkgsrc") it now also reject NetBSD-current's
GCC 3.3.2-nb1.
2003-10-26 14:01:26 +00:00
wiz
f6e04fac71 Add buildlink2.mk (for pkgsrc-wip/boson). 2003-10-26 13:01:56 +00:00
mrauch
8d19c163a6 Fix compilation on -current (gcc3):
1) remove superfluous long in stage2/fsys_reiserfs.c (forward port from
   current version in grub CVS)
2) provide an explicit memcpy stub so the memcpy inserted by gcc3 as
   consequence of a pass-by-value can be linked against (patch from
   Joachim Kainz in grub bug report 3343)
2003-10-26 12:28:50 +00:00
wiz
adf94daa6f Add some files. 2003-10-26 09:59:42 +00:00
wiz
a1543dff29 removed lmme. 2003-10-26 09:00:05 +00:00
wiz
359393cf9c Remove lmme.
The package does not work with MSN any longer due to protocol changes,
and the last activity on the author's part was about 19 months ago,
according to cvsweb.
Requested by Ben Collver, the maintainer.
2003-10-26 08:59:32 +00:00