Icinga Web 2 is the next generation open source monitoring web interface,
framework and command-line interface developed by the Icinga Project,
supporting Icinga 2, Icinga Core and any other monitoring backend compatible
with the Livestatus Protocol.
WWW: https://github.com/Icinga/icingaweb2
Changelog:
* Add --xinerama-index option for background setting (patch by James Knight)
* When removing the last image in slidsehow mode, stay on the last
(previously second-to-last) image (patch by Lior Shiponi)
* Allow --sort and --randomize to override each other (most recently
specified option wins) instead of always preferring --sort
* Thumbnail mode: Mark image as processed when executing an action
(--action) by clicking on an image
* It is now possible to override feh's idea of the active xinerama screen
using the --xinerama-index option
* Remove (undocumented) feature allowing to override feh's idea of the
active xinerama screen by setting the XINERAMA_SCREEN environment variable
upgrade to follow mail/dovecot2
* Properly implemented checking of ABI version for Sieve interpreter
plugins, much like Dovecot itself does for plugins. This will prevent
plugin ABI mismatches.
+ Implemented a vnd.dovecot.environment extension. This builds upon the
standard environment extension and adds a few more environment items,
such as username and default mailbox. It also creates a variables
namespace so that environment items can be accessed directly. I am
still thinking about more environment items that can be added.
+ Sieve extprograms plugin: Made line endings of the input passed to the
external programs configurable. This can be configured separately for
each of the three extensions.
+ ManageSieve: Implemented proxy XCLIENT support. This allows the proxy
to pass client information to the back-end.
- ManageSieve: Fixed an assert failure occurring when a client
disconnects during the GETSCRIPT command.
- doveadm sieve plugin: Fixed incorrect initialization of mail user.
This caused a few memory leaks.
- sieve-filter command line tool: Fixed handling of failure-related
implicit keep when there is an explicit default destination folder.
This caused message duplication.
- lib-sieve: Fixed bug in RFC5322 header folding. Words longer than the
optimal line length caused empty lines in the output, which would
break the resulting message header. This surfaced in References:
headers with very long message IDs.
PR: 203526
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
- Add LICENSE and LICENSE_FILE
- Add NO_ARCH
- Fix PID_FILE using an undefined variable (resulting PID was /var/run/.pid)
- Fix .include lines post staging support
- Actually use the version number from PLIST_SUB in pkg-plist
- Overhaul rc script
- Add PROVIDE/REQUIRE/KEYWORD to header
- Remove "geronimo" references from when the port was originally copied
- Remove %%JAMES_VERSION%% in rc variable names. Every port version bump
in the past came with a POLA issue as james231_enable=YES would now
have to be james2321_enable=YES. Provide a shim to translate the old
variable names and provide a warning to update rc.conf syntax.
- Match start routine to embedded start-up script (which enables stop
command to work without a java.lang.IllegalThreadStateException)
- Add working status routine
- Standardize indentation
PR: 203461
Security: CVE-2015-7611
Security: be3069c9-67e7-11e5-9909-002590263bf5
MFH: 2015Q4
- Bump PORTREVISION
- While I'm here:
- Update MASTER_SITES: make 1.7 fetchable
- Use DISTVERSIONSUFFIX instead of EXTRACT_SUFX
- Convert to new options helper
PR: 203327
Submitted by: Walter Schwarzenfeld <w.litter@aon.at>
Approved by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)