Commit graph

50946 commits

Author SHA1 Message Date
martti
4694497b69 radiusd-cistron (1.6.7) cistron; urgency=medium
* Fix checkrad.pl::cisco_snmp and usrhiper_snmp so that communities
    other than "public" can be used too.
  * Error out on superflous command line args (optind >= argc)
  * Encrypt CHAP-Password in radclient so that CHAP can be tested too
  * Add "wildcard" option to realms - if you set this option, you can
    match on the entire username using shell wildcards in the realms file.
  * If the nastype in /etc/raddb/naslist is set to 'none' for a nas,
    logins on that nas will have no simultaneous use restrictions imposed
    and those logins will not count towards the total amount of logins.
  * Removed 'raduse' and manpage.
  * Can disable radutmp with "-u none" (likewise radwtmp with "-W none",
    though we already had "-w" for that).
  * Call checkrad with an extra argument, the framed IP address.
  * Fix bug where $INCLUDEing a file without any records would
    cause the rest of the original file to be ignored
  * Support for 64-bit wide integers (integer8 type). If compiled with
    gcc, users file can contain both hex and decimal 64-bit values,
    and 64-bit values are printed in decimal. With other compilers
    (no "long long" support) only hex 64-bit values are supported.
  * Change "_" to "-" in dictionary.redback and change the 64 bits
    values to integer8.
  * Moved the dictionary files to /usr/local/share/radius. Now
    only /etc/raddb/dictionary remains that $INCLUDES all the others.
    For new installs only; existing installations won't be changed
  * Make integer in the format string of sprintf(buf, "%03d:%.20s", ..) in
    make_wtmp() unsigned (%u), otherwise the sprintf could in some cases
    (negative NAS-Port, very long NAS-name) overrun the buffer by one
    byte, overwriting the least significant byte of the return address
    on the stack with a \0. Not sure if this is exploitable or not,
    but it could be a security problem.
  * Make sure ut.login (struct radutmp member) is treated everywhere
    as a NON-zero terminated string.
  * Make sure unsigned integers are used in all places using lvalues
    (32 bits radius values), especially nas_port.
  * radrelay: update id of packet when retransmitting.
  * Print an error and free the request struct if we receive an unknown
    packet type.
  * rad_check_multi: if username/NAS/port match, don't count as dup.
2003-12-16 19:19:41 +00:00
tron
fab270b3a7 Depend on version 7.x of the "opera" package by default. 2003-12-16 13:28:40 +00:00
seb
9063c05285 Rewrite most of the pipeline generating ${PLIST} as a single awk script. 2003-12-16 12:36:54 +00:00
sketch
f6c197ca04 Ensure a version of grep is used which can handle the -F argument. 2003-12-16 11:33:44 +00:00
sketch
285f3a5771 Don't rely on xargs behaviour to pass arguments correctly to rm, instead
execute if necessary directly from find.  Fixes breakage on systems
which output "blah" from $(echo | xargs echo "blah") (Solaris, Linux, ..)
2003-12-16 11:30:57 +00:00
sketch
f65d99908f Properly check for alloca.h and use if necessary, fixing USE_SUNPRO build. 2003-12-16 11:22:31 +00:00
tron
c9f47273e8 Change "kde" to "kde3" in last entry. 2003-12-16 11:16:15 +00:00
tron
d5e771b9f6 Note update of "kde" package to version 3.1.4nb2. 2003-12-16 11:15:20 +00:00
tron
e7d27724d9 Fix dependence on "kdeartwork" package, bump package revision. 2003-12-16 11:15:02 +00:00
adam
bbcb8c7eb8 Updated wine to 20031212 2003-12-16 11:11:53 +00:00
adam
b3fe5e7d62 WHAT'S NEW with Wine-20031212: (see ChangeLog for details)
- Initial implementation of XDND drag&drop support.
        - Improved startup performance on remote displays.
        - Major improvements in the oleaut32 dll.
        - Some support for Netbios functions.
        - Work around for Exec Shield and prelinking troubles.
        - Many code cleanups.
        - Lots of bug fixes.
2003-12-16 11:10:47 +00:00
recht
1f74ac0bf8 note addition of:
fixesext-2.0
Xfixes-2.0.0
xcursor-1.1.1
2003-12-16 09:00:39 +00:00
recht
05f7b0d114 + Xfixes, fixesext, xcursor 2003-12-16 08:55:27 +00:00
recht
b9703949f0 initial import of xcursor 1.1.1
based upon the pkgsrc-wip pkg by xtraeme@

This package, libXcursor, provides the client-side cursor loading
library for X.  This cursor management library is a simple library
designed to help locate and load cursors (from files or memory).

This is part of the X Libraries and Protocol Headers Project hosted
at freedesktop.org.
2003-12-16 08:51:42 +00:00
recht
5615d4633f initial import of Xfixes 2.0.0
based upon the pkgsrc-wip pkg by xtraeme@

Xfixes extension of X RandR
2003-12-16 08:40:51 +00:00
recht
bc70f5fdf3 initial import of fixesext-2.0
based upon the pkgsrc-wip pkg by xtraeme@

The XFIXES Extension is designed to provide the minimal server-side
support necessary to eliminate problems caused by workarounds needed
by X applications due to various shortcomings in the core X window
system.

This is part of the freedesktop.org X Libraries and Protocol Headers
Project.
2003-12-16 08:39:24 +00:00
keihan
d7bcef6684 Add my official mirror to the list of sites. 2003-12-16 08:08:59 +00:00
recht
798ddf3f90 - p5-Socket6 2003-12-16 08:07:15 +00:00
recht
784f5dd250 note update of p5-Socket6 to 0.12 2003-12-16 08:06:44 +00:00
recht
32f02c4f58 update to 0.12
Patch provided by Adrian Portelli in PR 23764

From the CHANGELOG:

2003-10-28  Hajimu UMEMOTO  <ume@mahoroba.org>
* Bump version number to 0.12.
* Socket6.pm: Mention that getipnodeby*() was deprecated in
  RFC3493.

2001-09-20  Hajimu UMEMOTO  <ume@mahoroba.org>
* getaddrinfo.c (getaddrinfo): Correct AI_PASSIVE parsing bug.

2001-09-18  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.11.
* getaddrinfo.c (getaddrinfo), gai.h: Add support of AI_NUMERICHOST.
* getnameinfo.c (getnameinfo): Use socklen_t rather than size_t.
* getnameinfo.c (getnameinfo): Fix buffer overflow problem.

2001-09-17  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm, Socket6.xs, config.h.in, configure.in: Add glue
  functions for getipnodeby*() and gai_strerror().
* Socket6.xs: inet_pton() should work as it is.
* Socket6.xs: Better documentation of inet_pton() and inet_ntop().
* Socket6.pm: Description was filled.
* Socket6.pm, Socket6.xs: Return an error message string if
  getaddrinfo() fails.

2001-03-27  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.10.
* Socket6.xs: Make compilable under OpenBSD.  Though OpenBSD has
  KAME, OpenBSD doesn't have netinet6/ipsec.h.

2001-03-21  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.09.
* aclocal.m4 (IPv6_CHECK_FUNC): There is getaddrinfo(3) in
  libsocket under Solaris8.
2003-12-16 08:05:05 +00:00
recht
9f30bbc30a - loudmouth, gossip 2003-12-16 07:53:44 +00:00
recht
275bb30369 Note the following updates:
loudmouth to 0.14.1
gossip to 0.6
bug-buddy to 2.4.1.1
2003-12-16 07:53:10 +00:00
recht
171026f9b4 update to 0.6
Patch provided by Soren Jacobsen in PR 23768

Changes since 0.5:
* Improved contact list
* New presence system
* New icons
* Tabbed chat windows
* Conversation logging
* Nicer timestamping
* Many bug fixes and small improvements
* Updated and new translations (az, ca, cs, cy, da, de, es, fr, fr, it,
  nl, no, pl, pt, ru, sr, sr@Latn, sv, zh_CN, zh_TW)
2003-12-16 07:48:45 +00:00
recht
64c20b36ac update to 0.14.1
Patch provided by Soren Jacobsen in PR 23767

0.14.1 fixes "a problem" (whatever that means) when using gnutls.
Also, HOMEPAGE changed.
2003-12-16 07:48:19 +00:00
recht
029f86c906 update to 2.4.1.1
Patch provided by Min Sik Kim in PR 23772

Changes since 2.4.0:
- Not disable deprecations by default.
- Fix a crash when debugging a program not in the path. Fix #115147
2003-12-16 07:47:43 +00:00
recht
6ac2fc96d6 Fix build on NetBSD and remove unused patch.
Provided by Soren Jacobsen in PR 23771
2003-12-16 07:26:49 +00:00
tron
f1eabaaa25 Fix bad variable initialization which broke the build of the
"xscreensaver-gnome" and "xscreensaver-demo" packages.
2003-12-16 07:08:10 +00:00
martti
d757920a7d +samba-3.0.1 2003-12-16 05:41:56 +00:00
epg
5e534ebe33 And here is a master site that actually works. 2003-12-16 05:24:35 +00:00
ben
fc7adcede2 Apply gqview-devel update from Soren in PR 23770.
Changes since 1.3.5:
* Port to GTK2 completed, lists are now GtkTreeViews.
* Drag and drop now works with button 1 (see notes below).
* Added preview of results when auto renaming files.
* Middle button now toggles item selection.
* Improved moving of images within collection window.
* Now shows safe delete status in delete dialogs.
* Removed "Insert file drops at pointer location" option.
* Some options in preferences window were moved to advanced tab.
* Drag and drop now works fully with nautilus and konqueror.
* Fix removal of of old thumbnails, broken by previous release.
2003-12-16 02:25:45 +00:00
dillo
f30ee4add2 Note tin-1.6.1 update. 2003-12-16 00:14:49 +00:00
dillo
b62fdab5bd Update tin to 1.6.1
New / changed Features:
-----------------------

. Rebindable keys
. New pager
. Searched for strings are highlighted
. GPG support
. NLS support
. Charset conversion using iconv(3)
. Indicator for articles newer than n-days
. art_mark_read, art_mark_killed, art_mark_selected are now configurable
. Piping '|' now works on the thread menu
. configurable scrolling via scroll_lines
. configurable URL handler via url_handler
. '.' sorts the newsgroup list
. Lots of bug fixes
. xref filter rules are now matched against a the reformatted xref line
. some others

Retired Features
----------------

. INDEX_DAEMON is no longer supported
. -U indexing is no longer supported
. ~/.tin/headers file is no longer directly supported. Use:
. filter rules xref_num and xref_score have been removed
. some others
2003-12-16 00:11:48 +00:00
chris
f018ef49b5 Remove patch line from distinfo 2003-12-15 23:56:08 +00:00
chris
3c85f58a70 Note update to sylpheed 0.9.8a 2003-12-15 23:38:43 +00:00
chris
db13ab1699 Update sylpheed to 0.9.8a, only one change:
The bug that caused the failure of cache data read has been fixed.

Also remove my workaround for the above.
2003-12-15 23:36:14 +00:00
wiz
bcc8529766 + bidwatcher-1.3.11, gnumeric-1.2.2, gnutls-1.0.1 [pkg/23754],
gossip-0.6 [pkg/23768], loudmouth-0.14.1 [pkg/23767], p5-Socket6
  [pkg/23764], sylpheed-0.9.8a, wine-20031212.
2003-12-15 22:43:56 +00:00
wiz
65af2ac2be Remove first chunk of this patch -- it only brings trouble
and is not useful.
2003-12-15 21:22:41 +00:00
bad
1de669a361 Update databases/jdb to 1.12 plus patch for problem with spaces in dbstats
from Heidemann's web page.

Changes since 1.7 apart from bugfixes:

1.12,  30-Oct-02

- NEW: dbcolmultiscale
- NEW: dbcol has -r option for "relaxed error checking"
- NEW: dbcolneaten has new -e option to strip end-of-line spaces
- NEW: dbrow finally has a -v option to negate the test
- NEW: db_to_html_table: simple conversion to html tables
- NEW: dblib now has a function dblib_text2html() that will

1.11,  2-Nov-01

- NEW: dbcolneaten now supports "field specifiers" that
	allow some control over how wide columns should be
- OPTIMIZATION: dbsort now tries hard to be filesystem cache-friendly

1.10, 10-Apr-01

- NEW: dbstats now includes a -S option to optimize work on
	pre-sorted data (inspired by code contributed by Haobo Yu)

1.9,  6-Nov-00

- NEW: dbfilesplit, split a single input file into multiple output files.

1.8, 28-Jun-00

- NEW:  dbrowuniq now optionally checks for uniqueness only on certain fields
- NEW: dbrowsplituniq makes one pass through a file and splits it into
	separate files based on the given fields
- NEW:  converter for "crl" format network traces
- NEW:  anywhere you use arbitrary code (like dbroweval),
	_last_foo now maps to the last row's value for field _foo.
- OPTIMIZATION: comment processing slightly changed so that
	dbmultistats now is much faster on files with lots of comments.
2003-12-15 20:23:51 +00:00
bad
3ae3bc900a Update digest of patch-aa because of RCS Id change by previous commit. 2003-12-15 20:20:41 +00:00
bad
ecc67c2fa1 Update jdb to 1.12 plus the patch for the problem with trailing spaces in
dbstats from Heidemann's web page.

Changes since 1.7 apart from bugfixes:

1.12,  30-Oct-02

- NEW: dbcolmultiscale
- NEW: dbcol has -r option for "relaxed error checking"
- NEW: dbcolneaten has new -e option to strip end-of-line spaces
- NEW: dbrow finally has a -v option to negate the test
- NEW: db_to_html_table: simple conversion to html tables
- NEW: dblib now has a function dblib_text2html() that will

1.11,  2-Nov-01

- NEW: dbcolneaten now supports "field specifiers" that
	allow some control over how wide columns should be
- OPTIMIZATION: dbsort now tries hard to be filesystem cache-friendly

1.10, 10-Apr-01

- NEW: dbstats now includes a -S option to optimize work on
	pre-sorted data (inspired by code contributed by Haobo Yu)

1.9,  6-Nov-00

- NEW: dbfilesplit, split a single input file into multiple output files.

1.8, 28-Jun-00

- NEW:  dbrowuniq now optionally checks for uniqueness only on certain fields
- NEW: dbrowsplituniq makes one pass through a file and splits it into
	separate files based on the given fields
- NEW:  converter for "crl" format network traces
- NEW:  anywhere you use arbitrary code (like dbroweval),
	_last_foo now maps to the last row's value for field _foo.
- OPTIMIZATION: comment processing slightly changed so that
	dbmultistats now is much faster on files with lots of comments.
2003-12-15 20:18:33 +00:00
jmmv
f6e8a19e18 Use omf.mk from scrollkeeper, instead of simply the buildlink2.mk. 2003-12-15 19:17:03 +00:00
wiz
ea62e852c1 Pull me back thirty years. 2003-12-15 19:12:18 +00:00
wiz
586e20d7d1 fix-mime-charset update to 0.5.1. 2003-12-15 18:56:04 +00:00
wiz
f9ecb3d944 Update to 0.5.1, with a patch from the author to make it compile.
Changes:
2003-12-13  Version 0.5.1
  * Procmail usage instructions added to manpage.
  * Fixed missing <algorithm> header in detector.cc (thanks to Jerome Warnier).

2003-11-26  Version 0.5.0
  * ENCA support added (thanks to Volodymyr M. Lisivka).
  * -I and -O options added to exclude some charsets from processing (thanks
    to Ingvarr Zhmakin).
2003-12-15 18:55:31 +00:00
salo
5b08bc9868 Note wm/pwm update. 2003-12-15 18:54:03 +00:00
wiz
cfdbee2a8e gnocatan-0.8.0.0nb1 update. 2003-12-15 18:52:03 +00:00
salo
16c9bcc149 Update to the latest snapshot.
2003-06-17
    * Applied a patch to convert sprintf:s to snprintf:s.
2003-12-15 18:51:21 +00:00
wiz
c7bd4762f5 Add scrollkeeper dependency. Noted missing by Olivier Brisson on tech-pkg.
Bump PKGREVISION to 1.
2003-12-15 18:51:13 +00:00
agc
12d16f719b Initial import of dar-2.0.2 into the NetBSD Packages Collection.
Provided in PR 23738 by David Simas.

DAR is a Disk ARchiver, for backing-up file systems to disk.  It's rather
in the spirit of TAR, with some additions.  Notably:

        DAR can break up a archive into multiple files, to facillitate
        storage on portable media, like CDs or DVDs.

        Can perform incremental back-ups against a reference archive, or,
        more conveniently, a "catalog" of an archive, which is sort of a
        combination of a TAR table-of-contents and a file checksum list.

DAR also supports filtering, so files or directories can be excluded from
an archive, compression, filtered compression, and the inclusion of parity
in archives, to help recover from media errors.

See http://dar.sourceforge.net/
2003-12-15 17:54:00 +00:00
agc
a457cd61c8 Add and enable dar. 2003-12-15 17:53:03 +00:00