Commit graph

72658 commits

Author SHA1 Message Date
wiz
2147ef136c Initial import of qnetwalk from pkgsrc-wip, packaged by Ian Zagorskih.
QNetwalk is a Qt-version of the popular NetWalk game
for system administrators :)

Rules of play:
* You are the system administrator and your goal is
  to connect each computer to the central server.
* Click the right mouse's button for turning the cable
  in a clockwise direction, and left mouse's button for
  turning the cable in a counter-clockwise direction.
* Start the LAN with as few turns as possible!
2005-01-07 11:14:10 +00:00
cube
59a0252425 Note revision bump for curl. 2005-01-07 09:38:21 +00:00
cube
21752a9e5a Add a patch that re-orders inclusion of select.h to avoid compilation
errors on NetBSD 1.6.

PKGREVISION++.
PR#28859 by Gilles Gravier.
2005-01-07 09:37:21 +00:00
peter
5d9ca0d30f - openntpd-3.6.1p1 2005-01-07 09:02:51 +00:00
peter
7546884e3d Mention openntpd update. 2005-01-07 09:02:16 +00:00
peter
35a952c759 Update to 3.6.1p1 (ok wiz).
Changelog:

20041209
 - (dtucker) [version.h] Release 3.6.1p1.

20041208
 - (dtucker) [Makefile.in configure.ac] Add --with-privsep-path configure
   option, based on patch from Andrew Stribblehill (ads at debian org).
 - (dtucker) [Makefile.in configure.ac] Strip installed binaries by default,
   add --disable-strip configure option, taken from OpenSSH.  Noticed by otto@

20041207
 - (dtucker) OpenBSD CVS Sync
  - mickey@cvs.openbsd.org 2004/12/06 17:52:33
    [ntpd.h]
    ensure the most excellent alignment in the structs; henning@ ok
  - mickey@cvs.openbsd.org 2004/12/06 21:57:17
    [ntpd.8 ntpd.c ntpd.h]
    do not log tiny local clock drifts; w/ help from Joerg Sonnenberger
    <joerg@britannica.bec.de>; henning@ ok

20041204
 - (dtucker) OpenBSD CVS Sync
  - jmc@cvs.openbsd.org 2004/11/07 22:42:33
    [ntpd.conf.5]
    document that keywords can be specified multiple times;
    from otto and myself; prodded by henning;
  - otto@cvs.openbsd.org 2004/11/08 20:09:19
    [ntpd.conf.5]
    Advice user to use multiple servers. Prodded by Daniel Polak, help and ok
    jmc@ ok henning@
  - henning@cvs.openbsd.org 2004/11/10 12:27:54
    [ntpd.c ntpd.h parse.y]
    const'ify conffile
    From: Joerg Sonnenberger <joerg@britannica.bec.de>
  - henning@cvs.openbsd.org 2004/11/10 12:47:28
    [client.c ntp.c ntpd.h]
    ntp_adjtime() -> priv_adjtime()
    ntp_settime() -> priv_settime()
    ntp_host_dns() -> priv_host_dns()
  - henning@cvs.openbsd.org 2004/11/12 18:24:52
    [ntp.c ntpd.h util.c]
    some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de>
  - henning@cvs.openbsd.org 2004/11/25 07:27:41
    [parse.y]
    fix "listen on hostname"
    fallout from the deferred dns lookups
    noticed by dhartmei@
 - (dtucker) [y.tab.c] Regen.

20041203
 - (dtucker) [ntpd.c openbsd-compat/bsd-misc.c openbsd-compat/openbsd-compat.h]
    Correctly initialise __progname on platforms that don't have it natively,
    based on OpenSSH's ssh_get_progname().  Reported by ihsan at dogan.ch.

20041106
 - (dtucker) [client.c] Back out portable-specific SA_LEN bits.
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2004/11/05 15:28:29
    [parse.y]
    memleaks in error pathes, patrick latifi, Thanks!
  - dtucker@cvs.openbsd.org 2004/11/06 00:39:46
    [client.c]
    Use SA_LEN() instead of ss.ss_len.  Evaluates to the same result but it's
    easier on portable.  ok henning@

20041105
 - (dtucker) [configure.ac ntpd.c] Remove workaround for signal(SIGCHLD,
   SIG_IGN) on Linux.
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2004/11/02 19:00:38
    [ntpd.8]
    superfluous comma, From: James Herbert <lists@artyzan.net>
  - henning@cvs.openbsd.org 2004/11/05 00:04:22
    [ntpd.c]
    use SIG_DFL instead of SIG_IGN when we are not interested in SIG_CHILD
    anymore, same thing for us and it makes darren's life easier for the
    portable
 - (dtucker) [configure.ac ntpd.h] Add a --with-privsep-user option to
   configure.

20041103
 - (dtucker) [configure.ac] Check for snprintf too.
 - (dtucker) [ntpd.8] Remove references to OpenBSD-specific startup files,
   from Christian Gut (cycloon at is-root org).

20041028
 - (dtucker) [openbsd-compat/bsd-misc.c] Use precision from adjtimex for
   clock_getres.

20041027
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2004/10/27 10:55:27
    [ntp.c]
    use clock_getres(3) and calculate precision from that, and fill the
    precision field when we reply in server mode accordingly. from phessler
  - dtucker@cvs.openbsd.org 2004/10/27 14:19:12
    [ntp.c]
    Calculate Hz and round up; ok henning@
 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c
   openbsd-compat/openbsd-compat.h] Add clock_getres compat function.

20041026
 - (dtucker) [configure.ac includes.h openbsd-compat/bsd-misc.c
   openbsd-compat/openbsd-compat.h] Add vsyslog() to compat library.
 - (dtucker) [configure.ac openbsd-compat/Makefile.in
   openbsd-compat/bsd-snprintf.c] Import snprintf replacement from OpenSSH
   Portable.
 - (dtucker) [configure.ac defines.h] Add a few definitions needed to compile
   on older Solaris version.
 - (dtucker) [README] Update for Solaris.
 - (dtucker) [configure.ac] Look for socklen_t in <sys/socket.h>
 - (dtucker) [configure.ac includes.h] Include <ctype.h>, do better checking
   for socklen_t.
 - (dtucker) [openbsd-compat/openbsd-compat.h] Add prototypes for snprintf
   and vsnprintf.
 - (dtucker) [configure.ac defines.h] Use sockaddr_storage.__ss_family where
   available.

20041023
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2004/09/14 22:01:28
    [client.c]
    paranoia: reset query->fd to -1 after close, from canacar some time ago
  - henning@cvs.openbsd.org 2004/09/15 00:05:29
    [buffer.c]
    remove buf_write(), not used in ntpd. found by theo
  - henning@cvs.openbsd.org 2004/09/15 00:07:20
    [ntp.c]
    missing include, from theo
  - henning@cvs.openbsd.org 2004/09/15 00:08:06
    [ntp.c ntpd.c]
    unused variables, theo
  - henning@cvs.openbsd.org 2004/09/15 00:18:12
    [ntpd.h parse.y]
    remove the unused variable/macro code, ok theo
  - henning@cvs.openbsd.org 2004/09/15 00:23:08
    [parse.y]
    kill another unused function and two debugging printfs
  - henning@cvs.openbsd.org 2004/09/15 19:14:11
    [ntp.c ntpd.c]
    malloc the imsg buffers instead of having them statically, suggested by
    micsky some time ago, ok otto
  - henning@cvs.openbsd.org 2004/09/15 19:21:25
    [imsg.c ntp.c ntpd.c ntpd.h]
    imsg framework cleanup:
    -kill the _pid flavors of imsg_create and imsg_compose, and just add pid as
    argument to those
    -use imsg_create in imsg_compose instead of duplicating code
    -check for datalen overflow
  - henning@cvs.openbsd.org 2004/09/15 19:22:55
    [imsg.c]
    need buf_free() to free buf, free() is not good enough
  - henning@cvs.openbsd.org 2004/09/16 01:02:37
    [imsg.c]
    ewps...
  - henning@cvs.openbsd.org 2004/09/16 01:06:51
    [imsg.c]
    use imsg_add instead of the lower level buf_add in imsg_create; it already
    does the error checking for us.
  - henning@cvs.openbsd.org 2004/09/16 01:10:05
    [imsg.c]
    in imsg_compose:
    -don't buf_free() on imsg_add() errors, it already does that for us
    -use imsg_close() instead of buf_close(), does error handling already
  - henning@cvs.openbsd.org 2004/09/16 01:13:42
    [imsg.c ntpd.h]
    the "type" param to imsg_compose and imsg_create is really an
    enum imsg_type and not an int
  - henning@cvs.openbsd.org 2004/09/18 07:33:14
    [ntp.c ntpd.h]
    do not bother overallocating and shrinking the pfd and idx2peer arrays,
    doesn't by us anything. discussed with ryan during dinner at original joe's
  - henning@cvs.openbsd.org 2004/09/18 20:01:38
    [client.c ntp.c ntpd.8 ntpd.c ntpd.h]
    add a new -s option, that tells ntpd to set the time using settimeofday()
    once at startup. ntpd delays daemonizing until it has done the intial
    time setting (or ran into the timeout) in this mode to make sure stuff
    started later in rc is not subject to time jumps.
    this eleminates the need to run rdate -n beforehands.
    with some input from & ok ryan and bob, march music from mickey
  - henning@cvs.openbsd.org 2004/09/18 20:27:57
    [ntpd.c ntpd.h]
    don't call settimeofday() when the offset is smaller than 180 seconds,
    adjtime() will fix that fast enough, from discussion in theo's living room
    ok mcbride beck
  - henning@cvs.openbsd.org 2004/09/18 20:31:46
    [ntpd.8]
    say when we run settimeofday() with -s and when not, help from bob
  - henning@cvs.openbsd.org 2004/09/18 20:37:12
    [ntpd.8 ntpd.c]
    implement -S to override earlier -s, requested by theo
  - henning@cvs.openbsd.org 2004/09/18 23:21:35
    [ntpd.c]
    jmc says S before s and not s before S, sssssssso we do.
  - henning@cvs.openbsd.org 2004/09/18 23:22:13
    [ntpd.8]
    greatly improved by jmc with some tweaks by yours truly
  - henning@cvs.openbsd.org 2004/09/23 01:53:07
    [ntpd.c]
    reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send it
    a kill then - tiny possible race there
    pointed out by Brian Poole <raj@cerias.purdue.edu>
  - henning@cvs.openbsd.org 2004/09/24 14:51:16
    [client.c ntp_msg.c]
    connect() the client-side sockets. idea & test & ok camield@
  - henning@cvs.openbsd.org 2004/09/30 10:19:43
    [client.c]
    now that we connect() the client sockets we need to handle ECONNREFUSED as
    non-fatal too, from camield@
  - henning@cvs.openbsd.org 2004/10/04 11:12:58
    [ntp.c]
    do not take the average offset from all peers when calculating the total
    offset to correct the local clock, but use the median.
    given a reasonable sized set of servers this makes us nearly immune against
    outliers or flasetickers, without the need for a horribly complicated
    outliers detection which does not yield to better results anyway.
  - henning@cvs.openbsd.org 2004/10/05 11:23:28
    [client.c]
    in client_addr_init() and client_nextaddr(), do not set up the socket and
    connect it, instead leave it at -1.
    in client_query, set up and connect the socket if it is -1.
    and, the real reason for this change: handle connect failures gracefully
    ok otto
  - henning@cvs.openbsd.org 2004/10/08 12:42:25
    [client.c]
    whitespace both in comment; from bernd
  - henning@cvs.openbsd.org 2004/10/13 09:20:41
    [ntp.c]
    when we get back a IMSG_HOST_DNS message from the parent the peer ID within
    might have become invalid (because the peer showed up, dns request sent to
    parent, peer vanishes, and then the reply comes back), so do not fatal() in
    that case but just log_warnx(). provoked by brad
  - henning@cvs.openbsd.org 2004/10/13 12:22:39
    [ntp.c server.c]
    correctly set refid in replies with NTP protocol versions < 4.
    code path for NTP4 remains unchanged, we already set refid correctly there.
    NTP3 and older uses an IPv4 address as refid.
    use the IP of the server we last synced to if it was a IPv4 one.
    sometimes we use the average offset between two, in that case just pick
    one for the IP.
    this scheme naturally fails when we query IPv6 servers and have to reply
    to IPv4 NTP3 (or even older NTP versions) clients - refid stays at 0 then.
    this is a protocol limitation, nothing we can do about it.
  - henning@cvs.openbsd.org 2004/10/13 12:37:47
    [ntp_msg.c]
    fall cleaning
  - henning@cvs.openbsd.org 2004/10/13 13:19:44
    [client.c]
    thinko, htonl() -> ntohl(). as we don't use the value in question effect
    zero
  - henning@cvs.openbsd.org 2004/10/13 13:35:19
    [client.c ntp.h ntp_msg.c]
    in struct ntp_msg, rename "distance" to "rootdelay" to closer match RFCs
    and such
  - henning@cvs.openbsd.org 2004/10/13 14:02:50
    [ntp.c server.c]
    set rootdelay in replies.
    inherit rootdelay from the delay from the last client update from the peer
    that we picked last time to adjust the local clock.
    in some cases we use the average offset between two peers' client updates,
    then use the average delay between the two as well.
  - dtucker@cvs.openbsd.org 2004/10/14 09:35:48
    [client.c ntpd.h server.c]
    Have ntpd use IPTOS_LOWDELAY; ok henning@
  - dtucker@cvs.openbsd.org 2004/10/15 01:58:04
    [client.c server.c]
    Only set IPTOS_LOWDELAY on IPv4 interfaces; pointed out by phessler,
    ok henning
  - henning@cvs.openbsd.org 2004/10/22 21:17:37
    [client.c ntp.c ntp_msg.c ntpd.h server.c]
    in server mode reply with stratum from the peer that we currently prefer
    plus one
  - henning@cvs.openbsd.org 2004/10/22 21:24:20
    [ntp_msg.c]
    oups
 - (dtucker) [client.c] Use SA_LEN instead of ss_len.
 - (dtucker) [ntpd.c] Move seed_rng earlier.
 - (dtucker) [includes.h ntpd.c version.h] Add a version identifier.
 - (dtucker) [configure.ac ntp.c] Test for the presence of <paths.h>
 - (dtucker) [defines.h] Define MAX() macro if not already defined.
 - (dtucker) [ntpd.c] Add SCCS tag marker so 'what' works too.
2005-01-07 09:00:51 +00:00
rh
9402f119bd Remove myself as the MAINTAINER for this package. 2005-01-07 07:44:37 +00:00
minskim
f7411fa9b0 Specify the openssl path explicitly. Without this, the package
doesn't build on platforms without native ssl library because the
configure script fails to find pkgsrc openssl.
2005-01-07 01:10:14 +00:00
jlam
840bee35ba If we fail the user/group existence test, then don't proceed to the
directory creation, which often need to create directories owned by
a particular user.
2005-01-06 23:44:35 +00:00
schmonz
af50472984 - daapd
+ dovecot-0.99.13
Claim howl-0.9.8.
2005-01-06 22:16:21 +00:00
jmmv
910b3536d5 Note update of ggv2 to 2.8.2. 2005-01-06 22:10:59 +00:00
jmmv
51b59703ba Update to 2.8.2:
What's new? Well, most importantly, the document watch feature has been
ported to gnome-vfs file monitoring capabilities, fixing annoying
misbehaviour of GGV while watching over remote documents. Apart from
that a few minor bugs were fixed and ghostscript was caught occasionally
running without the "-dSAFER" switch: this rather dangerous habit was
prohibited immediately!

GGV is now also a bit less of a narcist: it does not include "GGV" in
the desktop entry name - it's only "PostScript Viewer" now, following
the fine examples of eog and gpdf.

The recent-files module has been updated to the one in latest libegg.

Multiple updated translations.
2005-01-06 22:09:52 +00:00
adrianp
7e0dd90d18 Updated vim-* packages to 6.3.045 for recent security issue. 2005-01-06 21:02:16 +00:00
adrianp
589bad3eab Bump to 6.3.045 for recent security issue.
2672  6.3.001  ":browse split" gives file selection dialog twice
  3913  6.3.002  utf-8 detection in translated help files is wrong
  1891  6.3.003  crash when using console dialog without default choice
  2438  6.3.004  too many hit-enter prompts when searching for long string
  2809  6.3.005  crash when searching with character offset in closed fold
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument
  1755  6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
  1865  6.3.008  OS/2: can't compile, missing error message
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
  1896  6.3.011  crash when user command completion uses "normal :cmd"
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
  1566  6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
  1207  6.3.015  the string returned by winrestcmd() may end in garbage
  1735  6.3.016  'define' default had "\s" before #, breaks "[d"
  1364  6.3.017  "9zz" could place the cursor beyond the end of a line
  1844  6.3.018  ":0argadd zero" added the argument after the first one
  1992  6.3.019  crash during startup when compiled for debugging
  1915  6.3.020  "dw" doesn't work right for UTF-8 when 'delcombine' is set
  2822  6.3.021  can't edit file with path separator in trail byte of last char
  6419  6.3.023  when <Space> is remapped abbreviations are not expanded
  2456  6.3.024  missing NUL for strings created with ga_concat()
  3070  6.3.026  setting 'bg' in syncolor.vim may cause endless loop or crash
  7500  6.3.027  VMS: Writing a file may insert extra CR characters
  2128  6.3.028  the BOM marker is written when appending to a file
  2173  6.3.029  crash in syntax highlighting code when inserting a line break
  4579  6.3.030  GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
  1483  6.3.031  pressing Tab when entering a mapping may cause a display error
  2094  6.3.032  with Python 2.3 using threads doesn't work
  1552  6.3.033  mapping ending in two-char command doesn't restart Insert mode
  1618  6.3.034  VMS: crash in RTL when using :help, caused by ? wildcard
  1770  6.3.036  ml_get errors when fold was deleted
  2889  6.3.037  (after 6.3.032) warning for unused variable
  2749  6.3.039  line numbers not updated when inserting a line above window
 18020  6.3.040  window count for a buffer was wrong after error handling
  1760  6.3.042  CTRL-X CTRL-E in Insert mode does not scroll fold correctly
  8053  6.3.043  'hlsearch' highlighting sometimes disappears
 12283  6.3.045  some option values may cause trouble in a modeline
2005-01-06 20:39:28 +00:00
adrianp
a71a93f1fa Bump to 6.3.045 for recent security issue
2672  6.3.001  ":browse split" gives file selection dialog twice
  3913  6.3.002  utf-8 detection in translated help files is wrong
  1891  6.3.003  crash when using console dialog without default choice
  2438  6.3.004  too many hit-enter prompts when searching for long string
  2809  6.3.005  crash when searching with character offset in closed fold
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument
  1755  6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
  1865  6.3.008  OS/2: can't compile, missing error message
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
  1896  6.3.011  crash when user command completion uses "normal :cmd"
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
  1566  6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
  1207  6.3.015  the string returned by winrestcmd() may end in garbage
  1735  6.3.016  'define' default had "\s" before #, breaks "[d"
  1364  6.3.017  "9zz" could place the cursor beyond the end of a line
  1844  6.3.018  ":0argadd zero" added the argument after the first one
  1992  6.3.019  crash during startup when compiled for debugging
  1915  6.3.020  "dw" doesn't work right for UTF-8 when 'delcombine' is set
  2822  6.3.021  can't edit file with path separator in trail byte of last char
  6419  6.3.023  when <Space> is remapped abbreviations are not expanded
  2456  6.3.024  missing NUL for strings created with ga_concat()
  3070  6.3.026  setting 'bg' in syncolor.vim may cause endless loop or crash
  7500  6.3.027  VMS: Writing a file may insert extra CR characters
  2128  6.3.028  the BOM marker is written when appending to a file
  2173  6.3.029  crash in syntax highlighting code when inserting a line break
  4579  6.3.030  GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
  1483  6.3.031  pressing Tab when entering a mapping may cause a display error
  2094  6.3.032  with Python 2.3 using threads doesn't work
  1552  6.3.033  mapping ending in two-char command doesn't restart Insert mode
  1618  6.3.034  VMS: crash in RTL when using :help, caused by ? wildcard
  1770  6.3.036  ml_get errors when fold was deleted
  2889  6.3.037  (after 6.3.032) warning for unused variable
  2749  6.3.039  line numbers not updated when inserting a line above window
 18020  6.3.040  window count for a buffer was wrong after error handling
  1760  6.3.042  CTRL-X CTRL-E in Insert mode does not scroll fold correctly
  8053  6.3.043  'hlsearch' highlighting sometimes disappears
 12283  6.3.045  some option values may cause trouble in a modeline
2005-01-06 20:38:06 +00:00
peter
57bd11bafb Set sysconfdir to ${PKG_SYSCONFDIR} in configure.
Should fix PR pkg/28866 from Kimmo Suominen.

Bump PKGREVISION to 2.

ok wiz.
2005-01-06 18:41:55 +00:00
cube
8260122dde Note revision bump for mppe-lkm. 2005-01-06 18:23:11 +00:00
jlam
f166f11cf0 Don't create the directories during installation... let the pkgsrc INSTALL
script handle it instead to ensure proper ownership.
2005-01-06 18:22:29 +00:00
cube
98673512d7 Fix a bug that made the kernel module crash when trying to send packets of
size approximatively equal to MLEN.

PKGREVISION++, everyone using that package should update.
2005-01-06 18:22:16 +00:00
drochner
d91a024f7f mention recent updates 2005-01-06 17:41:51 +00:00
drochner
8b8f65e89a update to 0.4.1
changes:
-needs gtk+-2.4
-some fixes and ui improvements
2005-01-06 17:22:52 +00:00
drochner
f87525f0ac update to 1.0
changes:
-security issue regarding the AIFF demuxer (CAN-2004-1300)
-Xv plugin dynamically linked again
-some fixes
2005-01-06 17:04:42 +00:00
wiz
4a1815b7bf + gliv-1.9.1, gwenview-1.1.7a [tech-pkg on 2005/01/06], mathomatic-11.6c,
mrtg-2.11.1, pcal-4.8, py-psycopg-1.1.18, snd-7.9.
- openoffice (thanks, mrauch!), enchant.
2005-01-06 16:52:04 +00:00
wiz
d9d96b78e0 enchant updated to 1.1.5. 2005-01-06 16:51:10 +00:00
wiz
4d55584627 Update to 1.1.5:
Bug fixes and better Mac OSX integration.
2005-01-06 16:50:39 +00:00
drochner
1031ae2e10 The "+" constraint modifier was yoo much. While it seems correct to me, it
caused gcc complaints in some cases. Pointed out by Nicolas Joly.
PR pkg/28882 should be fixed now.
2005-01-06 16:32:01 +00:00
wiz
9fda5a4e7a Fix typo in SITES_*. 2005-01-06 16:27:06 +00:00
mrauch
311bf37796 Note update of openoffice to 1.1.4. 2005-01-06 15:54:39 +00:00
mrauch
5fdb99139b Update to version 1.1.4.
* solves the vulnerability CAN-2004-0752
  (local users may read files of other users because of world-readable
   temporary files)
* various bug fixes
2005-01-06 15:52:19 +00:00
mjl
a59e874da8 Note daapd 2005-01-06 14:44:39 +00:00
drochner
12b99afb60 update for new patch and changed DIST_SUBDIR 2005-01-06 14:43:24 +00:00
mjl
79d3d0e997 Update to daapd 0.2.4a
- Bugfixes and additions to static playlists.
 - Adds static playlists. daapd reads playlists in M3U, M3U extended
   and PLS format.
2005-01-06 14:43:09 +00:00
drochner
6c45ee26da some skins have changed on the distribution site - use new DIST_SUBDIR 2005-01-06 14:42:56 +00:00
drochner
396693cd15 SSE(2) support is always present on amd64 - ifdef out the sysctl 2005-01-06 14:40:45 +00:00
wiz
d14c3a6198 Wildcard dependencies. 2005-01-06 14:25:56 +00:00
tron
5d1e0fdf09 Add conflict with "vim-motif" package. 2005-01-06 14:11:03 +00:00
adrianp
21de3b1d07 Bump to nb1 for recent security issue:
https://bugzilla.mozilla.org/show_bug.cgi?id=272620
2005-01-06 13:15:27 +00:00
adam
0639b6fa65 Updated cmake to 2.0.5 2005-01-06 13:08:43 +00:00
adam
fed3e2ab99 Changes 2.0.5:
* Bug fixes
2005-01-06 13:07:59 +00:00
adrianp
935e8631c5 Note nasm bump to nb1 for recent security issue 2005-01-06 13:07:48 +00:00
adrianp
f3ea10cc7e Bump to nb1 for recent security issue:
http://sourceforge.net/mailarchive/forum.php?thread_id=6166881&forum_id=4978
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1287
2005-01-06 13:06:10 +00:00
jmmv
daad1981ce It's gst-plugins-artsd, with a trailing 'd'. 2005-01-06 13:04:55 +00:00
tron
e86a212a77 Note update of "xine-lib" package to version 1rc8nb2. 2005-01-06 12:59:36 +00:00
drochner
9711cbfc62 tighten an inline asm constraint for amd64 2005-01-06 12:25:23 +00:00
wiz
42d0d26364 Add suggestion: acroread7 package. 2005-01-06 12:12:15 +00:00
tron
1fc68b901c Fix buffer overflow reported in CAN-2004-1300, bump package revision. 2005-01-06 12:04:08 +00:00
adam
e2cebb2b69 Updated ntop to 3.1 2005-01-06 11:56:50 +00:00
adam
dc1c7dd66b old ntop->ntop1, ntop updated to 3.1 2005-01-06 11:53:30 +00:00
adam
4ade3879cb ntop is a network traffic probe that shows the network usage, similar to what
the popular top Unix command does. ntop is based on libpcap and it has been
written in a portable way in order to virtually run on every Unix platform and
on Win32 as well.

ntop users can use a web browser (e.g. netscape) to navigate through ntop (that
acts as a web server) traffic information and get a dump of the network status.
In the latter case, ntop can be seen as a simple RMON-like agent with an
embedded web interface.

The use of:
- a web interface
- limited configuration and administration via the web interface
- reduced CPU and memory usage (they vary according to network size and traffic)
make ntop easy to use and suitable for monitoring various kind of networks.
2005-01-06 11:52:35 +00:00
adam
6949230a80 net/ntop renamed to net/ntop1 2005-01-06 11:44:16 +00:00