Age | Commit message (Collapse) | Author | Files | Lines |
|
This is a major update, too much to list here.
pkgsrc notes:
I've removed the subversion dependency because this is too heavy as
a dependency in the default case. Might become an addon.
Thanks to Ulrich Etile for help and testing. (There might be remaining
issues on some platforms, but I wanted to checkpoint before the Q4 freeze.)
|
|
picky C compilers.
|
|
many bugfixes and feature additions, too much to list here
Thanks to Ulrich Etile for help and testing. (There might be remaining
issues on some platforms, but I wanted to checkpoint before the Q4 freeze.)
There also seem to be issues with guile's thread support.
|
|
|
|
|
|
Fixes a bug with gimp plugin registration and a build problem on OSX.
|
|
|
|
|
|
changes: bugfixes, improved error reporting
|
|
|
|
This switches to the gnome-2.20 branch
add bl3 file
|
|
This switches to a new branch, needed for a major anjuta update.
Thanks to Ulrich Etile for testing.
|
|
Pointed out by wiz.
|
|
|
|
|
|
|
|
|
|
need to (and cannot) apply a patch to prevent that. This package builds
under Leopard now.
|
|
purpose because if it is invoked as "/bin/bash" it does). Use
"/bin/echo -n" instead.
|
|
if a Task was checked as done in the calendar the timezone offset was
appearently applied twice, so that a wrong time was put into the database.
I don't know whether the clock applet generates the timestamp the wrong
way or whether evolution doesn't deal with non-UTC timestamps, but passing
UTC helps.
bump PKGREVISION
|
|
bump PKGREVISION
|
|
|
|
- From Windows version of 7-zip 4.57:
- Fixed BUG in command line version: -up3 switch could work incorrectly.
- Minor improvement in ZIP compression.
Changes 4.56:
- From Windows version of 7-zip 4.56:
- Some bugs were fixed
- On HPUX : fixed "Can't load '../bin/7z.dll'"
- bug: p7zip used to build a zip file with FAT header instead of Unix header
- On AIX : fixed "HugeFiles=off"
- bug 1800180: LZMAlone compilation error in COutFile
- Patch 1796569: Fix FreeBSD FTBFS
- Patch 1796575: fix man1/7za.1 man1/7zr.1 man1/7z.1
|
|
them from TODO
|
|
newline)
|
|
newline)
|
|
|
|
|
|
including OS, pkg_install version and NetBSD version. The following
should pick the correct version to run.
|
|
|
|
|
|
|
|
|
|
|
|
- Update X.org support to support systems with modular X.org in the
base distribution.
- Add support Mac OS X Leopard.
|
|
|
|
Placate pkglint. Most of the package's patches had been integrated.
Approved by heinz@
Changes since last packaged version (4.9):
Version 4.10.1
BUGFIXES:
* When monit sent alert, it reported that alert handler failed,
which was not true and the message was delivered in fact. This
bug was introduced in monit-4.10.
* Fix the memory usage report on machines with more then 4GB
physical memory running Mac OS X.
Version 4.10
NEW FEATURES AND FUNCTIONS:
* Monit from this version on is licensed under GPL version 3
* Added support for SMTP authentication and SSL for sending alerts.
Example syntax:
- plain athentication:
set mailserver
smtp.foo.bar username "user" password "hidden"
- plain athentication with ssl:
set mailserver
smtp.foo.bar username "user" password "hidden" using sslv3
- plain athentication with tls:
set mailserver
smtp.foo.bar username "user" password "hidden" using tlsv1
Thanks to Thomas Lohmueller for patch.
* Allow to set the location of monirc using 'configure --sysconfdir'
option during monit compilation. Thanks to Klaus Heinz for patch.
* Monit now log user actions requested via monit's http interface.
* Monit http interface now use the POST method for forms
(change is transparent from the user point of view).
* Monit ICMP echo/ping test now supports 20 echo requests per cycle at
maximum.
* When monit identifies the process as zombie, continue the monitoring
(formerly monit disabled monitoring of the given service and sent alert
since it was considered unmanageable).
* Fixed #21447: Monit now adds a (dummy) Message-id header in alert
mails to prevent any spam checkers to accidental filter out monit
alerts based on missing message-id.
* Removed C99 particulars from monit code to support non-C99 compilers.
REMOVED FEATURE
* Removed support for local redirects in the HTTP protocol test. Users
must provide the correct path for the resource they want to test.
BUGFIXES:
* Fixed a possible monit crash on exit if a match rule was used and
referred a file containing multiple expressions. Thanks to Stephen
Dowdy for report.
* Added patch from Klaus Heinz which fix a problem in the Log module
that had monit using an uninitialized mutex after a monitrc reload.
* Fixed a possible crash on monit start when the monit control file
contained exec action with argument longer then 256 bytes. Thanks
to Stevan Bajic for report.
* Fixed linux 32-bit system CPU usage statistics (the fix in 4.9 was
incomplete). If a server had a long/large uptime and high load, the
reported CPU usage could be incorrect. Thanks to Aleksander for report.
* Fixed a problem where monit would incorrect display an error in the
web interface status page. This could occur if a service had failed,
monit had reload and the state of the service had passed just after the
reload (for example due to changes of the configuration rules). Thanks to
Claus Klein for report and help with the patch.
* Avoid filling the log with "pidfile does not contain a valid pidnumber"
entries during debug
* Added patch from Dave Cheney, which fix and reactivate resource testing
for Mac OS X Tiger (Darwin 10.4.x).
* Limit the number of consecutive redirects in http protocol test to 64.
* Report as error when the redirect in http protocol test points to itself.
* Fix memory leak when regular expresion is used in monit configuration
and monit is reloaded. Thanks to Josh Kelley for patch.
* Allow the "if changed timestamp" test to refer to a non-existing file.
This could be useful if the service is monitored in non-active mode
and the file is expected to be created later.
* When 'if match' statement was used with the path to the regex file
containing more then one line and the exec action was used for this
rule, then monit failed to parse the configuration and refused to start.
Thanks to Nathan for report.
* contrib/wap.php updated. Thanks to David Fletcher.
* Fixed #21354: Usage of the IMAP Protocol test was impossible due to a small
typo in the control file parser and the test would fall back to DEFAULT.
Thanks to Wolfgang Breyha for reporting the bug.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package and not in commonly used Makefile fragments.
|
|
|
|
== Changes 0.5.4 from 0.5.3: 2007-12-15
* Documentation update
* fixed ruby.st's URL (kitaj)
* updated document of MacPorts (kimura wataru)
* Theme related
* added some color configuration to night-black theme
* added slide-logo theme
* added slide-footer theme
* Bug fixes
* fixed cairo backend availability check
* fixed Wiki parser loading bug (reported by OBATA Akio)
* suppressed warnings on Windows
* fixed "/" handling on Windows (JunichiNakai, OBATA Akio)
* logged progress in background (suggested by OBATA Akio)
* changed default print format to PDF
* supported "check" for itemize mark
* added --show-native-window-id option
* supported <<< LANG\n...\n>>> with Wiki parser
* added block quote sample
* supported an image file as source (Rabbit can be an image viewer)
* added as_large_as_possible image size option
* removed config.rb on 'setup.rb clean' (Kobayashi Noritada)
* removed Tgif support
* added --man option (Kobayashi Noritada)
* supported slideshare.net as source
* supported DnD
|