summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-06-29Update to 2.10.2:jmmv2-7/+6
- Makes metacity a bit faster when dragging windows around (Soeren) [#141813] - Fix simple memory error, using the address of a local variable as a hash key (Ryan) [#307209] - Fix a small leak in the case of a SYNC_COUNTER property value and HAVE_XSYNC not defined (Ryan) [#307214] - Cleanup font data when done with it (Ray) [#306720] - If the window has a modal transient which is being unmanaged, don't focus it (Elijah) [#305362] - Make sure window position is calculated correctly for reconfigure requests when part of the XWindowChanges structure is uninitialized (Greg) [#305257] - Add a resize popup when resizing constrained windows (Ray) [#305564] - Don't accidentally treat maximize vertically as maximize in both directions (Elijah) [#302204] - Put all transients of the new window, if any exist, in the calc_showing queue (Elijah, Billy) [#303284] Translations Kostas Papadimas (el), Priit Laes (et), Pauli Virtanen (fi), Ignacio Casal Quinteiro (gl), Theppitak Karoonboonyanan (th), Canonical Ltd (xh), Woodman Tuen (zh_TW)
2005-06-29Remove HOMEPAGE from DESCR.wiz1-2/+0
2005-06-29dar-2.2.2martti2-4/+4
2005-06-29Updated dar to 2.2.2martti14-178/+30
* lots of new options * lots of bug fixes * translation updates * documentation updates
2005-06-29fix typohubertf1-1/+1
2005-06-29Update spamprobe to 1.2a.hubertf4-10/+23
SpamProbe changes: - New email parsing implementation - New hash database, in addition to Berkeley DB (bdb/db4) (=> Hopefully no more "caught runtime exception: get: DB_PAGE_NOTFOUND: Requested page not found" on Linux every other day!) - And much more, check the ChangeLog for accurate information pkgsrc changes: - Added db4 database backend to be optional (not requirement anymore) Patches sent by the maintainer Ossi Herrala <oherrala@ee.oulu.fi> in private mail.
2005-06-28Note net/openntpd update.peter2-3/+3
2005-06-28Update to openntpd-3.7p1.peter2-7/+8
Changes: 20050523 - (dtucker) [configure.ac defines.h] Add flags to allow ntpd to build on AIX, mostly from tomwilliams14 at comcast.net. - (dtucker) [contrib/redhat/openntpd.spec] Specfile update from Bernhard Weisshuhn (bkw at weisshuhn de): - Use 'ntp' (not _ntp) with id 38 as privsep user - Add openssl-devel to Build-Requires - mkdir -p /var/empty/ntpd - Added ChangeLog, README LICENCE and CREDITS as docfiles - removed fluff, use %{_variables} where appropriate - (dtucker) [configure.ac] Fall back to builtin arc4random if we don't find a usable OpenSSL. - (dtucker) [README] Update known-working platforms and misc info. - (dtucker) [README] Add CVS Id. - (dtucker) [configure.ac includes.h] Check for and include arpa/nameser.h, fixes build on Solaris 2.5.1. - (dtucker) [version.h contrib/redhat/openntpd.spec] Enter 3.7p1. 20050313 - (dtucker) OpenBSD CVS Sync - dtucker@cvs.openbsd.org 2005/01/27 15:44:00 [client.c ntp.c ntpd.h] Scale query interval by the overall offset not per-peer offset, so we don't query outliers more often than any other server. ok henning@ - dtucker@cvs.openbsd.org 2005/01/28 13:01:32 [client.c server.c] Make network unreachable errors non-fatal; ok henning@ - henning@cvs.openbsd.org 2005/01/28 13:32:24 [ntpd.c] fatal() if daemon() fails, Alexander von Gernler <grunk@pestilenz.org> - dtucker@cvs.openbsd.org 2005/01/28 13:37:20 [client.c ntp.c ntpd.h] Simplify interval scaling and randomize query intervals; ok henning@ - henning@cvs.openbsd.org 2005/02/02 19:52:32 [ntpd.c] usage() is __dead pt out by Alexander v Gernler - henning@cvs.openbsd.org 2005/02/02 19:57:09 [buffer.c ntpd.h] buffer structs and API ssize_t -> size_t; from bgpd - henning@cvs.openbsd.org 2005/02/02 20:03:52 [ntp.c] KNF - dtucker@cvs.openbsd.org 2005/02/03 11:53:33 [client.c ntpd.h] Implement simple duplicate suppression of peer errors; ok henning@ - henning@cvs.openbsd.org 2005/02/21 18:58:43 [client.c] fix an error message - henning@cvs.openbsd.org 2005/02/22 13:03:24 [ntp.c] when sending a query already returns a failure, we're not going to see a reply to that query. if we get errors for all queries and the initial settime() is still due and thus the parent process still waits (not yet daemonized!), send an IMSG_SETTIME with offset 0. shortens the delay dramatically when you boot without network idea from a discussion with theo - henning@cvs.openbsd.org 2005/03/06 19:36:52 [imsg.c] fix error message, Benedikt Steinbusch <bsteinb@hamazone.de> - henning@cvs.openbsd.org 2005/03/08 13:31:40 [client.c] let client_query return 0 if it requested dns resolution - henning@cvs.openbsd.org 2005/03/08 15:28:55 [ntpd.c] from the "shut the fuck up, ntpd" department: move log_debug call to tell about skipping the settime due to lack of answers down slightly below the 2nd (and final) log_init call so it becomes a -d only thing. tested by dlg and me - deraadt@cvs.openbsd.org 2005/03/08 15:37:16 [ntp.c] missing break spotted by lint - henning@cvs.openbsd.org 2005/03/08 15:59:36 [config.c] from the "shut the fuck up, ntpd" department: don't whine about temporary dns errors - deraadt@cvs.openbsd.org 2005/03/08 17:27:14 [ntp.c] knf - henning@cvs.openbsd.org 2005/03/08 17:33:43 [ntp.c] when trying short-circuit the wait for the first reply for -s, only do so when -we tried to send at least one query (that is the change) -we could not send ou a single one without failure (this was already in place but catched too much) problem independently noticed by nick and danh, ok mickey danh, testing by many - henning@cvs.openbsd.org 2005/03/09 15:07:00 [imsg.c] when, after processing all complete imsgs we found in the buffer, there are some bytes left (less than an imsg header, or less than the imsg header len field says) we copy it to the very beginning of the buffer. use memmove instead of memcpy since it is not guaranteed that there's no overlap. while memcpy on OpenBSD is safe, it might not elsewhere, and we want our code to be correct anyways. funny enough theo and I talked at length about that last week in dublin, and I said I believe I had no memcpys with the chance of overlap in ntpd/ bgpd - well, here is one, and Alexander von Gernler <grunk@pestilenz.org> pointed me to it. - henning@cvs.openbsd.org 2005/03/09 21:31:11 [config.c ntpd.c] nasty: host_dns used to run before forking and chrooting etc, so it was guaranteed that its res_init() call was done once before fork etc... that is no longer the case. call res_init() in main() early. - dtucker@cvs.openbsd.org 2005/03/13 11:06:27 [ntpd.c] Fixes in ntpd_settime (ie ntpd -s): - Handle errors from syscalls better - Prevent curtime.tv_usec from being negative for negative offsets. - Don't claim to have done settimeofday if it fails. ok henning@ (brought to my attention by holger at wizards.de) - (dtucker) [defines.h] defined __dead if the system doesn't. 20050211 - (dtucker) [defines.h] Fix SA_LEN macro for platforms that have different sized sockaddr_in and sockaddr_in6 structs but don't define their own SA_LEN. Patch from Leonardo C. Filho <leonardo at fesppr br>. 20050127 - (dtucker) OpenBSD CVS Sync - henning@cvs.openbsd.org 2004/12/22 17:04:11 [ntpd.c] d can be negative, take that into account when comparing to the logging threshold. spotted by Constantine Murenin <mureninc@gmail.com>, mickey ok - henning@cvs.openbsd.org 2004/12/23 17:10:10 [ntp.c] KNF - dtucker@cvs.openbsd.org 2005/01/27 11:32:29 [client.c ntp.c ntpd.h] Delay before retrying a query on timeout; ok henning@ 20050109 - (dtucker) [LICENCE] Fix typos and omissions, tidy up formatting. - (dtucker) [LICENCE] Add CVS Id. 20050107 - (dtucker) [LICENCE] Add an OpenSSH-style licence summary. 20041222 - (dtucker) OpenBSD CVS Sync - moritz@cvs.openbsd.org 2004/12/20 16:10:05 [ntpd.c] some typos in log messages. - henning@cvs.openbsd.org 2004/12/22 06:34:52 [ntp.c] if our first getpwnam(), testing for NTPD_USER, succeeded, but the second returns NULL, we don't need loooong explanations, but at least some indicator what went wrong, From: Michael Knudsen <e@molioner.dk> - dtucker@cvs.openbsd.org 2004/12/22 06:36:11 [server.c] Save original value returned by getifaddrs to free later; ok henning@ - (dtucker) [openbsd-compat/uidswap.c] Include includes.h 20041220 - (dtucker) [README] Queries and bug reports to me. - (dtucker) [configure.ac defines.h] on QNX, socklen_t is really size_t. - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/port-qnx.c] Add an adjtime() function for QNX, written by Anthony O.Zabelin. 20041219 - (dtucker) [includes.h openbsd-compat/Makefile.in openbsd-compat/atomicio.c openbsd-compat/atomicio.h openbsd-compat/bsd-arc4random.c openbsd-compat/openbsd-compat.h]: Add atomicio from OpenSSH and use for reading entropy sources to ensure complete reads. - (dtucker) [defines.h] Remove some dead code. - (dtucker) [openbsd-compat/bsd-arc4random.c] Use atomicio for write too. 20041218 - (dtucker) [configure.ac ntp.c ntpd.c openbsd-compat/Makefile.in openbsd-compat/bsd-poll.c openbsd-compat/bsd-poll.h openbsd-compat/openbsd-compat.h] Add a poll() replacement built around select() and enable for platforms that don't have poll (eg QNX4). Poll header file from OpenBSD, function written by me, tested on QNX4 by Anthony O.Zabelin. - (dtucker) [configure.ac] Alphabetize system-specific case block. - (dtucker) [configure.ac bsd-misc.c] Add a dummy setgroups() function for platforms that don't have it; from Anthony O.Zabelin. - (dtucker) [configure.ac openbsd-compat/bsd-snprintf.c] Make "long long" support optional. From Anthony O.Zabelin. - (dtucker) [configure.ac defines.h] Define __func__ macro as required, stolen from OpenSSH. - (dtucker) [configure.ac] Add configure-time settings for QNX4. From Anthony O.Zabelin. - (dtucker) [config.c] Add includes.h - (dtucker) [configure.ac includes.h] Check for sys/timers.h and include. - (dtucker) [openbsd-compat/bsd-arc4random.c] Add support for using EGD/PRNGD sockets directly when configured --with-builtin-arc4random. - (dtucker) [openbsd-compat/bsd-arc4random.c] Remove debugging messages. - (dtucker) OpenBSD CVS Sync - dtucker@cvs.openbsd.org 2004/12/15 00:44:20 [client.c] If polling a server results in an error, drop that server to the maximum poll interval; ok henning@ - dtucker@cvs.openbsd.org 2004/12/15 13:24:21 [client.c] Factor out interval scaling code; ok henning@ - dtucker@cvs.openbsd.org 2004/12/15 13:29:25 [client.c] Poll unsynchronized servers at the maximum interval and log a message about them when in debug mode; ok henning@ - dtucker@cvs.openbsd.org 2004/12/16 01:38:59 [config.c ntpd.h] Limit the number of addresses used by the 'servers' directive to 8; ok henning@ 20041215 - (dtucker) [includes.h ntpd.c] Fix warnings for RCSID from picky compilers and user RCSID for the release string. Pointed out by Jason Mader. - (dtucker) [includes.h] Undef sa_len macro if it's defined, to prevent name collisions on IRIX. With Jason Mader. - (dtucker) [Makefile.in] Zap a GNUmake-ism, spotted by Jason Mader. - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/openbsd-compat.h] Tweak again to prevent warnings. 20041214 - (dtucker) [configure.ac] On IRIX, determine IOV_MAX from sysconf(8), based on info from Jason Mader. - (dtucker) [configure.ac] Move __need_IOV_MAX define into the Linux-specific block, suggested by Jason Mader. - (dtucker) [openbsd-compat/bsd-misc.c] Cast argv0 to char * to keep IRIX's compiler happy. From Jason Mader. - (dtucker) [Makefile.in] Add rules to ensure openbsd-compat gets rebuilt properly. - (dtucker) OpenBSD CVS Sync - jmc@cvs.openbsd.org 2004/12/07 11:06:12 [ntpd.8] tweaks; - mickey@cvs.openbsd.org 2004/12/08 16:47:38 [client.c ntp.h ntp_msg.c server.c util.c] uniquely name members of s_fixedpt and l_fixedpt; henning@ ok - mickey@cvs.openbsd.org 2004/12/08 18:35:16 [ntp_msg.c] use two tiny macros for copying fields out to simplify reading; henning@ ok - mickey@cvs.openbsd.org 2004/12/09 21:24:46 [client.c ntpd.h] define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok - jaredy@cvs.openbsd.org 2004/12/10 04:54:18 [ntpd.8] typos, then -> than, from Michael Knudsen - dtucker@cvs.openbsd.org 2004/12/13 13:22:52 [client.c ntp.h] Discard replies with alarm flag set or invalid stratum; ok henning@ - dtucker@cvs.openbsd.org 2004/12/13 13:36:02 [ntp.c] Check for error status from poll() too; ok henning@ - dtucker@cvs.openbsd.org 2004/12/14 07:27:13 [ntp_msg.c] sendto() takes socklen_t as an argument; ok henning@ 20041213 - (dtucker) [openbsd-compat/asprintf.c] unsigned char -> char, silences warning from IRIX's compiler. From Jason Mader (jason at ncac gwu edu). 20041212 - (dtucker) [ntpd.8] Remove some OpenBSD-specific references from the man page. From Christian Gut (cycloon at is-root org). - (dtucker) [configure.ac] Add defines needed for uid swapping functions to work on IRIX. From Jason Mader (jason at ncac gwu edu).
2005-06-28entropy -> 0.8.3.421tv1-1/+2
2005-06-28Update to 0.8.3.421. No official ChangeLog; summary follows:tv3-8/+20
* i18n support. * More doc. * Minor bugfixes in refresh timings (particularly for news boards).
2005-06-28Improve the description, text from http://www.benzedrine.cx/relaydb.htmlpeter1-4/+13
Suggested by Thomas Klausner.
2005-06-28Updated textproc/aspell to 0.60.3wiz2-3/+3
2005-06-28USE_PERL5 -> USE_TOOLS+=perl.wiz1-3/+4
2005-06-28Update to 0.60.3.wiz5-39/+10
Complete list of changes from 0.60.2: * Fixed bugs involving several of the C API functions. * Fixed bug where `ultra' or `fast' mode will not return any suggestions when soundslike lookup is not used. * Made a minor, yet significant, optimization to the suggestion code. This speed things up by an order of magnitude in some cases. * Avoid using the slow ngram scan except when the `sug-mode' is `slow' or `bad-speller'. * Fixed a bug in curses mode which causes word-wrap to not work correctly in some cases. * Fixed a bug in pipe mode with a missing newline. * Fixed the `spell' compatibility script. * Several other minor bugs fixed. * Made note about the change in behavior of the `-l' command line switch. * Other manual update/fixes. * Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8.
2005-06-28+ aspell-0.60.3, lilypond-2.6.wiz1-2/+3
2005-06-28Mention addition of mail/spamd.peter1-1/+2
2005-06-28Add spamd.peter1-1/+2
2005-06-28Initial import of spamd-20050624 (from OpenBSD 3.7 sources).peter6-0/+111
spamd is a fake sendmail(8)-like daemon which rejects false mail. If the pf packet filter (security/pflkm) is configured to redirect port 25 (SMTP) to this daemon, it will attempt to waste the time and resources of the spam sender. Approved by Thomas Klausner.
2005-06-28regen (patch-aa and -ac changes).wiz1-3/+3
2005-06-28regen (correct file paths).wiz1-3/+3
2005-06-28regen (correct line numbers).wiz1-4/+4
2005-06-28Note getmail update.schmonz2-3/+3
2005-06-28Update to 4.3.11. From the changelog:schmonz2-6/+6
-getmail could previously record an envelope return path header of "<<>>". Fixed. Thanks: Fredrik Steen.
2005-06-28Updated emulators/gxemul to 0.3.4xtraeme1-1/+2
2005-06-28Update to 0.3.4.xtraeme3-11/+16
Changes: x) When emulating a network of multiple machines, the emulated machines can now be placed on different hosts. x) NetBSD/evbmips can now be installed and run from a disk image. (There is no INSTALL kernel for NetBSD/evbmips, so you need to install using another OS, for example emulated NetBSD/pmax.) x) NetBSD/sgimips can now be installed. Not onto a SCSI disk, but the files can be exported via nfs from another emulated machine. The sgimips machine can then netboot. (Read the documentation for details.)
2005-06-28xscreensaver{,-demo} updated to 4.22.wiz2-3/+4
2005-06-28Update to 4.22:wiz8-34/+47
Changes since 4.21: * Fixed a bug in the new mouse-motion code that caused the screen to never blank on multi-head non-Xinerama systems. Oops. * New hacks, `interaggregate', `antmaze', `tangram', and `crackberg'. * Minor tweaks to `fiberlamp', `ifs', `slidescreen', `zoom', `sonar', `fireworkx', `whirlwindwarp', `bubble3d', and `rd-bomb'. * Added motion blur to `blinkbox'. * `bsod' now includes Longhorn's "RSOD", and OS/2. * Fixed `-wireframe' usage in most hacks and man pages.
2005-06-27This package's installation does not run mtree (NO_MTREE=yes) so useseb1-2/+2
INSTALLATION_DIRS to set up ${PREFIX}/man/man1.
2005-06-27Update HOMEPAGE. From Geert Hendrickx in PR 30614.wiz1-2/+2
2005-06-27Note update of mk-fiels to 20050405.erh1-1/+2
2005-06-27Update the mk file to the 20050405 version, and fix the path to the tarball.erh2-9/+9
2005-06-27The subroutines checkfile_MESSAGE, checkfile_PLIST, checkfile_distinfo andrillig1-24/+15
checkfile_patches_patch are called with path names relative to the current directory, not to the package directory. The other subroutines will follow.
2005-06-27Note update of "wmakerconf" package to version 2.11nb2.tron1-1/+2
2005-06-27Bump package revision after new tools fallout has been fixed.tron1-2/+2
2005-06-27Note update of "inn" package to version 2.4.1nb5.tron1-1/+3
2005-06-27Use socklen_t, instead of int, as QT_SOCKLEN_T on Darwin>=8.0.minskim1-1/+10
2005-06-27Don't compile package source "gzip" options into the binaries.tron1-3/+3
Bump package revision once more.
2005-06-27Don't use "ac_cv_path_XYZ" because it might not work with the nexttron1-3/+3
autoconf version.
2005-06-27Avoid compiling the path to the "gzip" wrapper script into the binary.tron1-3/+4
2005-06-27Fixed the quoting. The shell is hard-coded to /bin/sh instead of relyingrillig1-3/+6
on which(1). Correctly pass all arguments (even the first one) to the build script. See PR 30362 for details.
2005-06-27Darwin>=8.0 has a dynamic library of bzip2. Exclude it fromminskim1-2/+2
_INCOMPAT_BZIP2.
2005-06-27BitTornado{,-gui} updated to 0.3.12.wiz2-3/+4
2005-06-27Update to 0.3.12, provided by veego@.wiz3-8/+8
Changes since 0.3.10: - Changes include bug fixes to the tracker and to btlaunchmany[curses], the Windows installers' being built using older versions of Python and wxPython to fix the problem with the client sticking in the task list, and the addition of a little sneakiness to help keep ISPs from killing connections to seed clients. - Today's release should fix the problem with clients hanging in the task manager. It should also fix problems on 64-bit processors.
2005-06-27+ anjuta-2.0.1, autogen-5.7.1, dvipng-1.6wiz1-7/+9
[http://sourceforge.net/projects/dvipng/], gimp-2.2.8, openmotif-2.2.3 [http://www.openmotif.org/], poedit-1.3.3, sylpheed-claws-1.0.5, vlc-0.8.2. - openmotif-2.2.4 (devel version, 2.2.3 is stable)
2005-06-27pkglint does not output any "OK" lines by default, so there's no need torillig1-2/+2
filter them out.
2005-06-27Fixed the quoting. The shell is hard-coded to /bin/sh instead of relyingrillig1-3/+6
on which(1). Correctly pass all arguments (even the first one) to the build script. This fixes PR 30362.
2005-06-27Removed RCS Id from patch-ba.rillig2-6/+3
2005-06-27Removed checksum for patches/patch-aa, which has never existed.rillig1-2/+1
2005-06-27Fixed a typo (UES_TOOLS => USE_TOOLS).rillig1-2/+2
2005-06-27Add DragonFly support (untested). Provided by Jörg Sonnenbergerwiz6-40/+334
in PR 30258. While here, clean up pkglint warnings.