Commit Graph

43572 Commits

Author SHA1 Message Date
merdely
514e27736e Update to 1.4.1.
From James Turner (MAINTAINER)
ok okan@
2008-04-25 18:19:09 +00:00
jasper
c70777f4a6 - we need to use DOXYGEN_ENCODE_PATH_STRIP, or the build will fail in some
cases.

from mikolaj kurcharski
2008-04-25 16:37:17 +00:00
deanna
23b2d534a5 += 8.5 2008-04-25 14:18:38 +00:00
deanna
43114a2eba import tk 8.5
Highlights of Tk 8.5

    * New modern theming engine: New and complementary widgets
      that make use of platform-specific theming on Mac OS X and
      Windows to better fit in with those environments, and
      feature an improved look and feel under X11.
    * New widgets: Part of the themed widget set, Tk now has
      core notebook, combobox, treeview and progressbar widgets.
    * text widget: Smooth scrolling, widget peering, and
      improved procedures for counting and replacing text.
    * Font rendering: Now uses anti-aliased text under X11, and
      a more modern text engine (ATSUI) on Mac OS X.
    * Additional improvements: Window transparency, new
      fullscreen option for windows, enhancements to specific
      widgets and window layout, and more.

from Stuart Cassoff (MAINTAINER)

ok steven@
2008-04-25 14:17:25 +00:00
deanna
fc01f12541 += 8.5 2008-04-25 14:12:41 +00:00
deanna
9f4e8eb5e9 import tcl 8.5
Highlights of Tcl 8.5

    * Speed: 8.5 now runs 10% faster than 8.4 with bytecode
      improvements, object caching and reduced memory usage.
    * Bignums: Tcl now supports arbitrary-precision integers,
      which improves math operations on large integers.
    * Safer interps: Tcl's powerful safe interpreter mechanism
      now has improved control of time and command limits in
      slave interpreters.
    * clock command: More robust implementation of command for
      specifying time, with significant l10n and i18n
      improvements.
    * dict command: New data structure that allows access to
      data by value rather than a variable name, which is
      substantially faster.
    * Additional improvements: Faster list search, new and
      improved mathematics procedures, anonymous procedures, new
      ways to package Tcl extensions, Tcl-level custom channel
      types, file and line location information for each
      command, and more.

from Stuart Cassoff (MAINTAINER)

ok steven@
2008-04-25 14:10:46 +00:00
deanna
b735a7e2f6 keep score
ok ajacoutot@
2008-04-25 13:54:27 +00:00
deanna
1e365ceeb8 Update PLISTs for 1.4. Unbreaks lite FLAVOR
ok jasper@
2008-04-25 13:51:36 +00:00
jasper
bfe8448a3a - Handle EINTR in mod_cgi during write()
- Fix mod_magnet to set con->mode = p->id if it generates content,
  so returning 4xx/5xx doesn't append an error page

from brad@
2008-04-25 10:23:07 +00:00
mglocker
c85430d36d Update to latest release 1.8.6.
"aber sicher doch!" mbalmer@
2008-04-25 07:34:54 +00:00
ckuethe
38a547c9f3 quit spamming channels with "Download Pidgin!" when silc exits.
ok brad@ (MAINTAINER)
2008-04-25 04:15:33 +00:00
sthen
63da3039ab update license marker in comment (GPL->GPLv2), req by Brad 2008-04-24 23:57:24 +00:00
todd
9d8a017ae0 update to 4.68.8, from brad@
tested by todd@ and brad@
2008-04-24 21:31:00 +00:00
okan
3e7e75141b - update to 2.82
- remove no longer needed sparc64 workaround
- add graphics/jpeg RUN_DEPENDS (for jpegtran)
- simplify build
- remove MAINTAINER, as requested

ok xsa@ merdely@
2008-04-24 19:36:14 +00:00
ajacoutot
e4faec7bc7 - update to smarty-2.6.19
from alek@, ok sturm@ (via alek@)
2008-04-24 15:42:42 +00:00
ajacoutot
ea03eb9266 - update to openbox-3.4.7.2;
the only change with previous version is that it comes with non-empty
man pages...
2008-04-24 14:24:06 +00:00
ajacoutot
3a730b2d21 - make sure we do not use the plaintext FLAVOR from c-client
CRAM-MD5 authentication and alikes can be disabled using the
"disable-these-authenticators=..." option if needed;
plaintext will still work over TLS/SSL
2008-04-24 10:11:43 +00:00
jasper
a0497ad339 - add matchbox-themes-extra 2008-04-24 09:17:21 +00:00
jasper
84b1f77458 import matchbox-themes-extra 0.3
Additional themes for Matchbox.
2008-04-24 09:16:02 +00:00
sthen
d39cc0d38e Enable GeoIP support for fast geolocation of requests (done from
a local database, so no extra network traffic). Enabled by default,
disable with "GeoIP no" in .conf if you don't want it.

discussed with/ok mbalmer (maintainer)
2008-04-24 08:51:54 +00:00
sthen
6aeb972e35 update to 0.7.2; previous version didn't work with Python 2.5
ok msf (MAINTAINER)
2008-04-24 08:27:24 +00:00
sthen
49c4158a5c SECURITY update to 2.11.5.2; fixes since the previous version
in-tree include: various XSS, SQL injection, saves sensitive data
in PHP session, crafted POST allows users to read files accessible
by the web server.

thanks bsd at openbsd.rutgers.edu for feedback, ok ckuethe
2008-04-24 01:06:03 +00:00
sthen
812c82a798 maintenance update from Brad - most patches are now upstream. 2008-04-24 00:19:40 +00:00
jasper
d55b3dbc24 - use a better and complete list for apm arches. 2008-04-23 22:20:56 +00:00
jasper
d00818c1ee - add Makefile.inc and use it
- reformat some DESCR's
- regen patches
2008-04-23 22:18:27 +00:00
landry
3d32bbcf87 Update to htmlviewer plugin 0.18, add DIST_SUBDIR while here.
Now it builds against a static libgtkhtml shipped in distfile, fix
dependencies accordingly.

ok ajacoutot@ pyr@
2008-04-23 21:43:36 +00:00
landry
8b304656d1 Update to vcalendar plugin 1.102, add DIST_SUBDIR while here.
Adds a new lovely weekly/monthly view, rightclick on a calendar to try it.

ok ajacoutot@ 'i *love* it' pyr@
2008-04-23 21:40:18 +00:00
landry
ad4303b648 Update to rssyl plugin 0.19, add DIST_SUBDIR while here.
ok ajacoutot@ pyr@
2008-04-23 21:20:29 +00:00
landry
6d7a9a0233 Update to pdfviewer plugin 0.9.1, add DIST_SUBDIR while here.
ok ajacoutot@ pyr@
2008-04-23 21:19:00 +00:00
landry
0537c57860 Update to notification plugin 0.16, add DIST_SUBDIR while here.
ok ajacoutot@
2008-04-23 21:17:24 +00:00
landry
ab562af0f0 Update to claws-mail-cachesaver 0.10.7
add DIST_SUBDIR while here, reminder by Ulrich Kahl (Thanks!)

ok ajacoutot@
2008-04-23 21:15:37 +00:00
landry
5d9bbf9a2b Update to claws-mail 3.4.0 from maintainer Ulrich Kahl
Add a temporary patch from brad@ to fix upstream bug #1566, see
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1566
(it's already fixed in upstream cvs, but slightly differently)

ok ajacoutot@, 'ok ok ok ok' pyr@
2008-04-23 21:11:29 +00:00
landry
ee2a5cfa94 Update to libetpan 0.54, from maintainer Ulrich Kahl
With tweaks by myself and feedback from ajacoutot@

ok ajacoutot@ pyr@
2008-04-23 21:01:04 +00:00
okan
9da3b1852c update to 0.7.3 from brad@
testing and ok brad@ and merdely@
2008-04-23 20:49:46 +00:00
okan
907a4205f7 update to 2.02
based on a patch (and testing) from syl - thanks.

comments from sthen@, brad@ and ajacoutot@

suggestions and ok brad@
2008-04-23 20:48:33 +00:00
eric
6e38f42909 - update to 2008b
- use MODPY_EGG_VERSION
- change MASTER_SITES

ok djm@ (maintainer)
2008-04-23 16:53:46 +00:00
ajacoutot
e793cfa1bc - update to version 2.3.12
- fix depends for the drac FLAVOR in the process
- add a patch from cyrus bugzilla to allow imapd.conf to contain blank lines (!)

* Added statuscache.db to cache IMAP STATUS data
* Added option to unexpunge to restore messages by time interval
* Implemented incremental squat updates (see squatter.8)
* Fixed major bugs in reconstruct -k implementation
* Added code to promote transaction safety and to track the lock status of skiplist databases
* Allow long lines in imapd.conf to be split across multiple lines by using backslash as a continuation character.
* Fixed miscellaneous bugs and build issues
... and more
2008-04-23 13:33:22 +00:00
jasper
92ff4cd331 - fix two typos that may've broken suspend and shotdown 2008-04-23 11:30:58 +00:00
mglocker
db5ad36981 Make nostromo compile on alpha arch again.
Spotted, tested, and OK merdely@
2008-04-23 10:52:35 +00:00
jasper
5f9f0892bd - update gmime to 2.2.18
from steffen schuetz, thanks!
2008-04-23 10:47:06 +00:00
ajacoutot
bf502b46ed - build shared lib too
"sure" fgsch@, "fine with me" sthen@
2008-04-23 09:57:04 +00:00
sthen
03a107191f SECURITY update, fixes remote amplification attack in IAX.
http://downloads.digium.com/pub/security/AST-2008-006.html

ok ian@
2008-04-23 07:04:09 +00:00
kili
3041c88e03 CVE-2008-1693 (adapted from the xpdf patch from debian).
ok naddy, bernd
2008-04-22 23:55:09 +00:00
fgsch
9b223a1cb5 remove repeated line. 2008-04-22 23:33:49 +00:00
fgsch
e39188d670 add fam support, regenerate patches and bump package.
ok by landry (maintainer).
2008-04-22 23:33:01 +00:00
espie
67dd5e9ae5 handle fedora + redhat.
based on Mikolaj Kucharski <mikolaj@kucharski.name> patch.
2008-04-22 21:36:06 +00:00
steven
ab4b7af28b drop --disable-fortran workaround for sgi.
miod@ fixed g77 and confirmed fftw3 now builds.
2008-04-22 21:19:59 +00:00
wcmaier
873d1c43aa - Maintenance update to 0.8
- James Turner takes maintainership
ok merdely@, niallo@
2008-04-22 20:52:49 +00:00
sthen
fd5147b403 update to 1.1.6 from Brad, and remove some dead mirrors 2008-04-22 20:24:10 +00:00
naddy
cf2b727b92 update to 10.26.53: miscellaneous bug fixes 2008-04-22 19:20:59 +00:00