The following Fedora EPEL 7 Security updates need testing: Age URL 93 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3989/cross-binutils... 14 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0548/php-extras-5.4... 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0610/qpid-cpp-0.30-... 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0626/perl-Gtk2-1.24... 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0647/roundcubemail-...
The following builds have been pushed to Fedora EPEL 7 updates-testing
autoconf-archive-2015.02.04-1.el7 cgit-0.10.2-4.el7 dcap-2.47.9-1.el7 dropbear-2015.67-1.el7 facter-2.4.1-1.el7 fedmsg-0.12.0-1.el7 fldigi-3.22.05-1.el7 github2fedmsg-0.3.5-1.el7 gloox-1.0.13-1.el7 layla-fonts-1.4-1.el7 libpsl-0.7.0-1.el7 libstemmer-0-2.585svn.el7 mongo-cxx-driver-1.0.0-3.el7 mozilla-https-everywhere-4.0.3-1.el7 nagios-plugins-check-updates-1.6.9-1.el7 netgen-mesher-5.3.1-3.el7 nodejs-clean-css-2.2.8-2.el7 nodejs-nsp-audit-shrinkwrap-1.0.3-1.el7 perl-Sys-Hostname-Long-1.5-1.el7 php-doctrine-instantiator-1.0.4-1.el7 php-horde-Horde-Alarm-2.2.4-1.el7 php-horde-Horde-Core-2.19.0-1.el7 php-horde-Horde-Crypt-2.5.3-1.el7 php-horde-Horde-HashTable-1.2.2-1.el7 php-horde-Horde-Image-2.2.0-1.el7 php-horde-Horde-Ldap-2.3.1-1.el7 php-horde-Horde-Prefs-2.7.2-1.el7 php-horde-Horde-Rpc-2.1.3-1.el7 php-horde-Horde-Stream-Wrapper-2.1.2-1.el7 php-horde-Horde-Test-2.5.0-1.el7 php-horde-Horde-Util-2.5.3-1.el7 php-horde-Horde-Vfs-2.2.2-1.el7 php-horde-horde-5.2.4-1.el7 php-horde-imp-6.2.7-1.el7 php-horde-ingo-3.2.4-1.el7 php-horde-kronolith-4.2.5-1.el7 php-horde-mnemo-4.2.5-1.el7 php-horde-nag-4.2.4-1.el7 php-horde-turba-4.2.5-1.el7 php-pear-phing-2.10.0-1.el7 php-pecl-http-2.2.1-1.el7 phpMyAdmin-4.3.9-1.el7 python-bitmath-1.2.3-3.el7 python-cpuinfo-0.1.4-1.el7 python-fedmsg-meta-fedora-infrastructure-0.4.0-1.el7 python-fmn-consumer-0.4.5-1.el7 python-fmn-rules-0.4.6-1.el7 python-migrate-0.9.4-1.el7 python-re2-0.2.20-2.20150211git382bb74.el7 python-tahrir-0.7.3-1.el7 qpid-dispatch-0.3-2.el7 rpmconf-0.3.4-1.el7 rubygem-macaddr-1.7.1-2.el7 rubygem-opennebula-4.10.2-1.el7 scsi-target-utils-1.0.55-1.el7 sfk-1.7.4-1.el7 youtube-dl-2015.02.10.4-1.el7
Details about builds:
================================================================================ autoconf-archive-2015.02.04-1.el7 (FEDORA-EPEL-2015-0716) The Autoconf Macro Archive -------------------------------------------------------------------------------- Update Information:
== Noteworthy changes in release 2015.02.04 (2015-02-04) [stable] ==
* AX_OPENMP: Test that we can actually #include <omp.h> successfully.
* AX_COMPILER_FLAGS was re-factored into AX_COMPILER_FLAGS_CFLAGS and AX_COMPILER_FLAGS_LDFLAGS.
* AX_CODE_COVERAGE detects gcov program.
* AX_VALGRIND_CHECK now supports running without libtool.
* AX_GCC_VERSION was improved.
* Re-factored and modernized the macros AX_CXX_TEMPLATES, AX_CXX_CONST_CAST, AX_CXX_COMPLEX_MATH_IN_NAMESPACE_STD, AX_CXX_BOOL, AX_APPEND_FLAG, AX_CHECK_*_FLAG, AX_CHECK_ENABLE_DEBUG, and AX_CXX_DEFAULT_TEMPLATE_PARAMETERS.
* AX_CXX_COMPILER_VENDOR was deprecated in favor of AX_COMPILER_VENDOR.
* AX_HAVE_OPENGL was deprecated in favor of AX_CHECK_GL, AX_CHECK_GLU, AX_CHECK_GLUT, and AX_CHECK_GLX.
* AX_CHECK_GL has a new parameter --with-mesa that allows choosing the order of opengl lib detection.
* Portability of AX_LUA was improved. Support for LUA 5.0 was added.
* New macros AX_IS_RELEASE, AX_COMPILER_FLAGS_GIR, AX_CXX_ERASE_ITERATOR_TYPE, AX_COMPILER_VERSION, AX_CHECK_GLX, AX_CHECK_VSCRIPT, AX_VALGRIND_CHECK, AX_PKG_CHECK_MODULES, and AX_COMPILER_FLAGS were added.
* AX_PROG_FLEX: Also accept gflex.
* AX_LIB_HDF5: remove extra leading space from include path flag. That space creeps into HDF5_CPPFLAGS and breaks the include path flag into two tokens, e.g., "-I" and "/usr/include". While this may be legal and doesn't affect the compilation, it does break some library tools (e.g., when the macro is used in building a dynamic library that uses pkg-config).
* AX_PERL_MODULE_VERSION: use more portable syntax for shell arithmetic.
* AX_JNI_INCLUDE_DIR: support standard Oracle JDK installation layout on Mac OS X.
* AX_PROG_JAVAH_BIN_DIR: fix misspelled variable name and follow javah symlink to find jni.h.
* AX_BOOST_PYTHON: use unique names for local variables
== Noteworthy changes in release 2014.10.15 (2014-10-15) [stable] ==
* A brand-new Github mirror of the Archive's Git repository is available at https://github.com/peti/autoconf-archive. That project allows developers to submit patches as Pull Requests instead of having to go through Savannah's patch tracker.
* The Archive no longer creates release tarballs compressed with gzip and bzip2; only tarballs compressed with xz and lzip are distributed.
* AX_LIB_POSTGRESQL: substitute CPPFLAGS rather than CFLAGS.
* AX_GCC_ARCHFLAG: Rewrite x86 support https://savannah.gnu.org/patch/?8514 and extend Clang support https://savannah.gnu.org/patch/index.php?8515.
* AX_GCC_VAR_ATTRIBUTE: support the init_priority attribute.
* AX_PERL_MODULE_VERSION: fix a misspelled variable name. Other unfixed issues remain. See https://savannah.gnu.org/patch/index.php?8507.
* AX_BOOST_PYTHON: several issue have beeen fixed. Further details can be found at https://savannah.gnu.org/patch/index.php?8540.
* AX_HAVE_QT: Only check $PATH and qmake for Qt variables. The old logic for detecting Qt without $PATH or qmake was never very reliable and the last change to this macro broke it entirely. If the Qt variables cannot be found via $PATH and qmake, then it would be best to manually define them in the makefile.
* AX_TLS: fix quoting problem.
* AX_F90_LIBRARY: several bug fixes and improvements. Further details are at https://savannah.gnu.org/patch/?8500.
* AX_LUA: fix initialization of ac_cv_header_lua_h. Further details are at https://savannah.gnu.org/patch/?8505.
* AX_AT_CHECK_PATTERN: executes a test similar to AT_CHECK(), except that stdout and stderr are awk regular expressions. Further details can be found at https://savannah.gnu.org/patch/?8492.
* AX_OPENMP: prevent false negative due to -Wunused-variable.
* AX_COMPILER_VENDOR: improve detection of the CRAY compiler.
* AX_ENABLE_BUILDDIR: support absolute paths.
* AX_HAVE_QT: auto-detect Qt 5 by querying $PATH and qmake. Submitted in https://savannah.gnu.org/patch/index.php?8486.
* AX_CHECK_ENABLE_DEBUG: add an --enable-debug option which defines an ENABLE_DEBUG cpp variable if set. Submitted in https://savannah.gnu.org/patch/index.php?8452.
* AX_CODE_COVERAGE: new macro which contains all the necessary logic and Makefile rules for instrumenting a project with code coverage using lcov. Submitted in https://savannah.gnu.org/patch/index.php?8451.
* AX_LIB_HDF5: don't overwrite the CPPFLAGS variable. Submitted in https://savannah.gnu.org/patch/index.php?8449.
* AX_BOOST_BASE: fix for x32 systems. This subject probably needs more attention, though. See https://savannah.gnu.org/patch/index.php?8433.
* AX_BERKELEY_DB(_CXX): add --with-libdb option so that this macros works on OSX with home-brew installed version of BDB. Submitted in https://savannah.gnu.org/patch/index.php?8416.
* AX_CXX_HAVE_PLACEHOLDERS: check if std::placeholders is defined in <functional>. Submitted it https://savannah.gnu.org/patch/index.php?8414.
* AX_LIB_HDF5: add support for recognizing HDF5 built with ccache. Submitted in https://savannah.gnu.org/patch/index.php?8450.
* AX_CC_MAXOPT: Improve CPUID identification patterns as mentioned in patch #8514. Add ICC options added in version 11.0 (which deprecates older -xX style options). Add support for latest Intel performance processors (see #8514 for details). See https://savannah.gnu.org/patch/index.php?8522.
* AX_EXECINFO: new macro to test execinfo size type. Submitted in https://savannah.gnu.org/patch/index.php?8525.
* AX_CXX_VAR_PRETTYFUNC: new macro to determine the function name.
* AX_CC_MAXOPT: default to -O2 for MSVC instead of -O3.
* AX_CXX_HAVE_REFERENCE_WRAPPER, AX_CXX_HAVE_BAD_FUNCTION_CALL, AX_CXX_HAVE_BIND, AX_CXX_HAVE_BIT_AND, AX_CXX_HAVE_BIT_OR, AX_CXX_HAVE_BIT_XOR, AX_CXX_HAVE_CREF, AX_CXX_HAVE_FUNCTION, AX_CXX_HAVE_HASH, AX_CXX_HAVE_IS_BIND_EXPRESSION, AX_CXX_HAVE_IS_PLACEHOLDER, AX_CXX_HAVE_MEM_FN, AX_CXX_HAVE_REF: remove dependency on AX_CXX_NAMESPACES.
* AX_BOOST_BASE has been extended to recognize ppc64le as a lib64 architecture. Submitted in https://savannah.gnu.org/patch/index.php?8473.
* AX_PROG_FLEX has been extended to support OpenBSD.
* AX_COUNT_CPUS has been extended to support Win32 (and Win64). Further details are at http://savannah.gnu.org/patch/index.php?8381. -------------------------------------------------------------------------------- ChangeLog:
* Mon Feb 9 2015 Christopher Meng rpm@cicku.me - 2015.02.04-1 - Update to 2015.02.04 -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1153931 - autoconf-archive-2015.02.04 is available https://bugzilla.redhat.com/show_bug.cgi?id=1153931 --------------------------------------------------------------------------------
================================================================================ cgit-0.10.2-4.el7 (FEDORA-EPEL-2015-0736) A fast web interface for git -------------------------------------------------------------------------------- Update Information:
require "any" 'webserver' instead of concrete 'httpd' (#1138599) -------------------------------------------------------------------------------- ChangeLog:
* Mon Feb 9 2015 Pavel Raiskup praiskup@redhat.com - 0.10.2-4 - require "any" 'webserver' instead of concrete 'httpd' (#1138599) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1138599 - cgit requieres httpd instead of any webserver https://bugzilla.redhat.com/show_bug.cgi?id=1138599 --------------------------------------------------------------------------------
================================================================================ dcap-2.47.9-1.el7 (FEDORA-EPEL-2015-0715) Client Tools for dCache -------------------------------------------------------------------------------- Update Information:
New upstream release.
The most prominent change is urls with ipv6 address like:
dcap://[fe80::21c:c0ff:fea0:caf4]:22127/path/to/file
-------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Mattias Ellert mattias.ellert@fysast.uu.se - 2.47.9-1 - New upstream release - Enable tests and add BR CUnit-devel (except EPEL 5) - Adapt to new license packaging guidelines * Sat Aug 16 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 2.47.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 7 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 2.47.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ dropbear-2015.67-1.el7 (FEDORA-EPEL-2015-0729) A lightweight SSH server and client -------------------------------------------------------------------------------- Update Information:
== 2015.67 - Wednesday 28 January 2015 ==
- Call fsync() after generating private keys to ensure they aren't lost if a reboot occurs.
- Disable non-delayed zlib compression by default on the server. Can be enabled if required for old clients with DROPBEAR_SERVER_DELAY_ZLIB
- Default client key path ~/.ssh/id_dropbear.
- Prefer stronger algorithms by default. AES256 over 3DES Diffie-hellman group14 over group1.
- Add option to disable CBC ciphers.
- Disable twofish in default options.h.
- Enable sha2 HMAC algorithms by default, the code was already required for ECC key exchange. sha1 is the first preference still for performance.
- Fix installing dropbear.8 in a separate build directory.
- Allow configure to succeed if libtomcrypt/libtommath are missing.
- Don't crash if ssh-agent provides an unknown type of key.
- Minor bug fixes, a few issues found by Coverity scan.
== 2014.66 - Thursday 23 October 2014 ==
- Use the same keepalive handling behaviour as OpenSSH. This will work better with some SSH implementations that have different behaviour with unknown message types.
- Don't reply with SSH_MSG_UNIMPLEMENTED when we receive a reply to our own keepalive message.
- Set $SSH_CLIENT to keep bash happy.
- Fix wtmp which broke since 2013.62. -------------------------------------------------------------------------------- ChangeLog:
* Sun Feb 1 2015 Christopher Meng rpm@cicku.me - 2015.67-1 - Update to 2015.67 -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1187879 - dropbear-2015.67 is available https://bugzilla.redhat.com/show_bug.cgi?id=1187879 --------------------------------------------------------------------------------
================================================================================ facter-2.4.1-1.el7 (FEDORA-EPEL-2015-0761) Command and ruby library for gathering system information -------------------------------------------------------------------------------- Update Information:
Update to 2.4.1. Full details here: https://docs.puppetlabs.com/facter/2.4/release_notes.html -------------------------------------------------------------------------------- ChangeLog:
* Fri Feb 13 2015 Orion Poplawski orion@cora.nwra.com - 2.4.1-1 - Update to 2.4.1 * Fri Jan 16 2015 Vít Ondruch vondruch@redhat.com - 2.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.2 * Tue Jan 6 2015 Orion Poplawski orion@cora.nwra.com - 2.3.0-1 - Update to 2.3.0 --------------------------------------------------------------------------------
================================================================================ fedmsg-0.12.0-1.el7 (FEDORA-EPEL-2015-0708) Tools for Fedora Infrastructure real-time messaging -------------------------------------------------------------------------------- Update Information:
Additional metadata returned by conglomerate API. Exceptions now raised when CRL is unreachable. -------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Ralph Bean rbean@redhat.com - 0.12.0-1 - new version - Drop test suite patch. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1189082 - tail_messages: No such file or directory: '/var/run/fedmsg/crl.pem' https://bugzilla.redhat.com/show_bug.cgi?id=1189082 --------------------------------------------------------------------------------
================================================================================ fldigi-3.22.05-1.el7 (FEDORA-EPEL-2015-0720) Digital modem program for Linux -------------------------------------------------------------------------------- Update Information:
Changes in fldigi from 3.22.04 to 3.22.05
TX Lock * Tx frequency failed to remain fixed when Tx lock set; continued to follow the Rx frequency on these modems. - MFSK - MT63
video ID * fix video ID bug when used with "locked" transmit audio frequency.
fftfilt * additional fix for RTTY filter initialization
Port audio index * corrected index check for port audio selection
CW output level * check to insure that CW output does not exceed +/- 1.0 before conversion to signed binary audio wave.
Documentation * Updated use of Smeter / Mode-BW switch
MFSK squelch * decreased and normalized mfsk decoder squelch metric
Rx display * Suppress display of control and high bit characters - enable switch on colors and fonts configuration panel
Log fields * Set size constraints on each logbook field * Add validity check LOC field
Native file chooser * Correct default behavior of directory selection in native file chooser; effects - Logbook open/save - Macros open/save - Macro editor tags: FILE: <SAVE> IMAGE: - Tx panel insert file - MFSK select image * Corrected empty default filename in logbook file selector * Improved error and information display when opening logbook or Macro file
ADIF temp log * removed duplicate call to submit_ADIF -------------------------------------------------------------------------------- ChangeLog:
* Tue Jan 13 2015 Richard Shaw hobbes1069@gmail.com - 3.22.05-1 - Update to latest upstream release. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1170961 - fldigi-3.22.05 is available https://bugzilla.redhat.com/show_bug.cgi?id=1170961 --------------------------------------------------------------------------------
================================================================================ github2fedmsg-0.3.5-1.el7 (FEDORA-EPEL-2015-0718) Pubsubhubbub app that rebroadcasts GH events over fedmsg -------------------------------------------------------------------------------- Update Information:
Show error messages. Fix a bug with NAME/NAME repositories.. Handle change in github payload JSON. -------------------------------------------------------------------------------- ChangeLog:
* Fri Feb 13 2015 Ralph Bean rbean@redhat.com - 0.3.5-1 - new version * Mon Feb 2 2015 Ralph Bean rbean@redhat.com - 0.3.4-1 - new version --------------------------------------------------------------------------------
================================================================================ gloox-1.0.13-1.el7 (FEDORA-EPEL-2015-0751) A rock-solid, full-featured Jabber/XMPP client C++ library -------------------------------------------------------------------------------- Update Information:
v1.0.13 -- 01 Feb 2015 ---------------------- Note: This release is not binary compatible with previous releases. It is source compatible.
- fixed compilation with libressl - added IO Data (XEP-0244) - serialise access to compressionZlib::cleanup for thread safety - prevent infinite loop in Tag::setCData() - TLSOpenSSL: memory leak on every client connection attempt - Client: initialize m_smWanted to avoid connection failures
v1.0.12 -- 12 Nov 2014 ---------------------- - TLSOpenSSLClient/Server: disabled SSLv3, Google & co. finally support TLS
v1.0.11 -- 13 Sep 2014 ---------------------- - GnuTLS: updated use of priority API - LinkLocal*: compile fixes for MSVC 2008 - fixed Debian bug #746857, worked around #758899 - fixed memory leak (#240) - fixed compatibility with recent GnuTLS versions, fixed GnuTLS check (#231) - Jingle::Session: fixed state error (#236)
v1.0.10 -- 09 Apr 2014 --------------------- - TLSSChannel: use malloc/realloc/free instead of their legacy Local* variants (fixes #222) - VCard: remove from vcard photos. Fixes a recent change Facebook made to their vcard pictures - Jingle: fixed replying; distinguish between 'from' and 'initiator'; added Jingle::Session::setInitiator() - Jingle: fixed ::ICEUDP to actually add candidates; added ::Session::initiator(), ::setHandler(), ::sessionAccept( PluginList ); fixed storing of new sessions in ::SessionManager - Jingle: removed Jingle::setInitiator() and ::setResponder() (now provided by ctor) - AtomicRefCount: fixed compilation on iOS - Jingle::Plugin: added JinglePluginType, pluginType(), and findPlugin() to easily look for and retrieve specific plugins - ConnectionBOSH: fixed return value for recv() - Parser: get rid of bogus isValid() (fixes #180, #224) -------------------------------------------------------------------------------- ChangeLog:
* Thu Feb 5 2015 Christopher Meng rpm@cicku.me - 1:1.0.13-1 - Update to 1.0.13 --------------------------------------------------------------------------------
================================================================================ layla-fonts-1.4-1.el7 (FEDORA-EPEL-2015-0722) A collection of traditional Arabic fonts -------------------------------------------------------------------------------- Update Information:
Added SIL license files & FONTLOG.txt -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1079090 - Review Request: layla-fonts - A collection of traditional Arabic fonts https://bugzilla.redhat.com/show_bug.cgi?id=1079090 --------------------------------------------------------------------------------
================================================================================ libpsl-0.7.0-1.el7 (FEDORA-EPEL-2015-0762) C library for the Publix Suffix List -------------------------------------------------------------------------------- Update Information:
30.01.2015 Release V0.7.0 * mark API as stable -------------------------------------------------------------------------------- ChangeLog:
* Mon Feb 2 2015 Christopher Meng rpm@cicku.me - 0.7.0-1 - Update to 0.7.0 --------------------------------------------------------------------------------
================================================================================ libstemmer-0-2.585svn.el7 (FEDORA-EPEL-2015-0719) C stemming algorithm library -------------------------------------------------------------------------------- Update Information:
Get libstemmer package into epel7 -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1169793 - Review Request: libstemmer - C stemming algorithm library https://bugzilla.redhat.com/show_bug.cgi?id=1169793 --------------------------------------------------------------------------------
================================================================================ mongo-cxx-driver-1.0.0-3.el7 (FEDORA-EPEL-2015-0703) A legacy C++ Driver for MongoDB -------------------------------------------------------------------------------- Update Information:
Upgrade to stable version 1.0.0 Newpackage for EPEL 7 --------------------------------------------------------------------------------
================================================================================ mozilla-https-everywhere-4.0.3-1.el7 (FEDORA-EPEL-2015-0704) HTTPS/HSTS enforcement extension for Mozilla Firefox and SeaMonkey -------------------------------------------------------------------------------- Update Information:
* Ruleset updates. * Update SSL Observatory code to match Firefox API changes in hashing. * Bring code in line with guidelines for addons.mozilla.org. -------------------------------------------------------------------------------- ChangeLog:
* Sun Feb 1 2015 Russell Golden niveusluna@niveusluna.org - 4.0.3-1 - Ruleset updates. - Update SSL Observatory code to match Firefox API changes in hashing. - Bring code in line with guidelines for addons.mozilla.org. --------------------------------------------------------------------------------
================================================================================ nagios-plugins-check-updates-1.6.9-1.el7 (FEDORA-EPEL-2015-0742) A Nagios plugin to check if Red Hat or Fedora system is up-to-date -------------------------------------------------------------------------------- Update Information:
Update to 1.6.9. -------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 1.6.9-1 - Update to 1.6.9. - No longer requires perl(Sort::Versions). - Ship the version.pm file from check-updates 1.6.7 (temporary). * Sun Aug 17 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.6.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ netgen-mesher-5.3.1-3.el7 (FEDORA-EPEL-2015-0725) Automatic mesh generation tool -------------------------------------------------------------------------------- Update Information:
Initial package for EL7. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1108395 - Review Request: netgen-mesher - Automatic mesh generation tool https://bugzilla.redhat.com/show_bug.cgi?id=1108395 --------------------------------------------------------------------------------
================================================================================ nodejs-clean-css-2.2.8-2.el7 (FEDORA-EPEL-2015-0753) A well-tested CSS minifier -------------------------------------------------------------------------------- Update Information:
Build for epel7. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1190282 - Please build for epel7 https://bugzilla.redhat.com/show_bug.cgi?id=1190282 --------------------------------------------------------------------------------
================================================================================ nodejs-nsp-audit-shrinkwrap-1.0.3-1.el7 (FEDORA-EPEL-2015-0750) Audits a shrinkwrap file against the NSP module vulnerability database -------------------------------------------------------------------------------- Update Information:
update to 1.0.3 -------------------------------------------------------------------------------- ChangeLog:
* Thu Feb 12 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.0.3-1 - update to 1.0.3 --------------------------------------------------------------------------------
================================================================================ perl-Sys-Hostname-Long-1.5-1.el7 (FEDORA-EPEL-2015-0723) Try every conceivable way to get full hostname -------------------------------------------------------------------------------- Update Information:
This is the first EPEL-7 release of perl-Sys-Hostname-Long. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #555232 - Review Request: perl-Sys-Hostname-Long - Try every conceivable way to get full hostname https://bugzilla.redhat.com/show_bug.cgi?id=555232 --------------------------------------------------------------------------------
================================================================================ php-doctrine-instantiator-1.0.4-1.el7 (FEDORA-EPEL-2015-0702) Instantiate objects in PHP without invoking their constructors -------------------------------------------------------------------------------- Update Information:
* update to 1.0.4 (no change) * add a simple generated autoloader -------------------------------------------------------------------------------- ChangeLog:
* Fri Feb 13 2015 Remi Collet remi@fedoraproject.org - 1.0.4-1 - update to 1.0.4 (no change) - add autoloader --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Alarm-2.2.4-1.el7 (FEDORA-EPEL-2015-0730) Horde Alarm Libraries -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.2.4-1 - Update to 2.2.4 - add provides php-composer(horde/horde-alarm) --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Core-2.19.0-1.el7 (FEDORA-EPEL-2015-0730) Horde Core Framework libraries -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.19.0-1 - Update to 2.19.0 --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Crypt-2.5.3-1.el7 (FEDORA-EPEL-2015-0730) Horde Cryptography API -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.5.3-1 - Update to 2.5.3 - add provides php-composer(horde/horde-crypt) --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-HashTable-1.2.2-1.el7 (FEDORA-EPEL-2015-0730) Horde Hash Table Interface -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 1.2.2-1 - Update to 1.2.2 - add provides php-composer(horde/horde-hashtable) --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Image-2.2.0-1.el7 (FEDORA-EPEL-2015-0730) Horde Image API -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.2.0-1 - Update to 2.2.0 - add povides php-composer(horde/horde-image) - add dependency on Horde_Stream - raise dependency on Horde_Translation 2.2.0 --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Ldap-2.3.1-1.el7 (FEDORA-EPEL-2015-0730) Horde LDAP libraries -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Fri Feb 13 2015 Remi Collet remi@fedoraproject.org - 2.3.1-1 - Update to 2.3.1 * Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.3.0-1 - Update to 2.3.0 - add provides php-composer(horde/horde-ldap) --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Prefs-2.7.2-1.el7 (FEDORA-EPEL-2015-0730) Horde Preferences API -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.7.2-1 - Update to 2.7.2 - add provides php-composer(horde/horde-prefs) --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Rpc-2.1.3-1.el7 (FEDORA-EPEL-2015-0730) Horde RPC API -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.1.3-1 - Update to 2.1.3 - add provides php-composer(horde/horde-rpc) - raise dependency on Horde_Translation 2.2.0 --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Stream-Wrapper-2.1.2-1.el7 (FEDORA-EPEL-2015-0730) Horde Stream wrappers -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.1.2-1 - Update to 2.1.2 - add provides php-composer(horde/horde-stream-wrapper) - enable test suite --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Test-2.5.0-1.el7 (FEDORA-EPEL-2015-0730) Horde testing base classes -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.5.0-1 - Update to 2.5.0 - add provides php-composer(horde/horde-test) --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Util-2.5.3-1.el7 (FEDORA-EPEL-2015-0730) Horde Utility Libraries -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.5.3-1 - Update to 2.5.3 - add provides php-composer(horde/horde-util) --------------------------------------------------------------------------------
================================================================================ php-horde-Horde-Vfs-2.2.2-1.el7 (FEDORA-EPEL-2015-0730) Virtual File System API -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 2.2.2-1 - Update to 2.2.2 - add provides php-composer(horde/horde-vfs) - raise dependency on Horde_Translation 2.2.0 --------------------------------------------------------------------------------
================================================================================ php-horde-horde-5.2.4-1.el7 (FEDORA-EPEL-2015-0730) Horde Application Framework -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Remi Collet remi@fedoraproject.org - 5.2.4-1 - Update to 5.2.4 - provides php-composer(horde/horde) --------------------------------------------------------------------------------
================================================================================ php-horde-imp-6.2.7-1.el7 (FEDORA-EPEL-2015-0730) A web based webmail system -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Remi Collet remi@fedoraproject.org - 6.2.7-1 - Update to 6.2.7 --------------------------------------------------------------------------------
================================================================================ php-horde-ingo-3.2.4-1.el7 (FEDORA-EPEL-2015-0730) An email filter rules manager -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Remi Collet remi@fedoraproject.org - 3.2.4-1 - Update to 3.2.4 - add provides php-composer(horde/ingo) --------------------------------------------------------------------------------
================================================================================ php-horde-kronolith-4.2.5-1.el7 (FEDORA-EPEL-2015-0730) A web based calendar -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Remi Collet remi@fedoraproject.org - 4.2.5-1 - Update to 4.2.5 - add provides php-composer(horde/kronolith) --------------------------------------------------------------------------------
================================================================================ php-horde-mnemo-4.2.5-1.el7 (FEDORA-EPEL-2015-0730) A web based notes manager -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Remi Collet remi@fedoraproject.org - 4.2.5-1 - Update to 4.2.5 - add provides php-composer(horde/mnemo) --------------------------------------------------------------------------------
================================================================================ php-horde-nag-4.2.4-1.el7 (FEDORA-EPEL-2015-0730) A web based task list manager -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Remi Collet remi@fedoraproject.org - 4.2.4-1 - Update to 4.2.4 - add provides php-composer(horde/nag) --------------------------------------------------------------------------------
================================================================================ php-horde-turba-4.2.5-1.el7 (FEDORA-EPEL-2015-0730) A web based address book -------------------------------------------------------------------------------- Update Information:
horde 5.2.4 * [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). * [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). * [jan] Don't instantiate notification system for RPC requests.
imp 6.2.7 * [jan] Fix regression with not being able to list users (Bug #13808). * [mms] Fix rebuilding the folder tree translations when the language is changed in a session (Bug #13821).
ingo 3.2.4 * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). * [mms] Fix filter drag/drop ordering working in basic view (Bug #13820). * [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
turba 4.2.5 * [jan] Fix export format of tags to vCard 3.0 categories (Bug #13800).
kronolith 4.2.5 * [mjr] Fix generating calendar embed code (Bug #13828). * [jan] Don't wipe out whole calendars when PUTing individual events via WebDAV.
nag 4.2.4 * [jan] Don't list task lists without SHOW permissions (Bug #13837). * [jan] Use consistent checkbox. * [jan] Don't allow deletion of tasks with sub-tasks (Bug #13809). * [jan] Don't allow completion of tasks with incomplete sub-tasks and vice versa. * [jan] Don't wipe out whole task lists when PUTing individual tasks via WebDAV.
mnemo 4.2.5 * [mjr] Fix fatal error when using Mnemo without Nag installed. * [jan] Don't list notepads without SHOW permissions (Bug #13838). * [jan] Fix using custom SQL driver configuration. * [mjr] Fix truncation of body text when synchronizing over EAS when no truncationsize option is sent from client (Bug #13755).
Horde_Alarm 2.2.4 * [mms] Fix fatal errors when stored alarm data cannot be unserialized.
Horde_Core 2.19.0 * [jan] Fix notice when deleting identities. * [jan] Fix NoSQL database name setting getting lost during configuration. * [jan] Allow to configure multiple LDAP servers and timeout value. * [mjr] Fixes for using ActiveSync without email sync enabled on Android 5 (Niklas Forsdahl <niklas@creamarketing.com>). * [mms] Calling an application's changeLanguage method on language change now handled by Horde_Registry. * [jan] Support non-ascii latin characters as access keys. * [mms] Use more secure CBC block cipher mode when storing encrypted Blowfish data inside the session. * [mms] If compressing/packaging javascript files, don't use pre-compressed version (if one exists) when generating.
Horde_Crypt 2.5.3 * [jan] Make all PGP features locale-independent.
Horde_HashTable 1.2.2 * [jan] Add unit tests for Memcache and Redis backends.
Horde_Image 2.2.0 * [mjr] Improve stream handling in bundled EXIF driver (Request #13788). * [mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream, rather than a file.
Horde_Ldap 2.3.1 * [jan] Fix connection if using ldaps:// scheme (Bug #13858).
Horde_Ldap 2.3.0 * [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN(). * [jan] Fix casefolding option not being passed to multivalued RDNs. * [jan] Fix exists() with multivalued RDNs. * [jan] Add 'timeout' parameter.
Horde_Prefs 2.7.2 * [mms] Removed unused 'password' parameter.
Horde_Rpc 2.1.3 * [jan] Fix return errors from jsonrpc requests.
Horde_Stream_Wrapper 2.1.2 * [mms] Fix possible infinite loop when reading from a combined stream.
Horde_Test 2.5.0 * [mjr] Add method to obtain all logged events.
Horde_Util 2.5.3 * [jan] Use grapheme functions in Horde_String if intl extension is available.
Horde_Vfs 2.2.2 * [jan] Fix updating quota when overwriting existing files. * [jan] Fix updating quota when using writeData() with FTP driver. * [jan] Fix setting permissions in Ssh2 driver (Bug #13783).
-------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Remi Collet remi@fedoraproject.org - 4.2.5-1 - Update to 4.2.5 - add provides php-compposer(horde/turba) --------------------------------------------------------------------------------
================================================================================ php-pear-phing-2.10.0-1.el7 (FEDORA-EPEL-2015-0746) A project build system based on Apache Ant -------------------------------------------------------------------------------- Update Information:
See upstream annoucements: * 2.10.0: https://www.phing.info/trac/wiki/Users/News/Phing%202.10.0%20released * 2.9.1: https://www.phing.info/trac/wiki/Users/News/Phing%202.9.1%20released * 2.9.0: https://www.phing.info/trac/wiki/Users/News/Phing%202.9.0%20released
-------------------------------------------------------------------------------- ChangeLog:
* Fri Feb 13 2015 Remi Collet remi@fedoraproject.org - 2.10.0-1 - Update to 2.10.0 (stable) --------------------------------------------------------------------------------
================================================================================ php-pecl-http-2.2.1-1.el7 (FEDORA-EPEL-2015-0536) Extended HTTP support -------------------------------------------------------------------------------- Update Information:
Upstream Changelog
Version 2.2.0 * var_dump(http\Message) no longer automatically creates an empty body * Added http\Message\Parser class * Made http\Client::once() and http\Client::wait() available when using events * Added http\Url::PARSE_MBLOC, http\Url::PARSE_MBUTF8, http\Url::PARSE_TOIDN and http\Url::PARSE_TOPCT constants * Added http\Env\Response::setCookie() * Added http\Env\Request::getCookie()
Version 2.2.1 * Fixed Bug #69000 (http\Url breaks down with very long URL query strings) -------------------------------------------------------------------------------- ChangeLog:
* Mon Feb 9 2015 Remi Collet remi@fedoraproject.org - 2.2.1-1 - Update to 2.2.1 (stable) * Tue Jan 27 2015 Remi Collet remi@fedoraproject.org - 2.2.0-1 - Update to 2.2.0 (stable) - add dependency on libidn --------------------------------------------------------------------------------
================================================================================ phpMyAdmin-4.3.9-1.el7 (FEDORA-EPEL-2015-0757) Handle the administration of MySQL over the World Wide Web -------------------------------------------------------------------------------- Update Information:
phpMyAdmin 4.3.9.0 (2015-02-05) ===============================
- Incorrect headings in routine editor - Notice while browsing tables when phpmyadmin pma database exists, but not all the tables - Display original field when using "Relational display column" option and display column is empty - Default values for binary fields do not support binary values - Changing display options breaks query highlighting - Undefined index submit_type - Header lose align when scrolling in Firefox - In ./libraries/Advisor.class.php#184 vsprintf(): Too few arguments - Unable to move cursor with keyboard in filter rows box - Incorrect link in doc - Tracking does not handle views properly - Schema export doesn't handle dots in db/table name - Table Header not displayed correct (Safari 5.0.5 Mac) - Disable renaming referenced columns - Column name center-aligned instead of left-aligned in Relations
phpMyAdmin 4.3.8.0 (2015-01-24) ===============================
- Undefined constant PMA_DRIZZLE - Wrongly positioned date-picker while Grid-Editing - Forced ORDER BY for own sql statements - Undefined property: stdClass::$version - 'only_db' not working - Error text: Internal Server Error - Incorrect width table summary when favorite tables is disabled - Nav tree error after filtering the tables - Collapse all in navigation panel is sometimes broken - Cannot navigate in filtered table list - Database navigation menu broken when resolution/screen is changing - Collation column missing in database list when DisableIS is true - Undefined index central_columnswork - Undefined index favorite_tables -------------------------------------------------------------------------------- ChangeLog:
* Fri Feb 6 2015 Robert Scheck robert@fedoraproject.org 4.3.9-1 - Upgrade to 4.3.9 --------------------------------------------------------------------------------
================================================================================ python-bitmath-1.2.3-3.el7 (FEDORA-EPEL-2015-0748) Aids representing and manipulating sizes in various prefix notations -------------------------------------------------------------------------------- Update Information:
Fix deps for epel7 -------------------------------------------------------------------------------- ChangeLog:
* Sun Jan 4 2015 Tim Bielawa tbielawa@redhat.com - 1.2.3-3 - Add mock to build requires * Sun Jan 4 2015 Tim Bielawa tbielawa@redhat.com - 1.2.3-2 - Add python-progressbar build-dependency to satisfy 'check' tests * Sun Jan 4 2015 Tim Bielawa tbielawa@redhat.com - 1.2.3-1 - Add progressbar example to the README * Sun Jan 4 2015 Tim Bielawa tbielawa@redhat.com - 1.2.2-1 - Fix some problems with the automated build system * Sun Jan 4 2015 Tim Bielawa tbielawa@redhat.com - 1.2.1-1 - Add a new integration: the progressbar module FileTransferSpeed widget * Mon Dec 29 2014 Tim Bielawa tbielawa@redhat.com - 1.2.0-1 - Add argparse integration with a BitmathType argument type --------------------------------------------------------------------------------
================================================================================ python-cpuinfo-0.1.4-1.el7 (FEDORA-EPEL-2015-0755) Getting CPU info -------------------------------------------------------------------------------- Update Information:
Update to 0.1.4 release -------------------------------------------------------------------------------- ChangeLog:
* Thu Feb 12 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.1.4-1 - Update to 0.1.4 release - Resolves:rh#1190549 - cpuinfo failed to run * Tue Feb 3 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.1.2-3 - Resolves:rh#1178548, follow dnf way to use py3 binary -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1190549 - cpuinfo failed to run https://bugzilla.redhat.com/show_bug.cgi?id=1190549 --------------------------------------------------------------------------------
================================================================================ python-fedmsg-meta-fedora-infrastructure-0.4.0-1.el7 (FEDORA-EPEL-2015-0710) Metadata providers for Fedora Infrastructure's fedmsg deployment -------------------------------------------------------------------------------- Update Information:
Handle future bodhi2 messages. rpm.sign messages now indicate the key id. Handle new sigul messages. Bugfix for new pkgdb messages. Latest upstream. Handle a new message type from the-new-hotness. Change the way usernames are returned from pkgdb messages. -------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Ralph Bean rbean@redhat.com - 0.4.0-1 - new version * Tue Feb 10 2015 Ralph Bean rbean@redhat.com - 0.3.12-2 - Disable tests for now since they require the latest fedmsg. * Wed Jan 28 2015 Ralph Bean rbean@redhat.com - 0.3.12-1 - Handle new sigul messages. * Mon Jan 26 2015 Ralph Bean rbean@redhat.com - 0.3.11-1 - Bugfix for new pkgdb messages. * Thu Jan 15 2015 Ralph Bean rbean@redhat.com - 0.3.10-1 - Handle a new message from the-new-hotness. - Change the way usernames are returned from pkgdb messages. --------------------------------------------------------------------------------
================================================================================ python-fmn-consumer-0.4.5-1.el7 (FEDORA-EPEL-2015-0727) Backend worker daemon for Fedora Notifications -------------------------------------------------------------------------------- Update Information:
New X-Fedmsg-* email headers added. Debugging/performance hooks added. -------------------------------------------------------------------------------- ChangeLog:
* Thu Feb 12 2015 Ralph Bean rbean@redhat.com - 0.4.5-1 - new version - Remove randomize patch, now included upstream. * Fri Jan 23 2015 Ralph Bean rbean@redhat.com - 0.4.4-5 - Back out that multiproc patch. * Thu Jan 22 2015 Ralph Bean rbean@redhat.com - 0.4.4-4 - Update patch to delete logging dict for fedora-infra. * Thu Jan 22 2015 Ralph Bean rbean@redhat.com - 0.4.4-3 - Use multiproc pool for recipients calculation. - Temporarily disable test suite for this release. * Wed Jan 21 2015 Ralph Bean rbean@redhat.com - 0.4.4-2 - Randomize preference order before calculating recipients. --------------------------------------------------------------------------------
================================================================================ python-fmn-rules-0.4.6-1.el7 (FEDORA-EPEL-2015-0733) Message processing rules for Fedora Notifications -------------------------------------------------------------------------------- Update Information:
Debugging/performance hooks added. New ansible catchall rule. Use python-re2 if available. Handle new sigul messages. Optimizations. Patch fix to regex matching. Latest upstream. Latest upstream. Latest upstream. Lots of new rules. -------------------------------------------------------------------------------- ChangeLog:
* Thu Feb 12 2015 Ralph Bean rbean@redhat.com - 0.4.6-1 - new version * Thu Jan 29 2015 Ralph Bean rbean@redhat.com - 0.4.5-1 - new version * Fri Jan 23 2015 Ralph Bean rbean@redhat.com - 0.4.4-1 - Remove old patch. - Optimize regex application. * Wed Jan 14 2015 Ralph Bean rbean@redhat.com - 0.4.3-2 - Patch to fix regex matching. * Wed Jan 14 2015 Ralph Bean rbean@redhat.com - 0.4.3-1 - Latest upstream. * Mon Jan 12 2015 Ralph Bean rbean@redhat.com - 0.4.2-1 - Latest upstream with simpler defaults. * Mon Jan 12 2015 Ralph Bean rbean@redhat.com - 0.4.1-1 - Updated descriptions. - Datanommer hinting. - Temporarily disabled tests due to cyclic dep with fmn.lib. * Wed Jan 7 2015 Ralph Bean rbean@redhat.com - 0.4.0-1 - Latest upstream with tons of new rules from Sayan Chowdhury. --------------------------------------------------------------------------------
================================================================================ python-migrate-0.9.4-1.el7 (FEDORA-EPEL-2015-0741) Schema migration tools for SQLAlchemy -------------------------------------------------------------------------------- Update Information:
- Latest upstream -------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Pádraig Brady pbrady@redhat.com - 0.9.4-1 - Latest upstream --------------------------------------------------------------------------------
================================================================================ python-re2-0.2.20-2.20150211git382bb74.el7 (FEDORA-EPEL-2015-0737) Python wrapper for Google's RE2 using Cython -------------------------------------------------------------------------------- Update Information:
Initial packaging. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1191808 - Review Request: python-re2 - Python wrapper for Google's RE2 using Cython https://bugzilla.redhat.com/show_bug.cgi?id=1191808 --------------------------------------------------------------------------------
================================================================================ python-tahrir-0.7.3-1.el7 (FEDORA-EPEL-2015-0728) A pyramid app for issuing your own Open Badges -------------------------------------------------------------------------------- Update Information:
Allow cookie configuration. New history pane on the user view. -------------------------------------------------------------------------------- ChangeLog:
* Fri Feb 13 2015 Ralph Bean rbean@redhat.com - 0.7.3-1 - new version - Remove old patch. --------------------------------------------------------------------------------
================================================================================ qpid-dispatch-0.3-2.el7 (FEDORA-EPEL-2015-0714) Dispatch router for Qpid -------------------------------------------------------------------------------- Update Information:
Disabled building documentation due to missing pandoc-pdf on EL6. Rebased on Dispatch 0.3. -------------------------------------------------------------------------------- ChangeLog:
* Wed Feb 11 2015 Darryl L. Pierce dpierce@redhat.com - 0.3-2 - Disabled building documentation due to missing pandoc-pdf on EL6. - Disabled daemon setgid. - Fixes to accomodate Python 2.6 on EL6. - Removed implicit dependency on python-qpid-proton in qpid-dispatch-router. * Tue Jan 27 2015 Darryl L. Pierce dpierce@redhat.com - 0.3-1 - Rebased on Dispatch 0.3. - Increased the minimum Proton version needed to 0.8. - Moved all tests to the -devel package. - Ensure executable bit turned off on systemd file. - Set the location of installed documentation. --------------------------------------------------------------------------------
================================================================================ rpmconf-0.3.4-1.el7 (FEDORA-EPEL-2015-0713) Tool to handle rpmnew and rpmsave files -------------------------------------------------------------------------------- Update Information:
new package for el7 --------------------------------------------------------------------------------
================================================================================ rubygem-macaddr-1.7.1-2.el7 (FEDORA-EPEL-2015-0732) MAC Address Determination for Ruby -------------------------------------------------------------------------------- Update Information:
Cross platform mac address determination for Ruby. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1177697 - Review Request: rubygem-macaddr - MAC Address Determination for Ruby https://bugzilla.redhat.com/show_bug.cgi?id=1177697 --------------------------------------------------------------------------------
================================================================================ rubygem-opennebula-4.10.2-1.el7 (FEDORA-EPEL-2015-0739) OpenNebula Client API -------------------------------------------------------------------------------- Update Information:
Libraries needed to talk to OpenNebula. -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1142497 - Review Request: rubygem-opennebula - OpenNebula Client API https://bugzilla.redhat.com/show_bug.cgi?id=1142497 --------------------------------------------------------------------------------
================================================================================ scsi-target-utils-1.0.55-1.el7 (FEDORA-EPEL-2015-0724) The SCSI target daemon and utility programs -------------------------------------------------------------------------------- Update Information:
update to latest upstream for bug fixes. -------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Andy Grover agrover@redhat.com - 1.0.55-1 - New upstream version * Mon Aug 18 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.0.48-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 8 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.0.48-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Jun 2 2014 Andy Grover agrover@redhat.com - 1.0.48-1 - New upstream version - Add systemd sd_notify support --------------------------------------------------------------------------------
================================================================================ sfk-1.7.4-1.el7 (FEDORA-EPEL-2015-0758) The Swiss File Knife File Tree Processor -------------------------------------------------------------------------------- Update Information:
== 1.7.4 == * CHG: CHANGE OF DEFAULT OUTPUT OF: xhexfind, hexfind if a full /fromtext/totext/ pattern is given the hexdump output now shows the replaced output text by default. use option -dumpfrom to display the fromtext (search hits) in output. * CHG: CHANGE OF SIMULATION OUTPUT OF: replace, xreplace, extract 1. simulation mode now shows a hex dump by default instead of just statistics. use -nodump for the old behaviour. 2. hex dump output now shows the replaced output text by default. use option -dumpfrom to display only the fromtext (search hits) as it was default before. option -yes behaves as always, not showing hexdumps but only statistics of the number of changes. * CHG: STRICTER PATTERN PARSING WITH: replace, extract, xreplace a pattern like /from/to with missing "/" separator at the end now stops with an error. * add: sfk rename, a flexible mass file rename using rename expressions. * add: sfk xmlform: simple xml line text reformatter for convenient viewing. * fix: linux default color with dark background: theme:black no longer uses grey but now the terminal default color by sequence {ESC}[0;0m * fix: linux: gindex, iname used wrong home folder. * fix: gindex: if user supplied relative dir names subsequent iname produced wrong results. * fix: gindex: options -size or -qarc caused listing of wrong folders. * add: snapto: option -raw to collect faster. * chg: hexdump output colors reworked. * chg: sfk cmd: now uses the actual current sfk binary name instead of just "sfk" for the created command * fix: fromclip: crash on missing data. * add: base+xd: demo of xreplace allowing output preview without writing to files. * chg: sfk replace: unreadable files which are skipped no longer produce an error but a warning. * chg: small syntax change: sfk chars now only accepts char or chars as command name. * chg: help text: full rework of web references. internal: * add: gindex, list: option -abs to force absolute names * add: zip dir listing: rc info on message "cannot read" * chg: reworked knxdump output
== 1.7.3 == * CHG: SYNTAX CHANGE: by default, sfk xfind and xtext now show complete text lines containing one or more search hits. add option -pure to show only search hits as before, or change defaults by an environment variable SET SFK_CONFIG=xfind:pure,xtext:pure sfk xtext is now an alias of xfind -nobin, i.e. it searches only in text files. * CHG: COMPLETE REWORK OF SEARCH FUNCTIONS: xfind, xtext, xhexfind, extract. output may look completely different now. many new options. reworked help text. CHECK YOUR BATCH FILES if the new outputs still work for you as expected. * CHG: SYNTAX CHANGE: sfk find: patterns starting with "-" are no longer supported directly but must be prefixed by "". options can now be given after search patterns. * add: sfk csvtotab to convert comma separated data. * add: sfk tabtocsv to convert tab separated data to csv. * add: sfk filter -trim, -ltrim, -rtrim to remove blanks and tab characters at start or end of lines. * add: sfk fromclip: option -ltrim and alias "sfk lclip" to remove blanks and tabs at start of lines. * add: sfk xfind/xex -bylinelist to specify a simplified list of search terms without any totext. * add: sfk extract is now available in base/xd. * add: sfk view: improved help if dview is not found. * add: xed, xex: direct reading of zip file entries. * chg: sfk view: now passing through all non sfk options and parameters as is, like "-tab 8". parms with blanks are enquoted. * chg: source code cleanup: removed patch.cpp and inst.cpp, integrated them into sfknet.cpp and renamed this to sfkext.cpp for easy compilation. * chg: default replace color with theme:white now purple on windows and linux. * chg: sfk xex -showparts now shows only part numbers then stops processing. * chg: xreplace: improved [lstart] handling. * fix: xreplace: character classes at start of pattern with a zero min length like in "/[0.100 white]foo/" did not work in case of zero length hit. * chg: hexfind: now using wide hexdump. * chg: xed, xex: without any patterns it now passes through input unmodified. * fix: filter +xed produced LF i/o CRLF under windows. * fix: (x)hexfind: did not show absolute offset in file. * fix: (x)hexfind: ignored windows console width. * fix: extract, xfind -tofile: -nofile was ignored. * add: sfk cmd n, print a command n from the help text as one long line. * add: web reference info per command. internal: * fix: zip sub entry direct read: missing set of size and time after provideInput. * fix: line start state after [lend] match. * del: unused internal command freezeto. -------------------------------------------------------------------------------- ChangeLog:
* Thu Feb 12 2015 Christopher Meng rpm@cicku.me - 1.7.4-1 - Update to 1.7.4 * Thu Jan 29 2015 Christopher Meng rpm@cicku.me - 1.7.3-1 - Update to 1.7.3 -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1191506 - sfk-1.7.4 is available https://bugzilla.redhat.com/show_bug.cgi?id=1191506 --------------------------------------------------------------------------------
================================================================================ youtube-dl-2015.02.10.4-1.el7 (FEDORA-EPEL-2015-0760) A small command-line program to download online videos -------------------------------------------------------------------------------- Update Information:
- Update to latest release - Improve error messages - fix various other bugs -------------------------------------------------------------------------------- ChangeLog:
* Tue Feb 10 2015 Till Maas opensource@till.name - 2015.02.10.4-1 - Update to latest release * Tue Feb 10 2015 Till Maas opensource@till.name - 2015.02.10.2-1 - Update to latest release - remove pre-built file in %setup * Sat Jan 31 2015 Till Maas opensource@till.name - 2015.01.30.1-1 - Update to new release - Use %license * Tue Jan 27 2015 Till Maas opensource@till.name - 2015.01.25-1 - Update to new release * Tue Jan 27 2015 Alexey Kurov nucleo@fedoraproject.org - 2015.01.25.1-1 - Python 2.7 byte compile * Fri Jan 16 2015 Matej Cepl mcepl@redhat.com - 2015.01.15.1-1 - Update to new release. * Wed Jan 14 2015 Till Maas opensource@till.name - 2015.01.11-1 - Update to new release -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1093517 - [abrt] youtube-dl: httplib.py:953:putheader:UnicodeEncodeError: 'ascii' codec can't encode character u'\ufeff' in position 0: ordinal not in range(128) https://bugzilla.redhat.com/show_bug.cgi?id=1093517 [ 2 ] Bug #1135594 - [abrt] youtube-dl: httplib.py:660:_safe_read:IncompleteRead: IncompleteRead(7669 bytes read, 523 more expected) https://bugzilla.redhat.com/show_bug.cgi?id=1135594 --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org