From nish.aravamudan at canonical.com Fri Jul 1 19:44:28 2016 From: nish.aravamudan at canonical.com (Nishanth Aravamudan) Date: Fri, 1 Jul 2016 12:44:28 -0700 Subject: [pkg-horde] Bug#829264: php-horde-activesync: update for MySQL 5.7 compatibility by setting root password Message-ID: <20160701194428.GA11345@pitfall> Package: php-horde-activesync Version: 2.34.0-1 Severity: normal Tags: patch User: ubuntu-devel at lists.ubuntu.com Usertags: origin-ubuntu yakkety ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Update test compatibility with MySQL 5.7 (LP: #1568015). Thanks for considering the patch. *** /tmp/tmpvIXQYx/php-horde-activesync_2.34.0-1ubuntu1.debdiff diff -Nru php-horde-activesync-2.34.0/debian/tests/control php-horde-activesync-2.34.0/debian/tests/control --- php-horde-activesync-2.34.0/debian/tests/control 2016-06-08 12:00:51.000000000 -0700 +++ php-horde-activesync-2.34.0/debian/tests/control 2016-07-01 12:28:02.000000000 -0700 @@ -1,3 +1,3 @@ Tests: phpunit -Restrictions: needs-recommends isolation-container +Restrictions: needs-recommends needs-root isolation-container Depends: @, php-cli, php-horde-test, php-sqlite3, mysql-server, php-mysql diff -Nru php-horde-activesync-2.34.0/debian/tests/phpunit php-horde-activesync-2.34.0/debian/tests/phpunit --- php-horde-activesync-2.34.0/debian/tests/phpunit 2016-06-08 12:00:51.000000000 -0700 +++ php-horde-activesync-2.34.0/debian/tests/phpunit 2016-07-01 12:04:20.000000000 -0700 @@ -2,11 +2,11 @@ set -e -export ACTIVESYNC_SQL_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"mysql":{"adapter":"mysql","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}' -export ACTIVESYNC_SQL_MYSQLI_TEST_CONFIG='{"activesync":{"sql":{"mysqli":{"adapter":"mysqli","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}' -export ACTIVESYNC_SQL_PDO_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"pdo_mysql":{"adapter":"pdo_mysql","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}' +export ACTIVESYNC_SQL_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"mysql":{"adapter":"mysql","host":"localhost","username":"root","password":"r00t","dbname":"test","charset":"utf-8"}}}}' +export ACTIVESYNC_SQL_MYSQLI_TEST_CONFIG='{"activesync":{"sql":{"mysqli":{"adapter":"mysqli","host":"localhost","username":"root","password":"r00t","dbname":"test","charset":"utf-8"}}}}' +export ACTIVESYNC_SQL_PDO_MYSQL_TEST_CONFIG='{"activesync":{"sql":{"pdo_mysql":{"adapter":"pdo_mysql","host":"localhost","username":"root","password":"r00t","dbname":"test","charset":"utf-8"}}}}' -mysql -e 'create database IF NOT EXISTS test;' -uroot +mysql -e "create database IF NOT EXISTS test; ALTER USER 'root'@'localhost' IDENTIFIED WITH 'mysql_native_password' BY 'r00t';" -uroot cd Horde_ActiveSync*/test/./Horde/ActiveSync phpunit -v . -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-24-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Nishanth Aravamudan Ubuntu Server Canonical Ltd From mrubinsk at horde.org Fri Jul 1 22:22:28 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 18:22:28 -0400 Subject: [pkg-horde] [announce] Horde 5.2.11 (final) Message-ID: <20160701182228.Horde.agHofeEFeNOV-N2eysTWaBw@127.0.0.1> The Horde Team is pleased to announce the final release of the Horde Application Framework version 5.2.11. The Horde Application Framework is a flexible, modular, general-purpose web application framework written in PHP. It provides an extensive array of components that are targeted at the common problems and tasks involved in developing modern web applications. It is the basis for a large number of production-level web applications, notably the Horde Groupware suites. For more information on Horde or the Horde Groupware suites, visit http://www.horde.org. For upgrading instructions, please see http://www.horde.org/apps/horde/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/horde/docs/INSTALL Thanks to duarteetraud at gmail.com for reporting the XSS vulnerability. The major changes compared to the Horde version 5.2.10 are: * Update Portuguese translation. * Update Basque translation. * Further bugfixes and improvements. The full list of changes can be viewed here: https://github.com/horde/horde/blob/30375e36552a9621e16dd5e49babd70668e62197/horde/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Fri Jul 1 22:27:52 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 18:27:52 -0400 Subject: [pkg-horde] [announce] Gollem H5 (3.0.9) (final) Message-ID: <20160701182752.Horde.hxp7XWNtJqEBk3F7M9QeGyp@127.0.0.1> The Horde Team is pleased to announce the final release of the Gollem File Manager version H5 (3.0.9). Gollem is a web-based file manager, providing the ability to fully manage a hierarchical file system stored in a variety of backends such as a SQL database, as part of a real filesystem, or on FTP, Samba or SSH servers. For more information on Gollem, visit http://www.horde.org/apps/gollem. For upgrading instructions, please see http://www.horde.org/apps/gollem/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/gollem/docs/INSTALL The major changes compared to Gollem version H5 (3.0.8) are: * Update Portuguese translation. * Update Basque translation. The full list of changes can be viewed here: https://github.com/horde/horde/blob/9f1f235837408e617b448aaf635ee9ab83e2deb6/gollem/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Fri Jul 1 22:49:08 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 18:49:08 -0400 Subject: [pkg-horde] [announce] IMP H5 (6.2.15) (final) Message-ID: <20160701184908.Horde.2etSXhY-ds5nXR3Aug5eEHB@127.0.0.1> The Horde Team is pleased to announce the final release of the Internet Mail Program (IMP) version H5 (6.2.15). IMP, the Internet Mail Program, is one of the most popular and widely deployed open source webmail applications in the world. It allows universal, web-based access to IMAP and POP3 mail servers and provides dynamic, mobile, basic, and minimal interfaces with a rich range of features normally found only in desktop email clients. For more information on IMP, visit http://www.horde.org/apps/imp. For upgrading instructions, please see http://www.horde.org/apps/imp/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/imp/docs/INSTALL The major changes compared to IMP version H5 (6.2.14) are: * Fix bug in Basic view causing messages to be marked as read incorrectly. * Display translated mailbox names in drop down lists. * Fix re-adding attachment after it has been removed from compose window. * Update Portuguese translation. * Update Basque translation. * Further bugfixes and improvements. The full list of changes can be viewed here: https://github.com/horde/horde/blob/4e74ef8e0ff87b1427aeee021319322c762ea48b/imp/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Fri Jul 1 22:56:46 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 18:56:46 -0400 Subject: [pkg-horde] [announce] Ingo H5 (3.2.11) (final) Message-ID: <20160701185646.Horde.sqj5myww3OQgnlZKjw-i7Ok@127.0.0.1> The Horde Team is pleased to announce the final release of the Ingo Email Filter Rules Manager version H5 (3.2.11). Ingo is an email-filter management application. It is fully internationalized, integrated with Horde and the IMP Webmail client, and supports both server-side (Sieve, Procmail, Maildrop) and client-side (IMAP) message filtering. For more information on Ingo, visit http://www.horde.org/apps/ingo. For upgrading instructions, please see http://www.horde.org/apps/ingo/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/ingo/docs/INSTALL The major changes compared to Ingo version H5 (3.2.10) are: * Fix honoring initial_page setting. * Update Portuguese translation. * Update Basque translation. * Further bugfixes and improvements. The full list of changes can be viewed here: https://github.com/horde/horde/blob/fb8a35e518bb2be41b91f87a4b7d5987e68c4da2/ingo/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Fri Jul 1 23:15:48 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 19:15:48 -0400 Subject: [pkg-horde] [announce] Kronolith H5 (4.2.17) (final) Message-ID: <20160701191548.Horde._2qgFenNOurbbYVpigqHkW4@127.0.0.1> The Horde Team is pleased to announce the final release of the Kronolith Calendar Application version H5 (4.2.17). Kronolith is the Horde calendar application. It provides web-based calendars backed by a SQL database or a Kolab server. Supported features include Ajax and mobile interfaces, CalDAV support, shared calendars, remote calendars, invitation management (iCalendar/iTip), free/busy management, resource management, alarms, recurring events, and a sophisticated day/week view which handles arbitrary numbers of overlapping events. For more information on Kronolith, visit http://www.horde.org/apps/kronolith. For upgrading instructions, please see http://www.horde.org/apps/kronolith/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/kronolith/docs/INSTALL The major changes compared to Kronolith version H5 (4.2.16) are: * Prevent saving event with empty date fields on certain browsers. * Fix filtering sync-able calendars. * Update Portuguese translation. * Update Basque translation. * Further bugfixes and improvements. The full list of changes can be viewed here: https://github.com/horde/horde/blob/d0ee7bc6ba2d2d08d7ae45c3a2534300bda60b53/kronolith/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Fri Jul 1 23:36:14 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 19:36:14 -0400 Subject: [pkg-horde] [announce] Mnemo H5 (4.2.11) (final) Message-ID: <20160701193614.Horde.9DCDPf5p3IAjTtCzzBrjWBz@127.0.0.1> The Horde Team is pleased to announce the final release of the Mnemo Note Manager version H5 (4.2.11). The Mnemo Note Manager is the Horde notes/memos application. It allows users to keep web-based notes and freeform text. Notes may be shared with other users via shared notepads. It requires the Horde Application Framework and an SQL database or Kolab server for backend storage. For more information on Mnemo, visit http://www.horde.org/apps/mnemo. For upgrading instructions, please see http://www.horde.org/apps/nag/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/nag/docs/INSTALL The major changes compared to the Mnemo version H5 (4.2.10) are: * Update Portuguese translation. * Update Basque translation. * Fix filtering sync-able notepads. The full list of changes can be viewed here: https://github.com/horde/horde/blob/b2c947470a317acf6e2c36d22fbae48b9f2031f4/mnemo/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Sat Jul 2 00:04:49 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 20:04:49 -0400 Subject: [pkg-horde] [announce] Nag H5 (4.2.10) (final) Message-ID: <20160701200449.Horde.Jjnw_CNL7F_js5BUggkVK8J@127.0.0.1> The Horde Team is pleased to announce the final release of the Nag Task List Manager version H5 (4.2.10). Nag is a web-based application built upon the Horde Application Framework which provides a simple, clean interface for managing online task lists (i.e., todo lists). It also includes CalDAV support, strong integration with the other Horde applications, and allows users to share task lists or enable light-weight project management. For upgrading instructions, please see http://www.horde.org/apps/nag/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/nag/docs/INSTALL The major changes compared to the Nag version H5 (4.2.9) are: * Fix handling of start and due dates when syncing via EAS. * Fix fatal error for tasks without UID. * Fix deleting alarms when completing a task. * Fix filtering syncable notepads. * Update Portuguese translation. * Update Basque translation. * Further bugfixes and improvements. The full list of changes can be viewed here: https://github.com/horde/horde/blob/62e2ff63eba61dba307b04f82b4a7f2112b140d9/nag/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Sat Jul 2 01:07:28 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 21:07:28 -0400 Subject: [pkg-horde] [announce] Passwd H5 (5.0.5) (final) Message-ID: <20160701210728.Horde.OiMhAfQJq30XqwFcs_RLNaF@127.0.0.1> The Horde Team is pleased to announce the final release of the Passwd Horde password changing application version H5 (5.0.5). Passwd provides support for changing passwords via the Horde authentication system or various password backends. For upgrading instructions, please see http://www.horde.org/apps/nag/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/nag/docs/INSTALL The major changes compared to Passwd version H5 (5.0.4) are: * Fix changing password with SOAP driver. * Update Portuguese translation. * Update German translation. * Further bugfixes and improvements. The full list of changes can be viewed here: https://github.com/horde/horde/blob/743c13874e3314135190e2af52c575a2cc84886b/passwd/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Sat Jul 2 01:50:48 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 21:50:48 -0400 Subject: [pkg-horde] [announce] Trean H5 (1.1.6) (final) Message-ID: <20160701215048.Horde.jjiDYc1R2hyuTkGKQ1W8xTn@127.0.0.1> The Horde Team is pleased to announce the final release of the Trean Bookmarks Manager version H5 (1.1.6). Trean is a web-based bookmarks application that provides management of browser bookmarks, including support for tagging, link checking, and searching bookmarks. For more information on Trean, visit http://www.horde.org/apps/trean. For upgrading instructions, please see http://www.horde.org/apps/horde/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/trean/docs/INSTALL Major changes compared to Trean version H5 (1.1.5) are: * Add Basque translation. * Further bugfixes and improvements. The full list of changes can be viewed here: https://github.com/horde/horde/blob/2ed34e4ca27398b9b2cc43d9365353a7da2a70a1/trean/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Sat Jul 2 02:01:52 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 22:01:52 -0400 Subject: [pkg-horde] [announce] Turba H5 (4.2.15) (final) Message-ID: <20160701220152.Horde.D6C4tr8uDs-OfNJhMubYKFV@127.0.0.1> The Horde Team is pleased to announce the final release of the Turba Contact Manager version H5 (4.2.15). Turba is the Horde contact management application. Leveraging the Horde framework to provide seamless integration with IMP and other Horde applications, it supports contacts in SQL, LDAP, Kolab, IMSP, and Facebook address books, and works as a CardDAV server. For more information on Turba, visit http://www.horde.org/apps/turba. For upgrading instructions, please see http://www.horde.org/apps/turba/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/turba/docs/INSTALL The major changes compared to the Turba version H5 (4.2.14) are: * Fix searching via API when specifiying search fields but not source. * Fix filtering syncable address books. * Update Portuguese translation. * Update Basque translation. * Further bugfixes and improvements. The full list of changes can be viewed here: https://github.com/horde/horde/blob/26fd2c8993c57a6d6e12757763643704c50cb509/turba/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Sat Jul 2 02:21:42 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 22:21:42 -0400 Subject: [pkg-horde] [announce] Whups H5 (3.0.8) (final) Message-ID: <20160701222142.Horde.FADRqBGvKuJkSFsH4KzMxyK@127.0.0.1> The Horde Team is pleased to announce the final release of the Whups Ticket Tracking System version H5 (3.0.8). Whups is a Horde ticket-tracking application. It is very flexible in design, and can be used for help-desk requests, tracking software development, and anything else that needs to track a set of requests and their status. For more information on Whups, visit http://www.horde.org/apps/whups. For upgrading instructions, please see http://www.horde.org/apps/whups/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/whups/docs/INSTALL The major changes compared to the Whups version H5 (3.0.7) are: * Update Portuguese translation. * Fix decoding custom attributes for display. The full list of changes can be viewed here: https://github.com/horde/horde/blob/33aa2689c0c9997146cc3db7ea8662fb039d4818/whups/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Sat Jul 2 03:22:36 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Fri, 01 Jul 2016 23:22:36 -0400 Subject: [pkg-horde] [announce] Wicked H5 (2.0.6) (final) Message-ID: <20160701232236.Horde.ZdpvDnndobXyE4jd-RXSvRu@127.0.0.1> The Horde Team is pleased to announce the final release of the Wicked wiki application version H5 (2.0.6). Wicked is a wiki application for the Horde Framework. It uses PEAR's Text_Wiki library for the actual wiki markup parsing and rendering. It supports Creole, Mediawiki, Tiki Wiki, and its own markup engine. For more information on Wicked, visit http://www.horde.org/apps/wicked. For detailed installation and configuration instructions, please see http://www.horde.org/apps/wicked/docs/INSTALL The major changes compared to the Wicked version H5 (2.0.5) are: * Update Portuguese translation. The full list of changes can be viewed here: https://github.com/horde/horde/blob/c0c8337772d959180edb95fbe206a3e51d5e29e2/wicked/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From enotification14 at gmail.com Sat Jul 2 17:17:36 2016 From: enotification14 at gmail.com (Pepsi Cola Awards) Date: Sat, 2 Jul 2016 17:17:36 +0000 (UTC) Subject: [pkg-horde] Winning Approved ! In-Reply-To: <1113766962.4963565.1467321370766.JavaMail.yahoo@mail.yahoo.com> References: <37285576.5732875.1466254539752.JavaMail.yahoo.ref@mail.yahoo.com> <37285576.5732875.1466254539752.JavaMail.yahoo@mail.yahoo.com> <144180267.5742072.1466254593694.JavaMail.yahoo@mail.yahoo.com> <1215292663.5758451.1466254640940.JavaMail.yahoo@mail.yahoo.com> <311455548.5778457.1466254684496.JavaMail.yahoo@mail.yahoo.com> <2120525334.5721269.1466254732100.JavaMail.yahoo@mail.yahoo.com> <1969662446.5985888.1466326044587.JavaMail.yahoo@mail.yahoo.com> <1595879760.6037940.1466326100267.JavaMail.yahoo@mail.yahoo.com> <1654401335.6044368.1466326144090.JavaMail.yahoo@mail.yahoo.com> <465995043.6031592.1466326186631.JavaMail.yahoo@mail.yahoo.com> <986778944.6026616.1466326229552.JavaMail.yahoo@mail.yahoo.com> <2065079649.6128336.1466351766552.JavaMail.yahoo@mail.yahoo.com> <1282685709.6116864.1466351801719.JavaMail.yahoo@mail.yahoo.com> <1404709145.6111607.1466351833831.JavaMail.yahoo@mail.yahoo.com> <1343055273.6116001.1466351871110.JavaMail.yahoo@mail.yahoo.com> <1526649001.6129094.1466351918128.JavaMail.yahoo@mail.yahoo.com> <138471127.6149291.1466359111523.JavaMail.yahoo@mail.yahoo.com> <1036931719.6154949.1466359153135.JavaMail.yahoo@mail.yahoo.com> <1906593105.6142091.1466359193284.JavaMail.yahoo@mail.yahoo.com> <1642370889.6147938.1466359227500.JavaMail.yahoo@mail.yahoo.com> <1994400924.6162517.1466359270861.JavaMail.yahoo@mail.yahoo.com> <1552276881.7184662.1466502583581.JavaMail.yahoo@mail.yahoo.com> <2004307422.7215218.1466502628691.JavaMail.yahoo@mail.yahoo.com> <1447288022.7237203.1466502669544.JavaMail.yahoo@mail.yahoo.com> <181591935.7251562.1466502718265.JavaMail.yahoo@mail.yahoo.com> <1200801245.7224080.1466502767721.JavaMail.yahoo@mail.yahoo.com> <501181065.7438988.1466525282524.JavaMail.yahoo@mail.yahoo.com> <1677844677.7439010.1466525329455.JavaMail.yahoo@mail.yahoo.com> <1991321237.7485327.1466525375127.JavaMail.yahoo@mail.yahoo.com> <992524752.7493277.1466525420621.JavaMail.yahoo@mail.yahoo.com> <729394983.7440679.1466525465455.JavaMail.yahoo@mail.yahoo.com> <1616675567.7983274.1466589958567.JavaMail.yahoo@mail.yahoo.com> <681201821.7973822.1466590002302.JavaMail.yahoo@mail.yahoo.com> <691823564.7999828.1466590048986.JavaMail.yahoo@mail.yahoo.com> <369662699.8025944.1466590097658.JavaMail.yahoo@mail.yahoo.com> <77342518.7991075.1466590150237.JavaMail.yahoo@mail.yahoo.com> <1989385392.8066193.1466603370864.JavaMail.yahoo@mail.yahoo.com> <982313896.365021.1466603411765.JavaMail.yahoo@mail.yahoo.com> <435505529.8128871.1466603457054.JavaMail.yahoo@mail.yahoo.com> <92253259.8104454.1466603499657.JavaMail.yahoo@mail.yahoo.com> <610307065.8112056.1466603543017.JavaMail.yahoo@mail.yahoo.com> <1387705915.218337.1466681530348.JavaMail.yahoo@mail.yahoo.com> <1004083139.205374.1466681576114.JavaMail.yahoo@mail.yahoo.com> <1593305044.192571.1466681622464.JavaMail.yahoo@mail.yahoo.com> <1266041276.193238.1466681667134.JavaMail.yahoo@mail.yahoo.com> <840301391.206931.1466681711393.JavaMail.yahoo@mail.yahoo.com> <1042881306.314696.1466693593204.JavaMail.yahoo@mail.yahoo.com> <1554330210.326339.1466693635210.JavaMail.yahoo@mail.yahoo.com> <192013792.337195.1466693685291.JavaMail.yahoo@mail.yahoo.com> <839911151.319777.1466693731853.JavaMail.yahoo@mail.yahoo.com> <1497504476.325197.1466693774538.JavaMail.yahoo@mail.yahoo.com> <166212707.893554.1466766578170.JavaMail.yahoo@mail.yahoo.com> <1731112551.878023.1466766612362.JavaMail.yahoo@mail.yahoo.com> <1926031311.906101.1466766662052.JavaMail.yahoo@mail.yahoo.com> <461403435.903188.1466766691442.JavaMail.yahoo@mail.yahoo.com> <1013247042.913788.1466766720454.JavaMail.yahoo@mail.yahoo.com> <560232404.1178651.1466801865926.JavaMail.yahoo@mail.yahoo.com> <1015717443.1264690.1466801910797.JavaMail.yahoo@mail.yahoo.com> <454956534.74397.1466801954389.JavaMail.yahoo@mail.yahoo.com> <865878028.1285952.1466801997660.JavaMail.yahoo@mail.yahoo.com> <1509865654.1284232.1466802029100.JavaMail.yahoo@mail.yahoo.com> <1755912799.1423440.1466834353330.JavaMail.yahoo@mail.yahoo.com> <1426359490.1430376.1466834380994.JavaMail.yahoo@mail.yahoo.com> <908070951.1417086.1466834408605.JavaMail.yahoo@mail.yahoo.com> <305199456.1419141.1466834436799.JavaMail.yahoo@mail.yahoo.com> <1576033063.1451528.1466834464102.JavaMail.yahoo@mail.yahoo.com> <433147571.1673568.1466889943086.JavaMail.yahoo@mail.yahoo.com> <1565025715.1677310.1466890053395.JavaMail.yahoo@mail.yahoo.com> <761612837.1650939.1466890086492.JavaMail.yahoo@mail.yahoo.com> <411005308.1688672.1466890112381.JavaMail.yahoo@mail.yahoo.com> <1839509901.1694651.1466890141314.JavaMail.yahoo@mail.yahoo.com> <2067661743.1816143.1466937904326.JavaMail.yahoo@mail.yahoo.com> <735570059.1793828.1466937949427.JavaMail.yahoo@mail.yahoo.com> <779892939.1712548.1466937994513.JavaMail.yahoo@mail.yahoo.com> <50593588.1800404.1466938041223.JavaMail.yahoo@mail.yahoo.com> <2073475214.622828.1466938122792.JavaMail.yahoo@mail.yahoo.com> <1126846226.1874956.1466956526361.JavaMail.yahoo@mail.yahoo.com> <1149257691.1903870.1466956556365.JavaMail.yahoo@mail.yahoo.com> <777033664.1882587.1466956589746.JavaMail.yahoo@mail.yahoo.com> <1844454070.1868824.1466956617314.JavaMail.yahoo@mail.yahoo.com> <1943371346.1915175.1466956646163.JavaMail.yahoo@mail.yahoo.com> <1304621845.1930071.1466967964473.JavaMail.yahoo@mail.yahoo.com> <49588928.1972331.1466968036367.JavaMail.yahoo@mail.yahoo.com> <56688293.1972806.1466968112865.JavaMail.yahoo@mail.yahoo.com> <1718234652.1925975.1466968162141.JavaMail.yahoo@mail.yahoo.com> <1343211906.1970230.1466968192744.JavaMail.yahoo@mail.yahoo.com> <1356295454.2314406.1467031467264.JavaMail.yahoo@mail.yahoo.com> <57870652.2357366.1467031497327.JavaMail.yahoo@mail.yahoo.com> <193118822.1133317.1467031528325.JavaMail.yahoo@mail.yahoo.com> <2076090.2324099.1467031554869.JavaMail.yahoo@mail.yahoo.com> <1278692378.2310601.1467031582451.JavaMail.yahoo@mail.yahoo.com> <1094233483.2534091.1467044680104.JavaMail.yahoo@mail.yahoo.com> <285627887.2491102.1467044716110.JavaMail.yahoo@mail.yahoo.com> <813663221.2509360.1467044745693.JavaMail.yahoo@mail.yahoo.com> <495656535.2499408.1467044785902.JavaMail.yahoo@mail.yahoo.com> <722844340.2506024.1467044816415.JavaMail.yahoo@mail.yahoo.com> <427315118.2990175.1467101202729.JavaMail.yahoo@mail.yahoo.com> <932715229.3169464.1467123137080.JavaMail.yahoo@mail.yahoo.com> <1232575913.3174980.1467123201339.JavaMail.yahoo@mail.yahoo.com> <817848565.3170503.1467123231969.JavaMail.yahoo@mail.yahoo.com> <857559710.3151822.1467123256599.JavaMail.yahoo@mail.yahoo.com> <1991561398.3166057.1467123285886.JavaMail.yahoo@mail.yahoo.com> <82514122.3345403.1467140961650.JavaMail.yahoo@mail.yahoo.com> <1368826413.3395070.1467141016653.JavaMail.yahoo@mail.yahoo.com> <1052890039.3363785.1467141079563.JavaMail.yahoo@mail.yahoo.com> <1115427803.3400205.1467141123683.JavaMail.yahoo@mail.yahoo.com> <1100786922.3372907.1467141172380.JavaMail.yahoo@mail.yahoo.com> <2132114709.3793981.1467196584930.JavaMail.yahoo@mail.yahoo.com> <1152898478.3818281.1467196612538.JavaMail.yahoo@mail.yahoo.com> <989921972.3824252.1467196649684.JavaMail.yahoo@mail.yahoo.com> <611207101.3779077.1467196680065.JavaMail.yahoo@mail.yahoo.com> <510363701.3837785.1467196712300.JavaMail.yahoo@mail.yahoo.com> <1368724338.3991422.1467226102056.JavaMail.yahoo@mail.yahoo.com> <1803947791.4148285.1467226144120.JavaMail.yahoo@mail.yahoo.com> <1104847786.4147180.1467226172855.JavaMail.yahoo@mail.yahoo.com> <222201003.4727307.1467300911959.JavaMail.yahoo@mail.yahoo.com> <1246435207.4747570.1467300957427.JavaMail.yahoo@mail.yahoo.com> <1130580938.4729235.1467301011459.JavaMail.yahoo@mail.yahoo.com> <406037322.4682104.1467301057197.JavaMail.yahoo@mail.yahoo.com> <1198801261.4711807.1467301101893.JavaMail.yahoo@mail.yahoo.com> <1529592697.4880822.1467314607257.JavaMail.yahoo@mail.yahoo.com> <1137798122.4900873.1467314664034.JavaMail.yahoo@mail.yahoo.com> <1913867542.4855438.1467314721908.JavaMail.yahoo@mail.yahoo.com> <1226333746.4894922.1467314769039.JavaMail.yahoo@mail.yahoo.com> <661222490.4864119.1467314820599.JavaMail.yahoo@mail.yahoo.com> <1978088581.4913491.1467321227951.JavaMail.yahoo@mail.yahoo.com> <1022669595.4915350.1467321264930.JavaMail.yahoo@mail.yahoo.com> <1785370187.4962761.1467321296407.JavaMail.yahoo@mail.yahoo.com> <1820008391.4956020.1467321335622.JavaMail.yahoo@mail.yahoo.com> <1113766962.4963565.1467321370766.JavaMail.yahoo@mail.yahoo.com> Message-ID: <614977083.914193.1467479856954.JavaMail.yahoo@mail.yahoo.com> Kindly read the Attached file and Contact Dr. Joe Simon Immediately for your (US$900,000) winning Prize Claim. -------------- next part -------------- A non-text attachment was scrubbed... Name: Sony Awards Memo.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 11953 bytes Desc: not available URL: From mrubinsk at horde.org Sat Jul 2 17:54:31 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Sat, 02 Jul 2016 13:54:31 -0400 Subject: [pkg-horde] [announce] Horde Groupware 5.2.15 (final) Message-ID: <20160702135431.Horde.vZ-sVXQI_KduTbD3B1I13yu@127.0.0.1> The Horde Team is pleased to announce the final release of the Horde Groupware version 5.2.15. Horde Groupware is a free, enterprise ready, browser based collaboration suite. Users can manage and share calendars, contacts, tasks, notes, files, and bookmarks with the standards compliant components from the Horde Project. For upgrading instructions, please see http://www.horde.org/apps/groupware/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/groupware/docs/INSTALL The major changes compared to the Horde Groupware version 5.2.14 are: * Update Portuguese translation. * Update Basque translation. Address Book changes: * Fix searching via the API when specifying fields and not specifying a source. * Require Horde_Perms::DELETE for including an address book as sync-able. Bookmarks changes: * Honor ['content_index']['enabled'] setting (Bug #14345). Calendar changes: * Fix issue where it is possible to save an event with an empty start or end date on some browsers. * Require Horde_Perms::DELETE for including a calendar as sync-able. * Fix end date when toggling an all day event off (Bug #13979). * Fix showing error message if loading of remote calendars failed. Notes changes: * Require Horde_Perms::DELETE for including a notebook as sync-able. Tasks changes: * Fix handling of start and due dates when syncing via EAS. * Avoid fatal errors if tasks don't have a UID. * Fix parsing certain date formats (Bug #14348). * Fix deleteing alarms when completing a task. * Require Horde_Perms::DELETE for including a tasklist as sync-able. The full list of changes can be viewed here: https://github.com/horde/horde/blob/14d39fc8ddf9eaecc1354061c78e522f6807e5b4/bundles/groupware/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From mrubinsk at horde.org Sat Jul 2 18:02:57 2016 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Sat, 02 Jul 2016 14:02:57 -0400 Subject: [pkg-horde] [announce] Horde Groupware Webmail Edition 5.2.15 (final) Message-ID: <20160702140257.Horde.Z5ZtxfvC2yEirSCd7_aqAs1@127.0.0.1> The Horde Team is pleased to announce the final release of the Horde Groupware Webmail Edition version 5.2.15. Horde Groupware Webmail Edition is a free, enterprise ready, browser based communication suite. Users can read, send and organize email messages with four different webmail interfaces and manage and share calendars, contacts, tasks, notes, files, and bookmarks with the standards compliant components from the Horde Project. For upgrading instructions, please see http://www.horde.org/apps/webmail/docs/UPGRADING For detailed installation and configuration instructions, please see http://www.horde.org/apps/webmail/docs/INSTALL The major changes compared to the Horde Groupware Webmail Edition version 5.2.14 are: * Update Portuguese translation. * Update Basque translation. Address Book changes: * Fix searching via the API when specifying fields and not specifying a source. * Require Horde_Perms::DELETE for including an address book as sync-able. Bookmarks changes: * Honor ['content_index']['enabled'] setting (Bug #14345). Calendar changes: * Fix issue where it is possible to save an event with an empty start or end date on some browsers. * Require Horde_Perms::DELETE for including a calendar as sync-able. * Fix end date when toggling an all day event off (Bug #13979). * Fix showing error message if loading of remote calendars failed. Filter changes: * Don't ignore 'initial_page' registry setting. Mail changes: * Remove tags with "Previous" and "Next" from basic message view (Bug #14400). * Display translated mailbox names in drop down lists too. * Consistently display the raw mailbox name in mailbox element titles. * Unset window opener when opening new windows from HTML messages ( Jo?o Machado ). * Fix re-adding an attachment after it has been removed from the compose window (Bug #14329). Notes changes: * Require Horde_Perms::DELETE for including a notebook as sync-able. Tasks changes: * Fix handling of start and due dates when syncing via EAS. * Avoid fatal errors if tasks don't have a UID. * Fix parsing certain date formats (Bug #14348). * Fix deleteing alarms when completing a task. * Require Horde_Perms::DELETE for including a tasklist as sync-able. The full list of changes can be viewed here: https://github.com/horde/horde/blob/90c1a6d997441ca4d77ae473344b22dabbdf41df/bundles/webmail/docs/CHANGES Have fun! The Horde Team. -- Horde announcements mailing list You are subscribed to this list as: pkg-horde-hackers at lists.alioth.debian.org To unsubscribe, mail: announce-unsubscribe at lists.horde.org From awarner at bermudezcaribbean.com Sat Jul 2 13:27:27 2016 From: awarner at bermudezcaribbean.com (Alana Warner) Date: Sat, 2 Jul 2016 09:27:27 -0400 Subject: [pkg-horde] Yes dear !! Message-ID: <1dc60f06aca0fc15d4856f0951d768ef@www.bermudezcaribbean.com> With all due respect, my name is Mr Gokou Messan Gilbert from Lome Togo west africa, personal confidence account manager to my late boss who have your surename, a national of your country. He died with his wife and their only daughter. I have contacted you as the beneficiary/next of kin to his estate fund valued at (Total credit $20,535,000 million dollars with 150kg of Gold Dust) which he left behind in my country in Finance Firm before his death. contact me at (messangokou at gmail.com ) .for more information. Yours Sincerely, Gokou Messan Gilbert -- Alana Warner Bermudez Biscuit Company Limited #6 Maloney Street, Mount Lambert Trinidad, West Indies E-mail: awarner at bermudezcaribbean.com Tel: (868) 638-3335 ext 1129 / fax: (868) 633-4445 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Sat Jul 2 19:01:58 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:01:58 +0000 Subject: [pkg-horde] Processing of php-horde-mime_2.10.0-1_amd64.changes Message-ID: php-horde-mime_2.10.0-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-mime_2.10.0-1.dsc php-horde-mime_2.10.0.orig.tar.gz php-horde-mime_2.10.0-1.debian.tar.xz php-horde-mime_2.10.0-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 2 19:07:03 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:07:03 +0000 Subject: [pkg-horde] Processing of php-horde-share_2.1.0-1_amd64.changes Message-ID: php-horde-share_2.1.0-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-share_2.1.0-1.dsc php-horde-share_2.1.0.orig.tar.gz php-horde-share_2.1.0-1.debian.tar.xz php-horde-share_2.1.0-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 2 19:17:05 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:17:05 +0000 Subject: [pkg-horde] Processing of php-horde-util_2.5.8-1_amd64.changes Message-ID: php-horde-util_2.5.8-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-util_2.5.8-1.dsc php-horde-util_2.5.8.orig.tar.gz php-horde-util_2.5.8-1.debian.tar.xz php-horde-util_2.5.8-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 2 19:20:30 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:20:30 +0000 Subject: [pkg-horde] php-horde-mime_2.10.0-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 02 Jul 2016 15:54:51 +0200 Source: php-horde-mime Binary: php-horde-mime Architecture: source all Version: 2.10.0-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-mime - ${phppear:summary} Changes: php-horde-mime (2.10.0-1) unstable; urgency=medium . * New upstream version 2.10.0 Checksums-Sha1: fe3971f4aa32cd569f6891581255a9b9a341622e 2022 php-horde-mime_2.10.0-1.dsc e060f7eceb0c7da208533bbc2fec014ed5536ce3 143334 php-horde-mime_2.10.0.orig.tar.gz 824c161f83c1f4d5e1df3d0a22a5b3fb3b67482a 2952 php-horde-mime_2.10.0-1.debian.tar.xz 3a92bd57eef98dec00f6981457f39bd2bbe3e44e 123958 php-horde-mime_2.10.0-1_all.deb Checksums-Sha256: bdf906bfb202129d61e6a7ec647bbfb68028f2ff686dd74d10aee61f705e45e5 2022 php-horde-mime_2.10.0-1.dsc b8ed779efd8da0965d1833e9953b8fe19b4fca3824afc42a6d03f53493731d52 143334 php-horde-mime_2.10.0.orig.tar.gz 35a694ed10de88ecbd2496cbec53490156dad7cb0f1424e2b383aee61eaf9074 2952 php-horde-mime_2.10.0-1.debian.tar.xz 818a3a966d89dc4a7cb60ac0098abc2191a46bf1feb3e72bc1cefdfc7d7f07a3 123958 php-horde-mime_2.10.0-1_all.deb Files: b3da3b68ad4990f5bd340fdda6f70557 2022 php extra php-horde-mime_2.10.0-1.dsc d56fbb8ce720a7c5682cae4a5efc3a9d 143334 php extra php-horde-mime_2.10.0.orig.tar.gz f79797b58c672eb1fde3ea5225e9923f 2952 php extra php-horde-mime_2.10.0-1.debian.tar.xz c019862d49f4bdec9f1e7996ca324946 123958 php extra php-horde-mime_2.10.0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeA7aAAoJEK4DmARmaB+l0n8QAKDzdFgQhHfFU9kb05Edhdcf SCmv1LCNJM59LWRHiMIaQ3mHWL4wKrv1cMCBqFHaiMGC/WPlqdC7aR/HrB5ye2Vi kVDRvHEI/j13jB+sgDGZ+1MLQ+ZskQMib7uBKO2fZNOskO7PbqeFyRMSBglf3wrS 1VuGKLgbz/L+Ol8CJQFgoY3ojQLIbZVyOYhJEVqzPjUJS/cWCu3UsnbnDXXFYCa0 rbB1UH69FtOL+Nn1hStKkKjw26Ftxwdfgzu8OsY/1M9FZVJQtxvsVqFQnSFUbd4b k6bLFYtUN47MSm/tE+NTGR5FlHBBjydp1n6hhJrQ/5XcrOjX99bV2xLu/Hh+eAfB 39giMn2zJdSpGNJBWdge7ATxSixzBuwywaUiDAzMsKoeCf2jlCBq1Zk0pyyW9xl0 yLEQnXRB0PSUS6VDE/Gj1TZZDB2nUIRLMESf5KZjPdV+ZAIfhEhRf9mlA1f6ph0v xQM1rXvjrCS6ZMaTLXfGABD5i3e+16G3RB8rXLJElKngYSpgEjWLAXXQd9mpzPw8 H/iUMUDEgHjxYv96Z7ISVHE/IIYNMCI2bZ0VPxHTogdlKyX0nLzuPQ9lOGBYHVzw jAKM2UNh4lu1oj0bopd6c1sPF6ixpU0GKJbVcmSjsPLH1tik+oCfaYR+fd71OB/o F1Nsb5FSHKNHCWOHIDyM =bhxX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Jul 2 19:20:37 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:20:37 +0000 Subject: [pkg-horde] php-horde-share_2.1.0-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 02 Jul 2016 20:59:25 +0200 Source: php-horde-share Binary: php-horde-share Architecture: source all Version: 2.1.0-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-share - ${phppear:summary} Changes: php-horde-share (2.1.0-1) unstable; urgency=medium . * New upstream version 2.1.0 Checksums-Sha1: c467a4a617cd2423139798ca4835e93aa4bc2f74 2023 php-horde-share_2.1.0-1.dsc 6112fd1cf4a3dc91c038e6ff9879fec29bc2f1fa 60899 php-horde-share_2.1.0.orig.tar.gz 5b1cc120c00d842b2a185cde4a220e6b5db05273 2696 php-horde-share_2.1.0-1.debian.tar.xz 769e8fd7a1830cb63bd4a9d0c48087dd14a338ee 50296 php-horde-share_2.1.0-1_all.deb Checksums-Sha256: 9440f4ed970e99a463481844ade4424cac1b759bf4d3368d5b2ba3e9d3924310 2023 php-horde-share_2.1.0-1.dsc b3fe7f7d4dc4e02c44cf96a707f09e7ca5eb72288a831998c02ce6387973d6e9 60899 php-horde-share_2.1.0.orig.tar.gz d0f7e38ed45033fd256793f4cff020f96b38d9e6ff0972de99333d4fb643f2c8 2696 php-horde-share_2.1.0-1.debian.tar.xz 4a0349bc50d9fd0a3d1683de23ef596e1413d3239943c4b217a2000ea06c9a64 50296 php-horde-share_2.1.0-1_all.deb Files: 3a006c23cfc4265bdf8bdd1145705151 2023 php extra php-horde-share_2.1.0-1.dsc 690cd61f80c3fce78eea6a925bb6e185 60899 php extra php-horde-share_2.1.0.orig.tar.gz 997667cb93b231b89b6dc0702009ef18 2696 php extra php-horde-share_2.1.0-1.debian.tar.xz d56bb648ca5ddc4fe7e06d4bc9f85aac 50296 php extra php-horde-share_2.1.0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeBCLAAoJEK4DmARmaB+lEDgQAIPhVxqlVOPmZRxBlBlC835g jPCzSrWtOHFGCp75cr0RDmy6FL/OjAj5q3qAcZeW4toTqtIlqyb4IpY3q6avK6KR NX3KsRIVQkXVdAX4Tu23rbqlZ+Pcicqa6pDRjPpZDP5xmrOWxOTawUKM17fx+acx 3aoY8wAFVgEJvRmrfW53kUjJFPra4L15KUJG+x7vfSGsBMOCA8mZPhjH3o5XB1ZF bZeXnyKjPuca6PXlsgSXOX3qZe4IYHVcUjH2Z+1PE8G/g0IAMqpM6dHC0FAY0eYF qoqlrI/ha1imLiqQEAGLxyjtBM1st0L8K+JY2WhnOlOaUR1mD1rz5nzgveU0Zo0F /ez2g3WrZYdW+7kdKfUh2RVoVSGGwT1890aGhyolqKqNj4EOZPosjtsPO1x2f1+B VLMxJoaO95Dv3HQbdiKDtmp/isgEjPesXuhxlrVdUemSeWl5pnfzpHi7TJ9uTl4v pW6HudIncPJP3Ci713xc/hPWKfl2WnFXJaNKJ0mCEIa74xjVwaDJhbykE40ttiC2 dobaYnGCnjSnL9pK+mQuQZ3OupITfNzHXnpkpdL5EBNJqtf4t7ldKKgaJLRv3jf8 YPlrUL0tFgwBQSVHzVH1GZ9O1aEB3QfPiEza/ZdNCo6IshwuzeRe8JN80pTY26fm dqxRx0EiYBaUrfuuxkwN =eTvs -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Jul 2 19:20:44 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:20:44 +0000 Subject: [pkg-horde] php-horde-util_2.5.8-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 02 Jul 2016 21:08:02 +0200 Source: php-horde-util Binary: php-horde-util Architecture: source all Version: 2.5.8-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-util - ${phppear:summary} Changes: php-horde-util (2.5.8-1) unstable; urgency=medium . * New upstream version 2.5.8 Checksums-Sha1: f1f3452820c3f82625c0b2db9f1545f46b64584b 2012 php-horde-util_2.5.8-1.dsc 4ff7334ecb65593b44a607c948129b677b982859 36540 php-horde-util_2.5.8.orig.tar.gz 6ec3ce62edb68ec258c46d4355b01df5766cdb23 2980 php-horde-util_2.5.8-1.debian.tar.xz 83574412ffec1629eb0f508f02cd6f6315188637 32088 php-horde-util_2.5.8-1_all.deb Checksums-Sha256: 47d37717bb25f4b96b327d67e4bb8bc23ae1ae6e968da55f54e27ec3065b8705 2012 php-horde-util_2.5.8-1.dsc 4b24186a3dbefa04eb9bca885d4cd5e246db19b2b2df8c66e46f507234ecfd4c 36540 php-horde-util_2.5.8.orig.tar.gz c8cee114eb3ad13fb717c25878ac249fc86283df3a6b0a8c645cd014ef44db07 2980 php-horde-util_2.5.8-1.debian.tar.xz d8f5eda77caeba6c25d6acbde0892349437e9d1ea9de8a3f0c2d15e015678af7 32088 php-horde-util_2.5.8-1_all.deb Files: 18c76f00a508bbb16a6bc232bc60257d 2012 php extra php-horde-util_2.5.8-1.dsc 0e43bee7d573a5871d88584c1800b114 36540 php extra php-horde-util_2.5.8.orig.tar.gz 329e7f9d64e4f50786eb6d9d950ccd80 2980 php extra php-horde-util_2.5.8-1.debian.tar.xz dd59d09e719334916e43a7edf35aebca 32088 php extra php-horde-util_2.5.8-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeBILAAoJEK4DmARmaB+l2UUP/ihlhDQjqbpZ+Fs6VMoNGv8i qJjHA6LE2WsHyAbRYRBbUXzDtHcNkMTs8xwPqIxBwW5ztjga7HeVT2d0f9HZdmHQ fOvtDKLQqNh+cqgXcN+1tulbkhvmDlkmxuVEV8EEl66sjwH9x8FCrYhi/VD6Hy87 uSQf1FJT94GaV5aaJyggZhp7+BHIC3u9npC2o/V92cFEQKC4qoXlApQ1IOkopRNA vG6O7QGiCJOhyoNZPVnI00zfQQNOjZZ6TTy/MoXRD9PJYe2YEMUqv4F6vcQxfmWV VmYGZ8akn5TVRPWK9IBhBpUPQFVwP7nAZkURwjPU9UP42p5GQw0MzPXC0Hc/3kii eekH0hksYdAePj+2iioYMCa5npwUGYXiw4yGVhlKu0uQWzqJ3F0VCywJrF2mkG8v iiRBAv0kODu5i8nmxPUFk4shQi3RbvihSP/7dlqHRK1hPABA9P0LfKnD9Oknc7yB qjjB4mbadKRatnsYmrAvfRFq0gtChDfRkZbbCqY3pHKtgoZu0WZOdVoxx2OBI5sp ox7TP5WQWWK8KR+ervman2Jiz9wWST0TfSl0EQd7ydzZyzQIENX8tjFf4eSn2D0Z 5Y7G8fdGwJwCeuxbe39GTQegnHXP+jWahRu5y8MAFEZyhX6K0pDRo1yTwRfxpCD4 s/+ltRhlzBXzcv4wFz96 =nHFL -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Jul 2 19:27:05 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:27:05 +0000 Subject: [pkg-horde] Processing of php-horde-core_2.24.0+debian0-1_amd64.changes Message-ID: php-horde-core_2.24.0+debian0-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-core_2.24.0+debian0-1.dsc php-horde-core_2.24.0+debian0.orig.tar.gz php-horde-core_2.24.0+debian0-1.debian.tar.xz php-horde-core_2.24.0+debian0-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 2 19:32:05 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:32:05 +0000 Subject: [pkg-horde] Processing of php-horde-form_2.0.14-1_amd64.changes Message-ID: php-horde-form_2.0.14-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-form_2.0.14-1.dsc php-horde-form_2.0.14.orig.tar.gz php-horde-form_2.0.14-1.debian.tar.xz php-horde-form_2.0.14-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 2 19:32:05 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:32:05 +0000 Subject: [pkg-horde] Processing of php-horde-http_2.1.7-1_amd64.changes Message-ID: php-horde-http_2.1.7-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-http_2.1.7-1.dsc php-horde-http_2.1.7.orig.tar.gz php-horde-http_2.1.7-1.debian.tar.xz php-horde-http_2.1.7-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 2 19:33:59 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:33:59 +0000 Subject: [pkg-horde] php-horde-core_2.24.0+debian0-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 02 Jul 2016 21:12:34 +0200 Source: php-horde-core Binary: php-horde-core Architecture: source all Version: 2.24.0+debian0-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-core - ${phppear:summary} Changes: php-horde-core (2.24.0+debian0-1) unstable; urgency=medium . * New upstream version 2.24.0+debian0 Checksums-Sha1: 4851cf34a5548943c5e7ce3f2ea4c4d906eb3fb2 2105 php-horde-core_2.24.0+debian0-1.dsc a48583f7c23691d8dbc04a4158f04fe17ad9c7b8 1303934 php-horde-core_2.24.0+debian0.orig.tar.gz 433eb73f146a16795440776d41136a6b7c36b6e1 5740 php-horde-core_2.24.0+debian0-1.debian.tar.xz 266dd3fa6699518444fec1e482f69a26dad4d2fd 945354 php-horde-core_2.24.0+debian0-1_all.deb Checksums-Sha256: 26764683567ca6a0c7c791eba627d3391380e59c80904bf9227134ca2bd8a012 2105 php-horde-core_2.24.0+debian0-1.dsc 7ce30bca15624cfb54ad69678fa7b9e83d9649ee396550ede7522ca1be6e4260 1303934 php-horde-core_2.24.0+debian0.orig.tar.gz 77481ac0bbe773b8bfa19a0ff1cec03dbdff64d8cb915dc919ef84928db9d898 5740 php-horde-core_2.24.0+debian0-1.debian.tar.xz 081d1718ba33ad9db30442f26dc975604f42b4665c0214b6d780559cbcd63bba 945354 php-horde-core_2.24.0+debian0-1_all.deb Files: fba3c1603cb2cb6ad7d97eb2b1ad0e7d 2105 php extra php-horde-core_2.24.0+debian0-1.dsc 8a6d4e7e282166c1e610ba88548482ae 1303934 php extra php-horde-core_2.24.0+debian0.orig.tar.gz 00685140c88c3ba6f2a0f531c8693c0d 5740 php extra php-horde-core_2.24.0+debian0-1.debian.tar.xz a12b41e20acca69ef53f7a8a860c3be3 945354 php extra php-horde-core_2.24.0+debian0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeBS/AAoJEK4DmARmaB+lEyIQAKb0JtFt6Qx39RwxHexzQu0Y 7UpVOla0OEHAZRM7Z/3lS023JcC6kgPy1yhUr9SSr8L22rZIw1IhipbulJj0MHQj 61K7JbzJXR8TIl/hm8GwfW0lj7GIKj3wL1eTvaI0LGjzaDrTDH2GcYKC1pcLH6kk spzMAyiaJPebthwCkbs/u8740hvjUeBlEkFp56/0UUF43mqQ4SjIbbtEwOAe31Ol 0fqvYR0YB1pzj42dnWSkB9EyLRePeWaNYCc1EDjJBD6KdjuLmw490a0N6dB7fNNW pYk1kfhSnwS8HJLU8W4XjmDmJF+99t6GBzpWsTfwnW425nz4QeKOSBViEr3FeQ9V OcfxkXHY4j7j4Vu7bNIeTV+OMJNCoLP7Dc/pxeJziimbP6p+kVjj0jbaoU33UcYQ EL0n1WKxr/MeiyXGI3P0ySoMMQgcMcUQtAarYeFVnnfEEoV7oQj5jtQjHI8pkBJE Yl5YUH+sQdVz3CEuHsTxtbdN1IHwWLBMjTRCAwEsH3AUnb67AfyTiLBuyCZGN95X isQRkbQjSk9006a4HFXoT2YMpFXi2iG16MezebKELLzJvIZNxDJfydKmfoZbRn98 RX5ss7SZd2LYLLQCXVgzrbTUrw3HkrS8orJp7XxHoCJFLwZvxw8ANOLY4AFunOKi 92hYTtFU0VCCd1UTApVx =GSwC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Jul 2 19:34:06 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:34:06 +0000 Subject: [pkg-horde] php-horde-form_2.0.14-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 02 Jul 2016 21:24:27 +0200 Source: php-horde-form Binary: php-horde-form Architecture: source all Version: 2.0.14-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-form - ${phppear:summary} Changes: php-horde-form (2.0.14-1) unstable; urgency=medium . * New upstream version 2.0.14 Checksums-Sha1: 64abfaf6dcb659a584f277025ecac3da5eef6e2b 1999 php-horde-form_2.0.14-1.dsc 56de30cc740e17e997c1b0437032ef6df57eb04f 196056 php-horde-form_2.0.14.orig.tar.gz 16e0cb745153a9e0461d5a67fb345a4f9b9aebbd 2476 php-horde-form_2.0.14-1.debian.tar.xz b8bdf3b698d2ad4c7c4013fe3066afcb1161d02f 139420 php-horde-form_2.0.14-1_all.deb Checksums-Sha256: bdca34fa0d131a0a29086f3854ccad0f5a3693e9afff0e3a6398fbe36394a991 1999 php-horde-form_2.0.14-1.dsc 3980c0110e0b19fc9e1f060c5136f07cc15967af054f794d38413d1b74e1dbff 196056 php-horde-form_2.0.14.orig.tar.gz a8f35a0f97d760e0c8dc0eba9f7a56d1f75f0a3e8f486e9a73c35871e044df1b 2476 php-horde-form_2.0.14-1.debian.tar.xz 5377e4318e021689b783b7e1238660e89d287cf32092e3012b2893255c32ea14 139420 php-horde-form_2.0.14-1_all.deb Files: 6efb2fe93f25fc05977e62cc30f4800f 1999 php extra php-horde-form_2.0.14-1.dsc 3822c7d55d55cbe60afecf9c61a6c9c9 196056 php extra php-horde-form_2.0.14.orig.tar.gz 5d49d7572630c8bc81231b5667f42d68 2476 php extra php-horde-form_2.0.14-1.debian.tar.xz 1c115a47cd3059e12935b458ce4e1c83 139420 php extra php-horde-form_2.0.14-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeBW/AAoJEK4DmARmaB+lptwQAJIKDORV8yQn7+4z9yqQvBIH zj1MyDFyfuusem0LTacyy/7ek8jKww9/CCF7KTnTh6RSeOk8IItANDxU0Fd1agN1 5aH61MacOpPkLC/c/lB5RGYRESnrtZN4snJuVgp1+O/RA0a/T0yiPH+fBc2vV17r S7Ex5uCMqlxtfo0pEpR1OcQblZ87jlMJUKkMChj+WNmh4rTFfJo4PsbDrmKFVF0T GOI5a8ViOg4nRIszKn6vEQWJkp84cCih/VeJHgKCF7Y/35P3yDX1yvfpa4x+OOEW FGcgvZ/8DxYxY9IjAxPrxBEmmGzNgOgvWut5q7gpJQ/4K56Gv6YdvOnbqkPunZ10 QKg0t575+WW6pDT8ly686WrMXPV/Oghgl3Puwze4H09OjLziesK5saMkV8vh0fHB sZ5xrh4EhiMr1QoiV8idjdpRf97P+GM263LTWazRIg+TYA4cdoBBUDqb4ZhAvD+0 vtZqQwZUFWvQvUaITUb//mvYYe6I+6bGmcQ4e9K5zc/4b0Ib1j247u30f/VD62qv hPdHuXdWRwg2JUd9NCQpqzFvFOYVIFjqCtXLonGm8c90XdaZHKbNr+A79k+mszKQ 4onutVratGuWqUHyKdAZJCBYBLYZj2UNkAtStPTE75Cahp/nTTX3PVK4ffiIxRq9 dBntegWa/WgDR3CcY8qb =5NQ5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Jul 2 19:34:13 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:34:13 +0000 Subject: [pkg-horde] php-horde-http_2.1.7-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 02 Jul 2016 21:28:14 +0200 Source: php-horde-http Binary: php-horde-http Architecture: source all Version: 2.1.7-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-http - ${phppear:summary} Changes: php-horde-http (2.1.7-1) unstable; urgency=medium . * New upstream version 2.1.7 Checksums-Sha1: 51a52c9b9550686b33d85ad9dbb38eea50d73def 2012 php-horde-http_2.1.7-1.dsc 26be344d2c24d2949e35c94f383805db39c429cf 15199 php-horde-http_2.1.7.orig.tar.gz 5d3d14cd07fb93fe73a4c7da2378c86b551dece5 3224 php-horde-http_2.1.7-1.debian.tar.xz f7649f45efefb5a3ebd329b8deff633e849d854c 21644 php-horde-http_2.1.7-1_all.deb Checksums-Sha256: 05746f9a8072be22cefd333d7bde640639bc93c9a4a4e80262640ac6f924a869 2012 php-horde-http_2.1.7-1.dsc 7eb0e0dd2ff483c50f3c9b24eae642b0f9d5eb161c1796beb8c027e87f58f111 15199 php-horde-http_2.1.7.orig.tar.gz 7e5685d05623212604405c0fb61e36ae69f7906c5e653a7a875f60570a2f3486 3224 php-horde-http_2.1.7-1.debian.tar.xz 34fe2204d74e3c6625c54322f5aa61ea460b02103199a17c4847636dc3e70d55 21644 php-horde-http_2.1.7-1_all.deb Files: de01365976bdbf4df5c201609d421e8f 2012 php extra php-horde-http_2.1.7-1.dsc 985fb26425eb6c941c88012e7530e221 15199 php extra php-horde-http_2.1.7.orig.tar.gz 1f6401a0b23f00ce61d3a2f9771499e5 3224 php extra php-horde-http_2.1.7-1.debian.tar.xz b82680050692d4d89596f91c9e67beea 21644 php extra php-horde-http_2.1.7-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeBamAAoJEK4DmARmaB+ljIIP/1SY6M+Mf9Lxj7i+OzS20pED RSGcBACAq/5+UNicRfp23lrOUqkZyX/PeXhF5wYb9ujz2qb5eDnKs3/Nz2pFcog/ Q39OHnIKS46Bb62bK3Pp8Vs34utmuZuUNckVwJJOivgNYlcVHGtAOCjfXbYiLY6X chZCeIBavQCi2z+LQ3PzwSOwQ5dVJAXUwMAtMciZTrv5lY0Hh/+EkPCk2XXkcU9f UA6sHb7zWQ3RfKJV5EhmXXdGfv+DgFIerZWB3zhS146u023cvtIOblpQs5LUTdBB WilvElF5RRlxVtHHrm4mCdABj0OXp3gV4fnIxjaxGhFNZJU4IOHnoANjv1T28dbt TqWpCN6l16yF3edRBPGHU1KbpT/cJnAG6EuPGihJdhChQ1phKVRZuRJ2n8v3xnMd W1rxd8uHftGOR5niZGRDMAcWF6D0jDGBnDskgqOyaixVWis2JNIvilhLWEqauvEB 9/JXRN1h2YounqdRLKRc1TvADh4jOazOw0P/ohAC6Wks+tpotJJnrtJ4x85IBeu0 X4WSwz9MX3MQYod5WFBiFwHPLbivs5qzTA+u8K08zU/aEQYz9r3Q4zRni+kEIV3r 0Nkt6EgWg0NJHQ7KbPpD49yjU1fVQZ8x5GTvjHgg+731wEGjLp5fdIX7kPV/nbyT EzZ4/C2dhim/RjkWcCrk =9idl -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Jul 2 19:37:06 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:37:06 +0000 Subject: [pkg-horde] Processing of php-horde-imap-client_2.29.8-1_amd64.changes Message-ID: php-horde-imap-client_2.29.8-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-imap-client_2.29.8-1.dsc php-horde-imap-client_2.29.8.orig.tar.gz php-horde-imap-client_2.29.8-1.debian.tar.xz php-horde-imap-client_2.29.8-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 2 19:42:13 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:42:13 +0000 Subject: [pkg-horde] Processing of php-horde-gollem_3.0.9-1_amd64.changes Message-ID: php-horde-gollem_3.0.9-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-gollem_3.0.9-1.dsc php-horde-gollem_3.0.9.orig.tar.gz php-horde-gollem_3.0.9-1.debian.tar.xz php-horde-gollem_3.0.9-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 2 19:52:51 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:52:51 +0000 Subject: [pkg-horde] php-horde-gollem_3.0.9-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 02 Jul 2016 21:36:42 +0200 Source: php-horde-gollem Binary: php-horde-gollem Architecture: source all Version: 3.0.9-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-gollem - ${phppear:summary} Changes: php-horde-gollem (3.0.9-1) unstable; urgency=medium . * New upstream version 3.0.9 Checksums-Sha1: 57bfa728742631954fb7f1fdedc5e10d58b7000c 2030 php-horde-gollem_3.0.9-1.dsc 136c2af191f97d5e8ac1d23a2afb8939928f67b4 989610 php-horde-gollem_3.0.9.orig.tar.gz f95a5c5e2dd0388c67f6d0c953bb6b61521244ef 2604 php-horde-gollem_3.0.9-1.debian.tar.xz e63ed1c8ec6587170ea1e389cbbfa97391de1fdb 533204 php-horde-gollem_3.0.9-1_all.deb Checksums-Sha256: 765ccd0c1350fd0cdc1351b8b603406cefa6d2a46c1ec90415829fc2f090eef8 2030 php-horde-gollem_3.0.9-1.dsc 12fa942ac791ee90dd14b1005680cf176d621c17029897f465b869015a59d8fa 989610 php-horde-gollem_3.0.9.orig.tar.gz 7fc8811c64c9b7c9c562fa052281789161cb8312694aca36686c7e595f886f71 2604 php-horde-gollem_3.0.9-1.debian.tar.xz 2dcde8cd5f352fdd66cb6865dbb8741a40e82d0de5b696bb6dbfe72bcdde474c 533204 php-horde-gollem_3.0.9-1_all.deb Files: 90210f73e7cfd025802906d9ccb3f3bf 2030 php extra php-horde-gollem_3.0.9-1.dsc 7a146a1ab89ebb1278c159a4f9765086 989610 php extra php-horde-gollem_3.0.9.orig.tar.gz ce03b37e402e715c60af596e21230235 2604 php extra php-horde-gollem_3.0.9-1.debian.tar.xz e80c660cadbb7aef77d0313177575948 533204 php extra php-horde-gollem_3.0.9-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeBiSAAoJEK4DmARmaB+lNbEP/1d9ynry9MacnRtytF4+9bmy BZHzh2llqyIo4u9jkGUBuObWB6gdfyH5RnRjx//bW4LkI1dKyxwoRAFku1pIqWHW eIVg/4+XD1et7FYYS/ZQMesD5N5VeKomV1JcmuGAvkEvud6b55aCXoztSbYC1OoZ yh/p9uvdNNb2mDcNozaPevZVB9NQJyqBQEc/OKWqSK7e2k4hMXW4jgYTYarg2d/B bYXGlejnLbN9jmj6aa5Ax9S6sMYIteXv8cWaIHDKwqo6nVZpA0/DyJ2JRrop/16h xQH1+UtMdexok8r66LSm5D3yO7PY2R0sMLsDBUiY7Sjbn1veOSqclF7AqIDA2NeG jwGuifO/aou5wGtMDdDs3K6915LH2BnZZXjNcDG9BhKMLThgOU48qZOTNp/W9JdE JmNRp/0mIpOrIMaBZIJAlyN3pIjScIM1MyNPN3hYleP3Iy01h6SvtMPUo9rcPkCI 7XbArF6dMUuHsE7z65afSXjUZCTWep/vmqoylnFD9nqoio71pwt+itDbV1DM+3lL Z5X+altm25DFfux+bTOCiQP3VGgBaixnZDuvtXRoz/uvg7vlE5T1svoEtm2Xw67H OwVilsvTxXNgzElYdQ0/XyfLUm66Abbdd1/wTFeqFQ98R+zYS5syeO/Iy0SE+Hco +ZI75mG02CTeP1lwxQ+F =Wum5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Jul 2 19:52:57 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 02 Jul 2016 19:52:57 +0000 Subject: [pkg-horde] php-horde-imap-client_2.29.8-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 02 Jul 2016 21:32:11 +0200 Source: php-horde-imap-client Binary: php-horde-imap-client Architecture: source all Version: 2.29.8-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-imap-client - ${phppear:summary} Changes: php-horde-imap-client (2.29.8-1) unstable; urgency=medium . * New upstream version 2.29.8 Checksums-Sha1: eabb0c9b3fb84421f78654f80075319af57f6b6f 2099 php-horde-imap-client_2.29.8-1.dsc 88539baf89f7adf2fa22bcd997828595e12b05b8 246960 php-horde-imap-client_2.29.8.orig.tar.gz 1f36cbfef3f185acc60cfe259c4a973cd96c4092 3352 php-horde-imap-client_2.29.8-1.debian.tar.xz 53f0d34d653935b2b2eee90585c9d25ea36238d8 210382 php-horde-imap-client_2.29.8-1_all.deb Checksums-Sha256: 8988d3e2eeba4099961132f3f9080b5abdb6104d7841a741fff08236a5248c32 2099 php-horde-imap-client_2.29.8-1.dsc 8e2d6d0ae5b34b1c8bca1e4384ae93691403d90b49eeebceee4201c34df870b5 246960 php-horde-imap-client_2.29.8.orig.tar.gz 59b35dad365eb48bbb3ad65f6abf77a774e5a8dc061b1693ab18349fa91b9506 3352 php-horde-imap-client_2.29.8-1.debian.tar.xz 8b02c961282d2239b94f83bd4df45cf613740773bcc5eb893f60fdbaf8afcbd4 210382 php-horde-imap-client_2.29.8-1_all.deb Files: cc31f361c44b66e7bb6cc691a5b40e10 2099 php extra php-horde-imap-client_2.29.8-1.dsc 6545430dfaa18ba3d9fe99c0e0857b98 246960 php extra php-horde-imap-client_2.29.8.orig.tar.gz e548441f71d6d69a80fcc5698bb0ecd7 3352 php extra php-horde-imap-client_2.29.8-1.debian.tar.xz b850bd660f64249fa4983bdaef0188fe 210382 php extra php-horde-imap-client_2.29.8-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeBeEAAoJEK4DmARmaB+lXvQQALEhjOh0v+maX6FmcaVKcP8W hRHubPMWsw3LpvmIoBjHcdO2KfKd6CvUiFPu2ntpOjuCWHtXmACN09vhDbSG2vFg 9+4PPx2j/ikiUhM56sp1t1ZkWoB39GZMyzxqRMb/cBzfhZUDFDKDB/Hi9RGET8Jk x22U0ogWgO+WQHoyJNR5ucV5FZYK3/WeYdPVKgg9pFrJ3pg2E4uFD/afbSTOsZZ5 gy87diwdmSS4NDQ5fyDUDf6TqkcbmOMS8zfG0nbe9F6wRmzKC2AJpJMiexawdxBT Tu4x5bWL0f+aVn2PS6MUYpyluQUjCJf1F+mf1UBUhaSaXIJuU17lbNZyb8D0uLoK MVo0l+KSdGLyKlT1FTFY5D72wI9urvBHyI9ErbZVR71MiaED4OPTQvaDbh5nAyt+ +fv5EkRKGCPEuz0JFhiBRQycrSVAK0wxu4gybnV/Ywl8rZ75D1tQuE4362vjXO0G IxlEauXWkSQPlt7tI+buuZuJ9kEeTMl3cWwlNwexsGZ0F0kNkbyJE6qDHqMih0XJ 03H20UKm6tsnjuS8CL4vSGt0EYihfBym8PDus7nSmY6v/glmcjvdKmbOoyX3Cwwx /3LU29Z81lqpY4FCYAactADGefS4MaAaoCVgq8D6yq6fa/3n/bwtGzhUiRrrnK9g o6CDe/uLSk4By+5XCIvx =ZoNp -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Jul 3 05:14:04 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 05:14:04 +0000 Subject: [pkg-horde] Processing of php-horde_5.2.11+debian0-1_amd64.changes Message-ID: php-horde_5.2.11+debian0-1_amd64.changes uploaded successfully to localhost along with the files: php-horde_5.2.11+debian0-1.dsc php-horde_5.2.11+debian0.orig.tar.gz php-horde_5.2.11+debian0-1.debian.tar.xz php-horde_5.2.11+debian0-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Jul 3 05:19:06 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 05:19:06 +0000 Subject: [pkg-horde] Processing of php-horde-activesync_2.35.0-1_amd64.changes Message-ID: php-horde-activesync_2.35.0-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-activesync_2.35.0-1.dsc php-horde-activesync_2.35.0.orig.tar.gz php-horde-activesync_2.35.0-1.debian.tar.xz php-horde-activesync_2.35.0-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Jul 3 05:24:07 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 05:24:07 +0000 Subject: [pkg-horde] Processing of php-horde-service-weather_2.3.4-1_amd64.changes Message-ID: php-horde-service-weather_2.3.4-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-service-weather_2.3.4-1.dsc php-horde-service-weather_2.3.4.orig.tar.gz php-horde-service-weather_2.3.4-1.debian.tar.xz php-horde-service-weather_2.3.4-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Jul 3 05:29:07 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 05:29:07 +0000 Subject: [pkg-horde] Processing of php-horde-passwd_5.0.5-1_amd64.changes Message-ID: php-horde-passwd_5.0.5-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-passwd_5.0.5-1.dsc php-horde-passwd_5.0.5.orig.tar.gz php-horde-passwd_5.0.5-1.debian.tar.xz php-horde-passwd_5.0.5-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Jul 3 05:39:07 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 05:39:07 +0000 Subject: [pkg-horde] Processing of php-horde-whups_3.0.8-1_amd64.changes Message-ID: php-horde-whups_3.0.8-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-whups_3.0.8-1.dsc php-horde-whups_3.0.8.orig.tar.gz php-horde-whups_3.0.8-1.debian.tar.xz php-horde-whups_3.0.8-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Jul 3 05:55:29 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 05:55:29 +0000 Subject: [pkg-horde] php-horde_5.2.11+debian0-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 02 Jul 2016 21:55:21 +0200 Source: php-horde Binary: php-horde Architecture: source all Version: 5.2.11+debian0-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde - ${phppear:summary} Changes: php-horde (5.2.11+debian0-1) unstable; urgency=medium . * New upstream version 5.2.11+debian0 * Update patch Checksums-Sha1: c9d79e638da0a029bb49f0c5944042357b78dec7 2019 php-horde_5.2.11+debian0-1.dsc c9a65bbcafbf50e01c1309e18b4a3470dbb97c85 2954615 php-horde_5.2.11+debian0.orig.tar.gz cbae8e9c54fa691781a2733ed891a2af3b8ff46d 7788 php-horde_5.2.11+debian0-1.debian.tar.xz f47ce01b5c31a9627f38008421fcb548484397d9 1752528 php-horde_5.2.11+debian0-1_all.deb Checksums-Sha256: 2a7d0b7c89376364868c865f67f671726f81118d2f0064012a784bb4c5d60db6 2019 php-horde_5.2.11+debian0-1.dsc dc7709c6026972269e5bfa13c7c343695b378ec40f2df239bcda97f5a5c09300 2954615 php-horde_5.2.11+debian0.orig.tar.gz 908b7a34db4ef3a44fba8060e4d91bdc8dad5c6e74c87a2d34a529db3c1a9ab1 7788 php-horde_5.2.11+debian0-1.debian.tar.xz e03290f9a45d829bf4f7faca2f429db6897b0c95b00a44ae089aad795547f1e8 1752528 php-horde_5.2.11+debian0-1_all.deb Files: 5df42269acdfbb28d559bcc5bcca6ff3 2019 php extra php-horde_5.2.11+debian0-1.dsc bfcd59af46526190814e23d2464aa19a 2954615 php extra php-horde_5.2.11+debian0.orig.tar.gz 6d2a89e7d787786032b380e398d2b023 7788 php extra php-horde_5.2.11+debian0-1.debian.tar.xz 8bcaad080cdc414a19fc8a077e382b0b 1752528 php extra php-horde_5.2.11+debian0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeJ4zAAoJEK4DmARmaB+ldpwP/jvqoLKhNV2vtVKuPzVjmSe8 C1rhRkdeUVo3I3DYD8uKJhdpGzxPUFwHIj2X4MgG3tUpYdFK+kUtAbCwSWNm0c+3 xgiQR0sO8IO1KM4rdI6eyNb38/YQNC0Yzf1LzG7w+ilR+Fik4pNJQYI11o25BcjE DWuoFwkHTwAkJDMitfcCnx6tjOyW2Jv45Imo8poSh9WQLNpiH/ON4xIHvVc9Z+Jc Hnyb9bKbTpO9N5sP8+a1KGuLZ+FvSjhnMe0sVAbpM5ecGgYUygwsR1NvLd/+amXI +NAXfGT0etgDcwlV5+SeNmfz31MSfFbcWI9lwjRYqO/ZOZ/0bIntj3nVhH5UB7L3 WYS1VqcWHkIJRGZlCD1V2bXQaExP3AvWpbqG/DmlAVvh8WF/w8cJM7Vf1N9qPRI0 pQZjVMwcIgElN77PyMyqQq7h8adTScmD8rgUW4+21O5UVgstZfbr9se8pa7PIWrz EZsyiE2VqSb6eRKIgAXR9qZW4Lf+oryCWoPe0O3N5o3VaSpr2v6Mmotvz79wXuOx bVaoJJdOXM6ie1Uq0oBX+tYdfqZD24CoXwOVWE6SM7ADh61vMlCYxQJ0H8twPUVm yGrBuIShZf1krqdw9K1KIQSpkWnmN150+DXa16hiSGpfd0qzGw4Tok1zT/l1vrwg xIop4WaH/vDEHxLhIe4B =W2ui -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Jul 3 05:55:45 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 05:55:45 +0000 Subject: [pkg-horde] php-horde-activesync_2.35.0-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 03 Jul 2016 07:12:11 +0200 Source: php-horde-activesync Binary: php-horde-activesync Architecture: source all Version: 2.35.0-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-activesync - ${phppear:summary} Closes: 829264 Changes: php-horde-activesync (2.35.0-1) unstable; urgency=medium . * New upstream version 2.35.0 * Update for MySQL 5.7 compatibility by setting root password (Closes: #829264). Patch by Nishanth Aravamudan from Ubuntu. Checksums-Sha1: dc7a02f2e84913f3e0f5874ff905c8bd8f6eb9d4 2088 php-horde-activesync_2.35.0-1.dsc 945cd38849c9e8637c4e1bb516db406c290ae451 374676 php-horde-activesync_2.35.0.orig.tar.gz 5ef29788163e2190af256f06aae8f196e661c165 3772 php-horde-activesync_2.35.0-1.debian.tar.xz a775666ba0b7fd0e2d86fc4fe896f8c0d2102bad 225566 php-horde-activesync_2.35.0-1_all.deb Checksums-Sha256: a0331dac99dab06eb2e81b0526592ee90eb2d6a0dc02fa37d7b3a5c4bee1bf4f 2088 php-horde-activesync_2.35.0-1.dsc 828e011ca0cdde82e385b157589bc32e3e5c55ffb9de706cfd68df5f55fce2ae 374676 php-horde-activesync_2.35.0.orig.tar.gz 97ce7db9393d09cb3ca6ed85e59d2f0a0be62d5fa6d74efcbad638112762f005 3772 php-horde-activesync_2.35.0-1.debian.tar.xz 9f00f30d142e1e2f48f68daede3b3da9b3a4150ce317fdf30d8e1b4c295e5a87 225566 php-horde-activesync_2.35.0-1_all.deb Files: 7e202f76d0cedd3030fba3ecd69b162a 2088 php extra php-horde-activesync_2.35.0-1.dsc 8484a2f42739cb320212bda3edd408af 374676 php extra php-horde-activesync_2.35.0.orig.tar.gz f70720d88fc736b084a41211ef7f854a 3772 php extra php-horde-activesync_2.35.0-1.debian.tar.xz d17570900d7942eece97095ceceadba8 225566 php extra php-horde-activesync_2.35.0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeJ+SAAoJEK4DmARmaB+loFgQAK03Yp3ID8RzHdScKxs28b0K IFiBfcDB76hSYv+F+nSiTLKA34TWO2QS4LksAmaPI9u67rSWGSiMXYmjv23gJJ6n YqhUjv5oHs2Qhaaoo+M44NwPDq22azAetrScq6Id/fMfG4PRPh4G5rDkBnGciRNU wBTXWKd5S76JJbLjfnddb8j5+lLwrc8JwT758sNTyLqgV0LSTRQsXIEaJ5Nvhziq ZGMLK2m5u5wUiKyNnyTLEcMIvbO9lk9tW9oexHmG7KjZnGWIKW9vc6MpuEfiN5cl 4M5sDrGyjFG+GFC75hHRCpmc0mGNVPG9R5uXaLHhIEb2JCuF0XMt6+jFRAfZ7CKG dKbFsH+NxFcytjLjaXMGlNJhRBzs/kvKzO3W2dCiuDmPDEtpc8oWMHy1DEL9SzhC 3E0MqtfWwhHQs5pYCJTpaG/yIomXL2KUWJmbNMpoSqhd3uwQ8R0cJR5YQj8+JI1w Vo5aw7TZqusvvmZAgpOqAxRN65LgaziTjgYAFNv50WU6vOcQ5zxoPC2c2q12tlO+ 06KgRyNzETnDuxsTm7vJ7publqRuj4Z1u03AhN4OX6+JoTAlhnoftMqpWrWtv9tx 9rJ1yn2elMd2QgI8vY4Zuc2XFTwchtOR658OVbY7+E/LH1oWOyoo2+WFvYY0w/e+ 2crnmBNAxxM8Ltp6sVnA =nWP8 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Jul 3 05:56:01 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 05:56:01 +0000 Subject: [pkg-horde] php-horde-passwd_5.0.5-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 03 Jul 2016 07:22:41 +0200 Source: php-horde-passwd Binary: php-horde-passwd Architecture: source all Version: 5.0.5-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-passwd - ${phppear:summary} Changes: php-horde-passwd (5.0.5-1) unstable; urgency=medium . * New upstream version 5.0.5 Checksums-Sha1: 81f886aa8d06690c5377dba517bae53fa2d31b57 2056 php-horde-passwd_5.0.5-1.dsc 5527719e57aaac3191187b4c5f103be5ba211011 1089619 php-horde-passwd_5.0.5.orig.tar.gz f9a11a7e4ec4acf96ad532c39b2d67378c64773e 2844 php-horde-passwd_5.0.5-1.debian.tar.xz 0cfb0e30c7fceb8d086f9f6f5237b557fc916b51 581282 php-horde-passwd_5.0.5-1_all.deb Checksums-Sha256: 7aefddc1026c3e45f56a781327e8780813058749c14fa9c987ab56d5a2ebc2ee 2056 php-horde-passwd_5.0.5-1.dsc bbe13e44546b6f0bd78b9a06df76374cc035e6ddce124ede807d6de3edacacff 1089619 php-horde-passwd_5.0.5.orig.tar.gz 9e79b6569e9de05dfe35e1703d92619063c75480d0ab9568767fbf4b4d6ac6b2 2844 php-horde-passwd_5.0.5-1.debian.tar.xz 8af0384a7898626d4e0fede9f1e51bff5cef7cc463c4e06cfa2d5af42b081bbc 581282 php-horde-passwd_5.0.5-1_all.deb Files: 290c1b9f78df424f62f2a34f6fddc7e1 2056 php extra php-horde-passwd_5.0.5-1.dsc cfded64bb52bfff7f480e4e60e3dd6a1 1089619 php extra php-horde-passwd_5.0.5.orig.tar.gz de807dc52f23f4379d098ea051219ca1 2844 php extra php-horde-passwd_5.0.5-1.debian.tar.xz 6658d95afdc33208aeef1e5978e4fa90 581282 php extra php-horde-passwd_5.0.5-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeKHwAAoJEK4DmARmaB+lsU8P/Ahiy7UTBVn+jhQjOCU+Asv/ rokvLGlEiqSJbo82dJ3Wy9mR69kP7EJ8qBArPwilqzU/jYuA2WmXIa1xR5iuR45h 2lYszEf2kMgzWXpe/8+2LBxRqHGFkAD6xC5DPUBpBz+sQtQWndE5JE475yR9a4wS xjo2ngeo4YQE8olXEZcgiB+j6jToWyDq8PkA7pR/OyiLwtTwH6c+2v+zYOAHLuAB w0YJTyQhyhKkaisALqxinIATSedpz+mkaH2jFaHoQXWFdVTAa0Hb5M9bqPLhTng8 vuliyUPa3B5l1bhFNxr/BSsSQ5pNpPT1qvoX89A79jBILB6AFEZdtYj7MO/DvAjk kQVku9ufeF4NGtB8Kvgjo2Loiv2J+7O1SI58WbssNV1sL8tTXQyJjMZpcOqyuRxs 7x5421kZVMbvWVQg2BqpzlMvw6U9p6IV0ZaBqXyzK7nOixhoWW8PlzhXIgypn4w/ mWInkLxCyGj51tme9RT2WDnns322thHZXZXIrg324b/mgWr4/Hv0tjrkye03uHNC bedI6zWc5NnnFB0OtYfzRdQQjvAZgdM7Yfqk0z7YqRXGbvWeQ5U6NbiAdlGSx9E9 T8LYWMROaKlgAT90e7H+E9IZHIqsjRnVelwLWmLfjX4AJ7uWbjRsNMiYd4v8FRw2 YbHdTeYAe7XfC6tPmmkK =hA+S -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Jul 3 05:56:17 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 05:56:17 +0000 Subject: [pkg-horde] php-horde-service-weather_2.3.4-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 03 Jul 2016 07:17:22 +0200 Source: php-horde-service-weather Binary: php-horde-service-weather Architecture: source all Version: 2.3.4-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-service-weather - ${phppear:summary} Changes: php-horde-service-weather (2.3.4-1) unstable; urgency=medium . * New upstream version 2.3.4 Checksums-Sha1: e0e070fab7c061c0ab4a14a2ddc7539aa7adda6f 2152 php-horde-service-weather_2.3.4-1.dsc 650ed79c7b66116cc5000fbacc8021ea85ca7185 193903 php-horde-service-weather_2.3.4.orig.tar.gz f498eed856f2ef68b81826178e0538d5e2858517 2812 php-horde-service-weather_2.3.4-1.debian.tar.xz a889b0042b791fabe66b0f01cd08a669ad20bb7d 175698 php-horde-service-weather_2.3.4-1_all.deb Checksums-Sha256: 232e733c20a7ba71488759980ce8186427c2c9acc2baf7648382ac5ace633d66 2152 php-horde-service-weather_2.3.4-1.dsc b381b355fcd30c5e7a45f052d7d8722a3a76307693c2abc3d3638bb01891e137 193903 php-horde-service-weather_2.3.4.orig.tar.gz b9a918f3a1e123e99ed6cdaa8ce6bea059cb6c2bc10c0e5e028fb849312ce8ea 2812 php-horde-service-weather_2.3.4-1.debian.tar.xz 60751d8cad73eb3a5560f154ec7a87b9e79071b324822e62d2633b01bc71dee1 175698 php-horde-service-weather_2.3.4-1_all.deb Files: 0104953c534e8d4669ea86f61628d0ed 2152 php extra php-horde-service-weather_2.3.4-1.dsc 00d1df26cc33e37080bbfaca3d56a957 193903 php extra php-horde-service-weather_2.3.4.orig.tar.gz 179d4e3be973da740e7002f30c2ab7a2 2812 php extra php-horde-service-weather_2.3.4-1.debian.tar.xz 9413d7479cc239c23cbf881da4897f2e 175698 php extra php-horde-service-weather_2.3.4-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeKDTAAoJEK4DmARmaB+ltrAP/RGC4dSEHMJLpw5OEQafi8Gr tNC7iEp/YZy31weMnHiyFZx565kYVmpUpq7GcDfPYCra7iMQaTOfMJ+6/prRHRs+ tADn0ee6j2JL03i1nXlwvHgL6jJZdvIsyEOnUG26SiOdzUgXWomfx/wOFDcqLcC1 RbtpIpsEVqtZd72imvifL6vqQ58ZPFVNFqnUOCYtqCtujeYFDdwZxfZcZHZLS7BR E9oK1+oBNHnqYD0sgbdc7DOIJQA/ixwdgLh9tTjw/Yj4FkEyPP5gohBcp80FEa3D ONAFWYlAMo+9yzEu0bHthQJzUntb+OpkCB5LDHZH3KBDUCdruWYAyOdnf69o7dI9 JFF/qiZ0LLFLce1lCRaIxZPkhU7F0jNT4py/AUe6C81RYxES1E0bC3827KnhWxNR jI5EascResCijIKrF0AhHGgsjIyp6sdG9HRbwqjZeLcqFD/01dDxdHYZJOGIqjIW La96cyzwFI6h86vVmJujnxiSLc4s3FxmyehYEDFN9D5uRza189L+SO1IBYaWpZXK Fgfr7wIo7X463xM2tnieduFI6HA0QxwzJ17+7k5O2gDJ0LJLquGtUzi2hXgIbBwF FuATNslj0PSv+FKTZhTK7/olS8vDvzS6lr52afMm90ZGnrddjjfb60HAFisuFuTv zGqsv6vMP/YJB7OtHIAi =drXe -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Jul 3 05:56:33 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 05:56:33 +0000 Subject: [pkg-horde] php-horde-whups_3.0.8-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 03 Jul 2016 07:26:38 +0200 Source: php-horde-whups Binary: php-horde-whups Architecture: source all Version: 3.0.8-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-whups - ${phppear:summary} Changes: php-horde-whups (3.0.8-1) unstable; urgency=medium . * New upstream version 3.0.8 Checksums-Sha1: 47c2a006a7f4a719b3bda7499e2faa8363212860 2022 php-horde-whups_3.0.8-1.dsc 99fabf0a2efcc14a12b0610847e5f4fac4c6819e 1303496 php-horde-whups_3.0.8.orig.tar.gz 7a2e6b248eaccedb789ac48b2e524dd3eb61b6cf 2692 php-horde-whups_3.0.8-1.debian.tar.xz b10041ea17d685f251901c2510e79b403a6abbe7 730124 php-horde-whups_3.0.8-1_all.deb Checksums-Sha256: df0d973d741bf05536b9bfbe01d4463b05d6c3ce78363cb02a36e1f3bd612052 2022 php-horde-whups_3.0.8-1.dsc 32f514498fe25a79371f23deaac14ecea8385985ed3244b671f557b0bd103c9b 1303496 php-horde-whups_3.0.8.orig.tar.gz d8022e0121a5b5d2c6a7ceeb91c193d16e74e0dbc7a083a0dd4db40b3217dd7e 2692 php-horde-whups_3.0.8-1.debian.tar.xz d5cad9de14837715919b3915769dc4aca207f29eef3ca9c5d6659d721cdd7a16 730124 php-horde-whups_3.0.8-1_all.deb Files: 8fc86e2e7676f57405be4c08346e4e86 2022 php extra php-horde-whups_3.0.8-1.dsc 15d91e6cffe17b9f47b6ca72d387f1d6 1303496 php extra php-horde-whups_3.0.8.orig.tar.gz 6693cf5ab15fbdba0348feb781b43c03 2692 php extra php-horde-whups_3.0.8-1.debian.tar.xz 3b58d869244ba7dd8c20abecfc1e5e30 730124 php extra php-horde-whups_3.0.8-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeKPNAAoJEK4DmARmaB+lA8sP/iDklcQ/Iahvha0Yrv0hEAfq erBE30jY+58eaOwz0vE9ydZQOo/0E/og4m7zxjq7oFJu0RV9Q8BcyGPL9KZcLkhK lZR3B+vhH23HYfHX76nQg5OqAxk1RwgCHN2FZEJu8vwhRkj3qd6p+qSLYRy6U3JJ kOZZKSO4/3q06apC9fHYX1GXS+QsbOZbiwlnkreWNBtp86rK8+ELWM8ncVaOMybF Tqwvu2Ih9BsSxpFkOO5DL7AV7KMI2cRR1otwD0WOnCTdKGiSMMn+/HHHBVCz+G8s fP4Wf5LNFb7vYrvKsdIZgslj9YTahMLUvdn9s0k/E7CzjdYfVXhk8EeerNHkfSwC 2zuMOwrmmL02lrqEe9yj7OrI/ILujR7sODhgU/B4erCUoFTte2HK3BRO+3PK+TuU LdyVxuU4bb2GMZyPoHxop5YZZMU2T4PeZEizvLVNU8aEW/NslRQrIGitjCg6xI2n oPQbVIL/+xacZBeIkQbTxsls64KlB/WW3+jeu7pZpKCyD6SDMeCoSr/o3pitv5A0 +vEUErih6zZNGbZWUIj+/gEA2Eo1QhDnBmwC1wILhyB8hnCQVYprEaZzp6HYKOXk cFLkjl1RUW2LVaM/0OdoEzkex7PlxsImlQkyaT500IXMloh9WOjVOvlCvxQnUk9e 01faNejZgen4mNsLLthN =4CEQ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sun Jul 3 05:57:26 2016 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 03 Jul 2016 05:57:26 +0000 Subject: [pkg-horde] Bug#829264: marked as done (php-horde-activesync: update for MySQL 5.7 compatibility by setting root password) References: <20160701194428.GA11345@pitfall> Message-ID: Your message dated Sun, 03 Jul 2016 05:55:45 +0000 with message-id and subject line Bug#829264: fixed in php-horde-activesync 2.35.0-1 has caused the Debian Bug report #829264, regarding php-horde-activesync: update for MySQL 5.7 compatibility by setting root password to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 829264: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829264 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Nishanth Aravamudan Subject: php-horde-activesync: update for MySQL 5.7 compatibility by setting root password Date: Fri, 1 Jul 2016 12:44:28 -0700 Size: 6399 URL: -------------- next part -------------- An embedded message was scrubbed... From: Mathieu Parent Subject: Bug#829264: fixed in php-horde-activesync 2.35.0-1 Date: Sun, 03 Jul 2016 05:55:45 +0000 Size: 5675 URL: From ftpmaster at ftp-master.debian.org Sun Jul 3 06:24:23 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 06:24:23 +0000 Subject: [pkg-horde] Processing of php-horde-wicked_2.0.6-1_amd64.changes Message-ID: php-horde-wicked_2.0.6-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-wicked_2.0.6-1.dsc php-horde-wicked_2.0.6.orig.tar.gz php-horde-wicked_2.0.6-1.debian.tar.xz php-horde-wicked_2.0.6-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Jul 3 06:58:13 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 03 Jul 2016 06:58:13 +0000 Subject: [pkg-horde] php-horde-wicked_2.0.6-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 03 Jul 2016 07:34:39 +0200 Source: php-horde-wicked Binary: php-horde-wicked Architecture: source all Version: 2.0.6-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-wicked - ${phppear:summary} Changes: php-horde-wicked (2.0.6-1) unstable; urgency=medium . * New upstream version 2.0.6 Checksums-Sha1: ef1ec9f9d7a22badd55344a5b9a3b0092a2d6f7f 2053 php-horde-wicked_2.0.6-1.dsc 7d3fa734e483fb1d23af60dba7c2b3e7b5355e87 615843 php-horde-wicked_2.0.6.orig.tar.gz 60d754c60b8410a207851fe901596863ce5bfecc 2756 php-horde-wicked_2.0.6-1.debian.tar.xz 3ea17162dbea8ae0d742f6ce706efea6414aa764 371018 php-horde-wicked_2.0.6-1_all.deb Checksums-Sha256: ee5f2f5fef94d7d7b99be8005527cab5b0b8687f4dbe630eb8b96e052a5a5625 2053 php-horde-wicked_2.0.6-1.dsc d37822b3cbfb4a16d76697013fdb3d50b39ddd03afba9dffdefff0e5ffb2bff9 615843 php-horde-wicked_2.0.6.orig.tar.gz 33a9d9f144aa89cca92a48e68e1547f44025d4e6c76da5062f88074f77f6897d 2756 php-horde-wicked_2.0.6-1.debian.tar.xz 1195da428cc384f1dcf84c9ee5995ce9555c7a23319d4d300584023d59a4f175 371018 php-horde-wicked_2.0.6-1_all.deb Files: 8f847eeae14c00fa415183a199617778 2053 php extra php-horde-wicked_2.0.6-1.dsc 362e60dd7063bdce0545e48c7b6bedb4 615843 php extra php-horde-wicked_2.0.6.orig.tar.gz dab4e33470293eb88744d5f6448fb17a 2756 php extra php-horde-wicked_2.0.6-1.debian.tar.xz 3c6910ad0442270d900b8219babcff4c 371018 php extra php-horde-wicked_2.0.6-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeK9OAAoJEK4DmARmaB+lJCYQAL73Pcv5JrkpkxQFKJC9SKGz hPsj0YFTfajRLJUHH8hdXDl+XYayyg9gD2QBlrGOd18Ih5dqw6BmUpLmsX9pBSCr fjRK3ZLI7shGLpvY43B7O84yENwgoPg2m3Jtgw17cfTZ6Qj3fgVOBW2E33F0wR/g LT016AMBtP70Tkk+QGh8FzKvKQlLYmNsZM1m4QHx/CkK8yCai6DNLE6WpRbrXb22 Dde9DpjSJxMsNO/LLZGQR098tTkoF1B+wd35acopy3xOjigVy/R/dJLJoMJNHHux Lnu/vm224t3EoE7Hd3pnSo84UezC03yLP1RWaDheadm92S3cIVKuP0KrmC5e6ry5 RKOBbYafZA2lTqf9ZAlgdD21s2WeBtfEGq45ZmczrHMmwcmN5of20FRELftP6fBe GqFNsnLvSgO6y6MZdVU+bInzjlhZ87vUiYUGpiWW3mkYjSaqX3ciZhfd5TUMxig2 b91CqOJTlfIov/xf4sBb91fiSZyhCljflk9XLU7EzOig1tCvJ3yxqzyWgq7LDaBu HahoHPRoepWiiKiwndnHqE3OSsC1eqVT9LDkANf35Gs/AknpXFsoz8B60lsSxX+P sLxYc3PjiGzhNjkSWuJWTiAuw41fWqgoOkA7i7TxQeBm0bI0wZ3UtlTkSM7YMUdU pl1EuF8xXy6UrWDnWmt0 =1vOH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From dr.fredrikjohnans at yahoo.com Mon Jul 4 15:45:36 2016 From: dr.fredrikjohnans at yahoo.com (Dr. Fredrik Johnans) Date: Mon, 4 Jul 2016 15:45:36 +0000 (UTC) Subject: [pkg-horde] Von Dr.Fredrik Johan References: <1986878415.1599782.1467647136838.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <1986878415.1599782.1467647136838.JavaMail.yahoo@mail.yahoo.com> ?Von Dr.Fredrik JohanUbs Investment Bank1 Finsbury Avenue,London EC2M 2pp. Ich bin Dr. Fredrik Johan aus Harlsden, North West London, hier in England. Ich arbeite mit UBS Investment Bank. Ich schreibe Ihnen aus meinem B?ro, die von einem immensen Vorteil f?r uns beide. In meiner Abteilung entdeckt die Leiter distressed Debt Research, ich eine verlassene Summe von ?15, 400.000.00 (f?nfzehn Millionen vier hundert tausend britische Pfunde) in einem Konto, das Herr, Stephen Richard, ein amerikanischer Gesch?ftsmann geh?rt, die bei einem Flugzeugabsturz zusammen mit seiner gesamten Familie Leben ums. Die Wahl der Kontaktaufnahme mit Ihnen ist aus der geographischen Natur, wo Sie, vor allem aufgrund der Sensibilit?t der Transaktion und die Vertraulichkeit hier leben geweckt. Jetzt unsere Bank gewartet hat jeder der Verwandten zu kommen-Up f?r die Behauptung, aber niemand hat getan. Ich habe pers?nlich erfolglos bei der Suche nach den Angeh?rigen seit der Wiederaufnahme der B?ro, ich Suche Ihre Zustimmung an Sie als die n?chsten Angeh?rigen /Will Beneficiary an den Verstorbenen zu pr?sentieren, so dass die Erl?se aus diesem Konto Wert (f?nfzehn Millionen vier hundert tausend Pfund) an Sie gezahlt werden k?nnen. Dies wird ausgezahlt oder geteilt in diese Prozents?tze, 60 % f?r mich und 40 % f?r Sie.Ich habe alle notwendigen rechtlichen Dokumente gesichert, die verwendet werden k?nnen, wir machen, diesen Anspruch sichern. Alles was ich brauche ist die in Ihrem Namen zu den Dokumenten zu f?llen und vor dem Gericht hier, um Sie als berechtigten Empf?nger nachweisen zu legalisieren. Alles was ich jetzt brauchen ist Ihre ehrliche Zusammenarbeit, Vertraulichkeit und Vertrauen erm?glichen uns diese Transaktion durchschauen. Ich garantiere Ihnen, dass dies unter einer legitimen Anordnung ausgef?hrt wird, die Sie aus einer Verletzung des Gesetzes zu sch?tzen. Bitte geben Sie mir Folgendes: Wir haben ein paar Tage nach es durchlaufen. Dies ist sehr dringend bitte. 1. vollst?ndiger Name2. Ihre Handy-Nummer3. Ihre Wohnadresse4. Ihr Alter: Diese Informationen erm?glichen es mir, laden Sie Ihre Daten in unserer Bank-Datenbank entsprechend in die Bank-Netzwerk-System, dass Sie den benannten Angeh?rigen / Empf?nger dieses Fonds werden, und da Sie auf wie f?hrt man offene Kommunikation mit der Bank und die Antr?ge auf Weiterleitung der Gelder auf Ihr Bankkonto in Ihrem Land, bitte beachten Sie, dass wir einige Tage zur Durchf?hrung dieses Gesch?ft, Ihre freundlichen und raschen Antwort werden sehr gesch?tzt. Wenn ich die erforderliche Informationen erhalten habe hat ich Sie mit ein ordentliches Verfahren den Abschluss dieser Transaktion unverz?glich zu erbringen. Verwerfen Sie bitte diese Nachricht, wenn Sie nicht interessiert sind. Ein leidenschaftlicher Appell, mache ich Ihnen nicht zu dieser Sache mit jemandem zu diskutieren, haben Sie Gr?nde f?r dieses Angebot ablehnen, bitte und bitte zerst?ren diese Meldung als jegliches Austreten dieser Informationen werden zu schlecht f?r mich angesichts meiner Position hier in der Bank. Gr??e,Dr.Fredrik Johan. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gaddifiayesha at gmail.com Tue Jul 5 14:53:50 2016 From: gaddifiayesha at gmail.com (Mrs Ayesh Agaddifi) Date: Tue, 5 Jul 2016 14:53:50 +0000 (UTC) Subject: [pkg-horde] PLEASE VIEW THIS ATTACHMENT AND GET BACK TO ME In-Reply-To: <1913389286.3185184.1467721173530.JavaMail.yahoo@mail.yahoo.com> References: <1743206387.190896.1467113264053.JavaMail.yahoo.ref@mail.yahoo.com> <1743206387.190896.1467113264053.JavaMail.yahoo@mail.yahoo.com> <1876041621.190990.1467113296451.JavaMail.yahoo@mail.yahoo.com> <1791741253.212095.1467113323050.JavaMail.yahoo@mail.yahoo.com> <1872633930.188077.1467113349328.JavaMail.yahoo@mail.yahoo.com> <413090065.206342.1467113373311.JavaMail.yahoo@mail.yahoo.com> <1438964135.833521.1467209823476.JavaMail.yahoo@mail.yahoo.com> <817049995.859496.1467209859477.JavaMail.yahoo@mail.yahoo.com> <336872734.864964.1467209885206.JavaMail.yahoo@mail.yahoo.com> <2060693246.880041.1467209915169.JavaMail.yahoo@mail.yahoo.com> <45156842.836393.1467209951986.JavaMail.yahoo@mail.yahoo.com> <1636964001.896385.1467214122654.JavaMail.yahoo@mail.yahoo.com> <819629920.913071.1467214152342.JavaMail.yahoo@mail.yahoo.com> <556811701.883473.1467214180672.JavaMail.yahoo@mail.yahoo.com> <1842295685.877958.1467214211695.JavaMail.yahoo@mail.yahoo.com> <453985367.921127.1467214271959.JavaMail.yahoo@mail.yahoo.com> <630718858.1890790.1467368296464.JavaMail.yahoo@mail.yahoo.com> <1494639393.1873864.1467368371527.JavaMail.yahoo@mail.yahoo.com> <2075919594.1838425.1467368398450.JavaMail.yahoo@mail.yahoo.com> <644329099.1892918.1467368424269.JavaMail.yahoo@mail.yahoo.com> <1468988377.1904288.1467368450118.JavaMail.yahoo@mail.yahoo.com> <944350724.492540.1467466179297.JavaMail.yahoo@mail.yahoo.com> <1204049115.2357134.1467466209661.JavaMail.yahoo@mail.yahoo.com> <458008265.2332557.1467466234637.JavaMail.yahoo@mail.yahoo.com> <672870793.2351092.1467466261472.JavaMail.yahoo@mail.yahoo.com> <1915357433.2290390.1467466286286.JavaMail.yahoo@mail.yahoo.com> <560475599.1005559.1467631137768.JavaMail.yahoo@mail.yahoo.com> <842542927.2762728.1467631167708.JavaMail.yahoo@mail.yahoo.com> <1533216766.2781867.1467631196868.JavaMail.yahoo@mail.yahoo.com> <1940441515.2878149.1467631224713.JavaMail.yahoo@mail.yahoo.com> <1691655691.2815165.1467631253976.JavaMail.yahoo@mail.yahoo.com> <1140518004.2864612.1467636723757.JavaMail.yahoo@mail.yahoo.com> <1937929649.2863131.1467636755520.JavaMail.yahoo@mail.yahoo.com> <695243217.2838583.1467636822826.JavaMail.yahoo@mail.yahoo.com> <1840948957.2832445.1467636846567.JavaMail.yahoo@mail.yahoo.com> <905198694.2967446.1467636871008.JavaMail.yahoo@mail.yahoo.com> <857180635.3324367.1467721051645.JavaMail.yahoo@mail.yahoo.com> <1370329065.3138804.1467721083679.JavaMail.yahoo@mail.yahoo.com> <482580039.3197492.1467721118276.JavaMail.yahoo@mail.yahoo.com> <1062369753.3289439.1467721143610.JavaMail.yahoo@mail.yahoo.com> <1913389286.3185184.1467721173530.JavaMail.yahoo@mail.yahoo.com> Message-ID: <1543374575.3129588.1467730430663.JavaMail.yahoo@mail.yahoo.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: Mrs. Aicha -Ayesha- GaddafI.-1.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 15859 bytes Desc: not available URL: From anna-maria at linutronix.de Tue Jul 5 16:35:48 2016 From: anna-maria at linutronix.de (Anna-Maria Gleixner) Date: Tue, 5 Jul 2016 18:35:48 +0200 (CEST) Subject: [pkg-horde] Bug#829733: php-horde-sesha: Call to undefined method Horde_Util::addParameter() Message-ID: Package: php-horde-sesha Version: 1.0.0~beta1-13 Severity: normal Dear Maintainer, I installed the package and configured the database for horde. Afterwards I tried to open sesha (Others -> Office -> Inventory) and the fatal error occured. I could go back to the horde overview side. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages php-horde-sesha depends on: ii php-common 1:42 ii php-horde 5.2.1+debian0-2+deb8u3 ii php-horde-auth 2.1.12-2 ii php-horde-autoloader 2.1.2-3 ii php-horde-core 2.24.0+debian0-1 ii php-horde-db 2.3.1-6 ii php-horde-exception 2.0.8-2 ii php-horde-form 2.0.14-1 ii php-horde-perms 2.1.7-2 ii php-horde-prefs 2.7.6-2 ii php-horde-rdo 2.0.5-3 ii php7.0-cli [php-cli] 7.0.8-3 php-horde-sesha recommends no packages. php-horde-sesha suggests no packages. -- no debconf information From math.parent at gmail.com Wed Jul 6 11:44:53 2016 From: math.parent at gmail.com (Mathieu Parent) Date: Wed, 6 Jul 2016 13:44:53 +0200 Subject: [pkg-horde] Bug#829733: Bug#829733: php-horde-sesha: Call to undefined method Horde_Util::addParameter() In-Reply-To: References: Message-ID: 2016-07-05 18:35 GMT+02:00 Anna-Maria Gleixner : > Package: php-horde-sesha > Version: 1.0.0~beta1-13 > Severity: normal > > Dear Maintainer, Hi, > I installed the package and configured the database for > horde. Afterwards I tried to open sesha (Others -> Office -> > Inventory) and the fatal error occured. I could go back to the horde > overview side. Thanks for reporting. The guilty patch is at: . I'll work on it (I need to package rc3). regards -- Mathieu Parent From ftpmaster at ftp-master.debian.org Wed Jul 6 21:24:11 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 21:24:11 +0000 Subject: [pkg-horde] Processing of php-horde-sesha_1.0.0~rc3-1_amd64.changes Message-ID: php-horde-sesha_1.0.0~rc3-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-sesha_1.0.0~rc3-1.dsc php-horde-sesha_1.0.0~rc3.orig.tar.gz php-horde-sesha_1.0.0~rc3-1.debian.tar.xz php-horde-sesha_1.0.0~rc3-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 6 21:59:13 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 21:59:13 +0000 Subject: [pkg-horde] Processing of php-horde-css-parser_1.0.11-1_amd64.changes Message-ID: php-horde-css-parser_1.0.11-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-css-parser_1.0.11-1.dsc php-horde-css-parser_1.0.11.orig.tar.gz php-horde-css-parser_1.0.11-1.debian.tar.xz php-horde-css-parser_1.0.11-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 6 22:04:14 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 22:04:14 +0000 Subject: [pkg-horde] Processing of php-horde-date_2.3.1-1_amd64.changes Message-ID: php-horde-date_2.3.1-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-date_2.3.1-1.dsc php-horde-date_2.3.1.orig.tar.gz php-horde-date_2.3.1-1.debian.tar.xz php-horde-date_2.3.1-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 6 22:14:16 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 22:14:16 +0000 Subject: [pkg-horde] Processing of php-horde-db_2.3.2-1_amd64.changes Message-ID: php-horde-db_2.3.2-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-db_2.3.2-1.dsc php-horde-db_2.3.2.orig.tar.gz php-horde-db_2.3.2-1.debian.tar.xz php-horde-db_2.3.2-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 6 22:16:23 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 22:16:23 +0000 Subject: [pkg-horde] php-horde-css-parser_1.0.11-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 06 Jul 2016 23:52:17 +0200 Source: php-horde-css-parser Binary: php-horde-css-parser Architecture: source all Version: 1.0.11-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-css-parser - ${phppear:summary} Changes: php-horde-css-parser (1.0.11-1) unstable; urgency=medium . * New upstream version 1.0.11 Checksums-Sha1: edcfddf9f0c521002c45edc53228f9e0f2a0915e 2129 php-horde-css-parser_1.0.11-1.dsc 6c9aefe71dd485eb3cf702347331f3b7f01685dc 81943 php-horde-css-parser_1.0.11.orig.tar.gz 5f0072e4fa68c52711a50c3d159fc26d720f2055 2588 php-horde-css-parser_1.0.11-1.debian.tar.xz 0c5bea1581444b62005384e217719695e7c89c04 74806 php-horde-css-parser_1.0.11-1_all.deb Checksums-Sha256: 4f373ef699afb43a0662cde51b114b8cd0ce6e22641649f92a0bda7a8873811d 2129 php-horde-css-parser_1.0.11-1.dsc d62a21a604e9af9d1e30df79c48a8a5a7754eefcc5b51bd883e3cd44b8c83a61 81943 php-horde-css-parser_1.0.11.orig.tar.gz f23485d9b2bc470b8762d2d9eb274c28b43c0ce56d2bcd604aa34f4c3821d791 2588 php-horde-css-parser_1.0.11-1.debian.tar.xz c70c309f3d1239e4dd161f9a75653ea59bcebe9056a0ed8d78a14c65b00c6f44 74806 php-horde-css-parser_1.0.11-1_all.deb Files: c09bef7188f38830077760ecb396e121 2129 php extra php-horde-css-parser_1.0.11-1.dsc fc2eaea741825e8977bb3018a320f127 81943 php extra php-horde-css-parser_1.0.11.orig.tar.gz 53530fb699b4893a87067ba8aa98a27c 2588 php extra php-horde-css-parser_1.0.11-1.debian.tar.xz 5ad70b1340f9c83672e7b1ed60d089d7 74806 php extra php-horde-css-parser_1.0.11-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfX7fAAoJEK4DmARmaB+lQoYP/07sZTYFn3Qc00fYyFeMOwOE 8J/ZH1pcEdt57s0A0QObDF/LJnL8AeedeKaTCdzBPFZA//woIpVA9s6aMMTIRuEZ Z4EfrPNPq3Er1uK3iy/AL1FpgjhxY0z7o0Fjmac2UvOImC/DQ98XmgbTupjHqwc8 t22HseJ3puJXZRCzY4nope+0pxnAr8tO2SV0oGKI3+UzUDZSuIQPwnOdrQwPaBtb EjToEPG/dMpaYi8yzjCALpIIR0V6kCTpePBwDLft6eKzaUDp46h/u1RGmRXu71Sm 95aib1faJQzp+cvVFjn35uI/88Ymd2ZMeVeHu1N5s+dWY6X/NwA32Id6e1aW9Mlq mRxxgc5GnK/jVafY+htjyDplRkVY3pqFY751/QPeMtCNYVAeOHqFOQBRbn0OWHvv WyOF30Fq1LNCiTAwGCUG1yKcWMWKBOtTlx5XudxUnIKJbmvxcqW1HwxHKaQgskRY VcJsR+a/CaLCeUC/k37m5DD6NZJWBZXsNDLj3eVoyGrUDgpXhY66Cb+P43x956cR 4ESr/nSzvWlsMzkHaUY+HbsL6HUhVkP9iRogWQAzfgL+UQ+vOlYxEJApkcTE5Zl8 2FHrCnAlPhX0GBkTe9IRCmmov0ZLhrYvT3fmYxwpydMUgJ/8cCYkKXdG+nrAolw4 rZhGXUXP9clfksQ4PI7z =CmpQ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Jul 6 22:16:30 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 22:16:30 +0000 Subject: [pkg-horde] php-horde-date_2.3.1-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 06 Jul 2016 23:58:04 +0200 Source: php-horde-date Binary: php-horde-date Architecture: source all Version: 2.3.1-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-date - ${phppear:summary} Changes: php-horde-date (2.3.1-1) unstable; urgency=medium . * New upstream version 2.3.1 Checksums-Sha1: f0b3396d0f94eb4c51e5fe3bb734040d9598cfc0 2056 php-horde-date_2.3.1-1.dsc 9c7c9f286a351f09a5d04d93a86debc7ab916e8e 72532 php-horde-date_2.3.1.orig.tar.gz 8e13f0aa91157e320b4132970fc86d0b5f0f2271 2784 php-horde-date_2.3.1-1.debian.tar.xz f7117e0c58960a562f1240aede5f87646ef897a9 62134 php-horde-date_2.3.1-1_all.deb Checksums-Sha256: 9747e8f609bb4e8623898b6651c306097bcae44be5dfa92434a6ca21bc346c22 2056 php-horde-date_2.3.1-1.dsc 49c1ee3f68e56b5fe9a3107f89a7801c158ca94db6af4ae67b6d82cf663f7446 72532 php-horde-date_2.3.1.orig.tar.gz 08f8b472b3181f21c5a93648fd4551a0804a1a266bb321d7eb31b94d8103cfcd 2784 php-horde-date_2.3.1-1.debian.tar.xz 8e28a37041715fbb8e77c7a3473282b818ccd595f45142e170b2f2c96a052d00 62134 php-horde-date_2.3.1-1_all.deb Files: 90fc6a35eb05e109073542742968ce57 2056 php extra php-horde-date_2.3.1-1.dsc 0e12f6b7602e51837290c4a56cff6aef 72532 php extra php-horde-date_2.3.1.orig.tar.gz 44bb9f806ec9132c96f7767a8d3ecf0e 2784 php extra php-horde-date_2.3.1-1.debian.tar.xz 47ffec976249042e5484e4100a98c396 62134 php extra php-horde-date_2.3.1-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfX+1AAoJEK4DmARmaB+l/tUQAIHaaGfQ7kLUZBQU15Le4BHM YwJwh9NSm53KGqsaip1DXmyIGlcB2Bt45S6jl/NrfhTq45sitlINL+z9Z8LBLUBm 2tONk4gp/azJHfuQPeUC6Px1YQIyufygHWW1aBOoaKLwcHVpld1HfTWfsHwp97VJ g+nQVAtCcYhPIm6xsodnGHFc5fR4HmLcXfZ4qSicmGyA1SW9mbF+gkIdoBb3PY/A EZ0A1H2g/lOsz9ZzfySnVsBGpWc3h+m5ZdaZVg2hgD84yFeUcMASoi1dSNSRNJZU ZzsCmk7/USgr2BXRXqvPIHz3SJGmUZK3pP1ZhqSTZrlXb7vJnL+enshQqAvWsUfU cGIDd4WvRI460E7JaMVrtQ6ttv3woyGnWc9F8ByFSI6O1m+NSHYGybzqAhsNtbFC OtcN4GE2xirb0BW8eHK/Ny4yG4qXwNo2dm/11EjvALEsTTzmvdbqSx/KmqEhVDlq xB0NC1DIlxvg6O143YACDKVfpM1z5CpiPphzb9moyfWGt0XUzveu7Ec7UpKv6NYM r2V2FO6vWk3Rm7YggMuV/m5dNrogD7IKWkwrFk6jQmNCCviYBsiuFRpNwfOQN9Ww f7TsIxE4MZKR6+j9P2CKQp/zqZEOHQeTMtGqNLLrMMF8n8hD7zrfgYHYd+A88Qez XmZQfpIU2OIpAphd5OqQ =qsKF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Jul 6 22:16:37 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 22:16:37 +0000 Subject: [pkg-horde] php-horde-sesha_1.0.0~rc3-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 06 Jul 2016 23:14:25 +0200 Source: php-horde-sesha Binary: php-horde-sesha Architecture: source all Version: 1.0.0~rc3-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-sesha - ${phppear:summary} Closes: 829733 Changes: php-horde-sesha (1.0.0~rc3-1) unstable; urgency=medium . * New upstream version 1.0.0~rc3 - No longer uses Horde_Util::addParameter() (Closes: #829733) * Update d/watch to ensure rc is considered newer than beta Checksums-Sha1: dc4dd75de4258d2214e2961c6efc7780c8b7c66f 2134 php-horde-sesha_1.0.0~rc3-1.dsc 77eb56903b5379e49a665106ad2be120e7caa715 229104 php-horde-sesha_1.0.0~rc3.orig.tar.gz ab1d317c94b17668a55230c5a8ea66c8aa31ab37 2856 php-horde-sesha_1.0.0~rc3-1.debian.tar.xz e0e4253ad4d5e59ca6a4744946f9ce6446b2e5db 149514 php-horde-sesha_1.0.0~rc3-1_all.deb Checksums-Sha256: 5ee4ab9556d1ae53ff7746f3a4646a4150894115eb882484b7c6d229b5a28a1d 2134 php-horde-sesha_1.0.0~rc3-1.dsc fa5d4447252cab3689663a6342ef725475b658b0b7bbfefb24955b92e65ec035 229104 php-horde-sesha_1.0.0~rc3.orig.tar.gz f11383aca4ee127e8b819ca4e39d0f656884fcfb5ba80a34225f7a3f6e5354c5 2856 php-horde-sesha_1.0.0~rc3-1.debian.tar.xz 31134eb57a73bad30ad75bdcb75005faff7ea1bfd138d4ea1d0bfd5d4091084c 149514 php-horde-sesha_1.0.0~rc3-1_all.deb Files: f5b08e00abaf7e2f1999e281675539b1 2134 php extra php-horde-sesha_1.0.0~rc3-1.dsc cf3f3d36ae0e92a6cc4c92734a3a4307 229104 php extra php-horde-sesha_1.0.0~rc3.orig.tar.gz 47cdd163155286b4b01787462d87b2f1 2856 php extra php-horde-sesha_1.0.0~rc3-1.debian.tar.xz 03bd7163e261c7a53eca95b5f6f1bf9b 149514 php extra php-horde-sesha_1.0.0~rc3-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfXbgAAoJEK4DmARmaB+l9/cP+wWHPJuze6e5CtwFBc5J8LiN QGBZKo1wOB8QzZAUHzSskjmOEk4iQgaK+lri61phyCkLSpDUV7SMvdAKJ1xJ1yQW c9KewISxROTnALEghPhL/qbSd5ccpfWznGFnXX/1toII/4ZuKxyWK356ORzdH9e2 rqLLDMbJl1HcHwFHj5EqpxyGRqqzLfjJNDmBmAyeMX4hBfA3n7HSpshPv850efpe 8XvX8IpIqxsnuF+q3/BlaFogXLes3c4eMd8LcyoE1LdJRIyE3L9shYMkvHwXA/9k dnjijAsu+ZVpexJv2CSOiImbZaNEFHaFTDWs0EgIv6h75Gw42OmKDhyqUSfJ0DAT lmGSkfrpMNQR45P2BPg0+RtTtkDE/dXU/th7Skr6yX+loBYcq9/jC9VZMTIpFBkK OejnM0qRvt4otT/hMNLAHVDEfyg4HU8muvD1uDf8554QiijpRBxTvQOhL8YZyNdi G52iHyXMLlZ70ojelkaA/BRg+f2c4Y8FqZRECXCy1xWByWpA/RoPoetfAfK+vumO GFQNl69T9+E1yWTUdhfEwoo1TSEWc8fhSKgpnw7g2x7TGaMJ2+73JUaOrp7fP4u1 EHGO++dZVfmXSR7k0+h0PPQ2SCkwQk7BA0GJHk5+ru/DHqtQozKGRLdro3XvYu2e /Pe/gIsnfhlnVWOQXXQp =7UIX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Wed Jul 6 22:18:21 2016 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 06 Jul 2016 22:18:21 +0000 Subject: [pkg-horde] Bug#829733: marked as done (php-horde-sesha: Call to undefined method Horde_Util::addParameter()) References: Message-ID: Your message dated Wed, 06 Jul 2016 22:16:37 +0000 with message-id and subject line Bug#829733: fixed in php-horde-sesha 1.0.0~rc3-1 has caused the Debian Bug report #829733, regarding php-horde-sesha: Call to undefined method Horde_Util::addParameter() to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 829733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829733 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Anna-Maria Gleixner Subject: php-horde-sesha: Call to undefined method Horde_Util::addParameter() Date: Tue, 5 Jul 2016 18:35:48 +0200 (CEST) Size: 3098 URL: -------------- next part -------------- An embedded message was scrubbed... From: Mathieu Parent Subject: Bug#829733: fixed in php-horde-sesha 1.0.0~rc3-1 Date: Wed, 06 Jul 2016 22:16:37 +0000 Size: 5602 URL: From ftpmaster at ftp-master.debian.org Wed Jul 6 22:19:16 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 22:19:16 +0000 Subject: [pkg-horde] Processing of php-horde-lock_2.1.3-1_amd64.changes Message-ID: php-horde-lock_2.1.3-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-lock_2.1.3-1.dsc php-horde-lock_2.1.3.orig.tar.gz php-horde-lock_2.1.3-1.debian.tar.xz php-horde-lock_2.1.3-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 6 22:24:16 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 22:24:16 +0000 Subject: [pkg-horde] Processing of php-horde-vfs_2.3.3-1_amd64.changes Message-ID: php-horde-vfs_2.3.3-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-vfs_2.3.3-1.dsc php-horde-vfs_2.3.3.orig.tar.gz php-horde-vfs_2.3.3-1.debian.tar.xz php-horde-vfs_2.3.3-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 6 22:38:56 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 22:38:56 +0000 Subject: [pkg-horde] php-horde-db_2.3.2-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 00:01:36 +0200 Source: php-horde-db Binary: php-horde-db Architecture: source all Version: 2.3.2-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-db - ${phppear:summary} Changes: php-horde-db (2.3.2-1) unstable; urgency=medium . * New upstream version 2.3.2 Checksums-Sha1: bdd4c0c28709edbaf25b95ce2f638f6a2cb72ee0 2095 php-horde-db_2.3.2-1.dsc 5e259fe0509d26a4dee84d7513e71961a4eb2002 93982 php-horde-db_2.3.2.orig.tar.gz ffea71b119ba47b20f1cbfad0ac365d284d8fa3d 3952 php-horde-db_2.3.2-1.debian.tar.xz 4e2904a3d7283a8ef85a2b0575d8f1fdeaa42a29 70840 php-horde-db_2.3.2-1_all.deb Checksums-Sha256: 7d0bb8c09d8c926c57703c1485a33638776c7a64cb1e9310ee3731a9c40c4a9b 2095 php-horde-db_2.3.2-1.dsc 8ce0fea12d27ce2dd37eecc9dfa2188f0bb89c20a6347d9e1898c8d5ed04ad20 93982 php-horde-db_2.3.2.orig.tar.gz 15798f6187dc2dac0cd355a9acc1a99bdc3a65c702d6ebbedfdfed7a108fc272 3952 php-horde-db_2.3.2-1.debian.tar.xz 10f11d55190825caa5bf39cca290d73c0524d86df675aa3874a9da734e8d73f5 70840 php-horde-db_2.3.2-1_all.deb Files: c3e5f78b157053e5c2be4878fb3d63af 2095 php extra php-horde-db_2.3.2-1.dsc a4474e89040dedca0f7d6bd935be76c0 93982 php extra php-horde-db_2.3.2.orig.tar.gz 3798e3bee2a1695265839a7485a5321f 3952 php extra php-horde-db_2.3.2-1.debian.tar.xz 98d42a45c9b687f09a732a00b70e4118 70840 php extra php-horde-db_2.3.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfYHpAAoJEK4DmARmaB+lDUcP/Rtm9fTH68+z0BiNSLhibP74 Voarj/SD+2+jOBHqEWs8fJAu/ERYKmjKA9seh9mRpqulLgu6GuZueXw+KGWr3o8P EW9bRxV2RyLcICaiGivLcNk39kjM+fqRk2s/vGsiqiOZwXBBqkTAXcTMATukhGVE oJojeFNE30W9J7TT6dJuClkLY0uW1kZ5C9pT2s3QK+noY00sr1Jz5bDtwmu6XV5M MrsBp9vc5tJrVm+sovwaMWnER5gMDrqpwcsvznjc7l7U7JagtfHaitG2W3L5XIGH iPxdgKiea2W3Es7SziEEzvqrZjAQwsAyLs9tJb5uBhy5tZvjJJLLN0DTOi6nouc0 S9TG0CiZgL2dlcHs02MtY3GazltU6YG7DTOFEbcZSo2ssQGl7qjH4jz2uhCzmsCf HxGXC8K4FVnWOJfm1kGTUeqgRaCEjItUOaIPFamSLR73iCzSHe+8WckB2odMzUKe NTu0n0v30DPPDBMH+H8hRQjKvpWP1udEDGka94LUnuRlWQQZnBshdM1YYXQuA96E +6gR80NOehWIWz25YWBgwgNgfBwHOiZBWDOEar1ENzMpi70cRhv2Az9mrNGiYWkn psqZdHnZF6khwe8YBBDr4UqYj7Q62rKklsJQ+/DxNBHlwaIQQrVuXKACnVYT5NNU WHdwY8H0INGPBUOBQMKx =h7NO -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Jul 6 22:39:03 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 22:39:03 +0000 Subject: [pkg-horde] php-horde-lock_2.1.3-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 00:11:15 +0200 Source: php-horde-lock Binary: php-horde-lock Architecture: source all Version: 2.1.3-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-lock - ${phppear:summary} Changes: php-horde-lock (2.1.3-1) unstable; urgency=medium . * New upstream version 2.1.3 Checksums-Sha1: 641c34f9a9ec4e2ce766b99efd06453f3d5cdbd1 2056 php-horde-lock_2.1.3-1.dsc ba7fdca6fc204e40039ad15af1c6e97fc4e9fea7 17514 php-horde-lock_2.1.3.orig.tar.gz f03829601b7212d80ac98194f02933ccddbf922e 2620 php-horde-lock_2.1.3-1.debian.tar.xz 055749abfe965978bd64f6682d0bfd163c480243 13722 php-horde-lock_2.1.3-1_all.deb Checksums-Sha256: d7fc91544f74f7984776c8e82a154e02830e5c27191c1f499177e7a711f016bf 2056 php-horde-lock_2.1.3-1.dsc d20af114fb8f73a3e51b4573cd5d794952b7afefe2c561fd61522856cbee28f8 17514 php-horde-lock_2.1.3.orig.tar.gz c7d79f441d009aa39bfa36a9282bc129d2e89c06eff8b3a595badc6fb1566d65 2620 php-horde-lock_2.1.3-1.debian.tar.xz d61bf29d1ca66d383ad2638301e5fa11257e7d389a24978cfd1df960f20c523b 13722 php-horde-lock_2.1.3-1_all.deb Files: aa8d49b8dc1b658700f76ad06578ea7f 2056 php extra php-horde-lock_2.1.3-1.dsc 3796ee0b7c3ef530fef29cf5318df36d 17514 php extra php-horde-lock_2.1.3.orig.tar.gz cebd9c94abd4175630eb1b8d9371e90a 2620 php extra php-horde-lock_2.1.3-1.debian.tar.xz 61ac2bd4ddb7c289795e5389a5ce59aa 13722 php extra php-horde-lock_2.1.3-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfYLDAAoJEK4DmARmaB+l6d0P/0rHQmxnYK72jyW8csUHuiy8 getMiGxWXWcxQantgjwNNjja6o05PnbTaf6GIfMjOz2j12OQV5Wk9ZqrVaCt+rfk qt3NZjvt6odpzlD9bi041e4++wGCytJEFe6aHfkMmppVyK6MsiL3tWX7lhYHpT+g 4vII3ZeB8GqfnRkkAXeHDhNV6bJJW7WRtWqxkUkUa376QEMD4vhzuhkqojizKuHP O7SfxLZsPQgsACd780BaExMWxCOytrABikP2efuvyXGEf6JSJXF+Jv832SRR2zJE RuRPpF7okN998drootX6dxpcknqppcyGRZQhuTUZLcp6AX/mfItgk5etnldBbQVp fKgHIa/ra92it1ffdGz51Gb9qIo8NgQT80vBDi6Wel1Gn9hgIarzUFkA+jAchwmW cnsHsshH/2LYjdKHzN8EyVIXaRwJf0NZV2nYjjL7jha3Z6DFSJQ7wTcJ07Nx+q1O rJl5OdhKfP+Ylh8LaT3ah/5LOaIQBDnNgYp0touLVLCIqdiSpHhZb3DQlcgQXw8B RXTu9hVF2kp79TtBbroU+DV7XpJ0makzQ/QBSF2yMuPWbbZw9O/h3IiMOx7B3hYM e9U3hjbqcIMLCeQQv+BrBsWycd5Idw7nH1s5p1ZfacPgqW2PI+M4MCaj+y5MONPR 3qVt6/JZY2FrNLeb66CR =K06O -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Jul 6 22:39:09 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 06 Jul 2016 22:39:09 +0000 Subject: [pkg-horde] php-horde-vfs_2.3.3-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 00:17:57 +0200 Source: php-horde-vfs Binary: php-horde-vfs Architecture: source all Version: 2.3.3-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-vfs - ${phppear:summary} Changes: php-horde-vfs (2.3.3-1) unstable; urgency=medium . * New upstream version 2.3.3 Checksums-Sha1: 12fbcfdb8a8078265415c1f66c7f849afa672c34 2045 php-horde-vfs_2.3.3-1.dsc a5b5c2d8a7737d366744cfffe1d5bfe6b78c3030 72804 php-horde-vfs_2.3.3.orig.tar.gz 372a5e4c6e3afaa24168455e754a51f2eb80a251 2772 php-horde-vfs_2.3.3-1.debian.tar.xz b066f415e403c4ef0077c4b447b34ed76bb0c2b9 65614 php-horde-vfs_2.3.3-1_all.deb Checksums-Sha256: 2365e6d3fd59748a83ff0e174df0d1f393ff1e2255e494aa1710e02b59740ce8 2045 php-horde-vfs_2.3.3-1.dsc fe3a9f5acbbf5e5d065a63f8d0462f9763f4fa7c029786a964d2702a48053f33 72804 php-horde-vfs_2.3.3.orig.tar.gz 3f45c5844962d2394e0c0ebfd77654173e6d1c64b3cc642abe7630f6fe043a80 2772 php-horde-vfs_2.3.3-1.debian.tar.xz 754a925738fe4f83f689732666a893beec5f81bf5be32124db1fb73b2f223c63 65614 php-horde-vfs_2.3.3-1_all.deb Files: 196aad13a8a861589d3280ae771d51f2 2045 php extra php-horde-vfs_2.3.3-1.dsc 656a62e819bc9c9b7140eb6ef22b0914 72804 php extra php-horde-vfs_2.3.3.orig.tar.gz e50f0a5341e9c24e44a38605e8ac7a07 2772 php extra php-horde-vfs_2.3.3-1.debian.tar.xz dbf98877c8c9dabb2a2a279046d22f78 65614 php extra php-horde-vfs_2.3.3-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfYSvAAoJEK4DmARmaB+ligMP/0CtlGDwNMdMHdOmulwa/eGZ 0D2znWEwKdm3s3oG7aTEfiL9wnnuwLV/3Z8KsyYRiVQjVXJUbu0WYTqWGjeBg4cA wrCITzfHcN+lbF5+7Yq+7riR5k2TJmCuVV/zoJHjRehkk/FzRcRuOyB13G+DKePM 6sXgfPONEu3CpL7er5lbInKfIJsUYAYW9kAVQvMhLpzc8aCXxAqAnV2pEnpWiOFM ugAE5LdYCOOomRMCkfx5wVreQahuxv6Q9PymF10oqLk4ZPKOtb3D5iByrRowBd61 Zv1+FUJia3Mv19T/7mZ97oAPc/TrVA9Zdqfh7DIaiQdqz7GWNx81QA27gL7TGKGZ S8otXqAUuP5GB7DHlTeT4QV2K5ztsjsSjfAcS7zwm8/LgMKXLm162zSwDne2IaXX iPAmM5ZAqyOg8qlj5z6bzGhBflgsFqk/VabQxEC0CTLV+kf2UkqJIt59ihzdolWw eWBJ/FlsXYL5eSSFrLJ++re+nqyTjKTtcXh9YsYJ/RHFE9eZNq1sa89OnzRxmMyN EFaXGLmCX5Jkpk1UCX5o8cm3aBsOWv3+aXhqgxe/wRZCSll4SfYXpF0NJ8z2OCAI kG2JCnV6a+67TLa/wCBdEpWZIHsLGqrG1zTilWW19Jf3pcwdAgK0ZQvjkPp4P3oo 8hKzJDJZNO6gA8b3Y0pL =xJ9c -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 06:46:03 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 06:46:03 +0000 Subject: [pkg-horde] Processing of php-horde-imp_6.2.15-1_amd64.changes Message-ID: php-horde-imp_6.2.15-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-imp_6.2.15-1.dsc php-horde-imp_6.2.15.orig.tar.gz php-horde-imp_6.2.15-1.debian.tar.xz php-horde-imp_6.2.15-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 06:49:49 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 06:49:49 +0000 Subject: [pkg-horde] php-horde-imp_6.2.15-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 08:17:24 +0200 Source: php-horde-imp Binary: php-horde-imp Architecture: source all Version: 6.2.15-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-imp - ${phppear:summary} Changes: php-horde-imp (6.2.15-1) unstable; urgency=medium . * New upstream version 6.2.15 Checksums-Sha1: e676c600979c4742da598aae8a527aa504175810 2074 php-horde-imp_6.2.15-1.dsc 946068da94b8d30670b261e3efb9caaf5a15fcfa 5008341 php-horde-imp_6.2.15.orig.tar.gz 0631218524599cc7905afb870ac094a4eedcb19a 3056 php-horde-imp_6.2.15-1.debian.tar.xz 0b2000be29c6421a4975ca40851aede4fdce539f 2490512 php-horde-imp_6.2.15-1_all.deb Checksums-Sha256: 4c2c1f139f21605594116beaa2b29a0afa4015c950ec01a87c85210b925ef514 2074 php-horde-imp_6.2.15-1.dsc ade31ea38685cce45c7ac8e4b3060cebea0218cd71b94d7a9bb487938add879c 5008341 php-horde-imp_6.2.15.orig.tar.gz 7744a4f794ee65f887ecd211d776267b95ed3e4fc21fe385dfb450635a6d17e4 3056 php-horde-imp_6.2.15-1.debian.tar.xz ef48d4046efdebf4d8ac9c011b63cc17bd65171bd13ed3e013ed03ae35fc8278 2490512 php-horde-imp_6.2.15-1_all.deb Files: bb85a2a8aff3cb244d278a1f5aeae615 2074 php extra php-horde-imp_6.2.15-1.dsc dd9e7c559be98646629d960af6dd382b 5008341 php extra php-horde-imp_6.2.15.orig.tar.gz 1fbc2ec7b47dc3ef6b0f63f1e3092870 3056 php extra php-horde-imp_6.2.15-1.debian.tar.xz 459f8dd001f3e25d177a0592727bfaa6 2490512 php extra php-horde-imp_6.2.15-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfflcAAoJEK4DmARmaB+la68QALi4ceOQH65NEVA2R2H5IwR0 fPaP90+Nm4Um2UMR9Rnq8O7DmzW1s/4tDPwlCt123+7n53oAfnc0kzjns6AJz7B1 oe1/ad9mfTabmWeg9u28epi9X8+AjcSmdjFq8hzeM2agt6gRwT3a38UyKeSvI+TY A+Mwwr4eVJ/Ix2f9xXFPzsoR/htKheiP/LpJHRUcj9FCNDqk4ealHizugWnk08cL YwB4/+FRY62zGo3/3mCI0WjCa9UBE6PKDY3/+D4CluyYTZLW4uzZSDZZL1GH17S7 dWRkuBC9onFHAQl7avFg+6bx9piEnzeWo2J5kgIC5s6Cnc1vTm2rJ0589XaiUXLH npf99pnVDifCFYVt6xlUdbd5MQ+WpA+tZ8x0Z31/fXkyJ8jNG3nnKgh45PNPL4Wl DmVfe9hDI7BeeQz3ysAqxoH6mKqyEGhQKtM1Kh9XhXPfZiUjB2sj6EQ0C1MVq+P5 sKXtWCglqjYmZNnMJzwaCh5XxKEz6V41uu9JEsxnepVdtDlz0Wt6hwGI8BYum0Sz fk5UGUgGWKGaRULJ3l4st6PUgbMdXPpIdNTBikcaNrR9aadk+7uH6EMOmpPboWFm laOrZRO/5COQ7RwcYqvypjHaUKpNUMbRRaBsSwuEj+zPmSpK65WOrwG7KjI3Xd8t fD6UpYQe54VyllCDnT8R =BiRk -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 07:01:17 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 07:01:17 +0000 Subject: [pkg-horde] Processing of php-horde-ingo_3.2.11-1_amd64.changes Message-ID: php-horde-ingo_3.2.11-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-ingo_3.2.11-1.dsc php-horde-ingo_3.2.11.orig.tar.gz php-horde-ingo_3.2.11-1.debian.tar.xz php-horde-ingo_3.2.11-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 07:21:14 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 07:21:14 +0000 Subject: [pkg-horde] php-horde-ingo_3.2.11-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 08:41:50 +0200 Source: php-horde-ingo Binary: php-horde-ingo Architecture: source all Version: 3.2.11-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-ingo - ${phppear:summary} Changes: php-horde-ingo (3.2.11-1) unstable; urgency=medium . * New upstream version 3.2.11 Checksums-Sha1: 749248616233b2cd9687636dfe763f3d6ca8052c 2085 php-horde-ingo_3.2.11-1.dsc 2facbf18684b342e7d3b0e27d57ab93671a42680 1506134 php-horde-ingo_3.2.11.orig.tar.gz 918bfdd33b61c4140e6906d159d33887c00736df 3976 php-horde-ingo_3.2.11-1.debian.tar.xz 9f3c2b8b141b977fcda8a3af0e1f8602aa70bad8 800180 php-horde-ingo_3.2.11-1_all.deb Checksums-Sha256: 8e322d3a344cd31398c5810f2b7d5b60a96e1358689edcd1a79759a29b11b23d 2085 php-horde-ingo_3.2.11-1.dsc a4739190f1f66cbc5a812059a8062a4e06d4201945a22c44376726697ca41992 1506134 php-horde-ingo_3.2.11.orig.tar.gz 037ad633305a019af7c933e770b5fd5c2961eca13ca52a6dfc517f8c7e4f9d04 3976 php-horde-ingo_3.2.11-1.debian.tar.xz 90e98d19e7b3e3d50d1157f1b7d96843fbc41f169639ff289ffe8dc941fe8015 800180 php-horde-ingo_3.2.11-1_all.deb Files: e08ba0837a69719a18294a2b02c54c58 2085 php extra php-horde-ingo_3.2.11-1.dsc d78fc5ebcce865627237d87f64bd2945 1506134 php extra php-horde-ingo_3.2.11.orig.tar.gz c7cffb89bb3b36d5ebfcf25e60869458 3976 php extra php-horde-ingo_3.2.11-1.debian.tar.xz 93f619214910613ac17b0f5c32fafd7f 800180 php extra php-horde-ingo_3.2.11-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXff3TAAoJEK4DmARmaB+ltacP/iW3m+JfH0m4/zAfbPIqFKr2 7pRSIj9Dsv6B1mmIgrEQu+Ak2AYmt82yFlZdiFbK5LUYvyXbGKRYpRfzscbOELp0 SmpcTjXSDL9IULl309rOVmWV8BoyZ9X7zPnMkcK58V4QrMLbSHoUESA0jAH7SLvg QX+33ULe4bGbBeV5CXG7tQJpWFcYfU2U00AgJFRp63A83PnFBmi3V9NzNoFqVvXX X7T4Qs6V45vOHM2pFrpmQZ29xUpWI2c5QeYdGzDFYnAJUKP/7wF5m5y9i64f/YN6 N8JfNE88lfL4ZngrLkeDEq3KzQR4L8AQyDgtefQoU2XhAL9a/zuvF9K4LFFs104R wQUBW1xcySOmKQZwrol4R1K7BD78NYXsOTW+iY4bUtEZEJ2dWRBDiB+2j73E0JSG CXjjF60WnUUrS4TStlA6IjgCt7BcM+AaMc7G52cB2lXYrIvMlk+445sz3ADFGQUf H99Uy//mzjRJC47N965+eaw2IJCYE/75sCy6/NV2EMaEVRBwFFANofd2AxOhe3oc EcReqDF9Oojwyinypxd2iigWCiQ8Y9RFvqjnL8l2Cej3MP9nZxxKWG3sBW1QWo4j MIkK4Phkfo1o5vDHevfCTt8l3fHgT9MF3zRAZnLMjAQf1yJiDpsoMbVCDQ/zcykI 605zA7DtCX8ivB3jmwzI =HNkK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From anna-maria at linutronix.de Thu Jul 7 13:54:31 2016 From: anna-maria at linutronix.de (Anna-Maria Gleixner) Date: Thu, 7 Jul 2016 15:54:31 +0200 (CEST) Subject: [pkg-horde] Bug#830232: php-horde-sesha: Search function doesn't work Message-ID: Package: php-horde-sesha Version: 1.0.0~rc3-1 Severity: normal Dear Maintainer, the search function of the horde sesha app doesn't work. Selecting all properties and insert a search value, that matches only a single entry, lists all entries as result. If the "Only exact matches" is selected, no entries are given as result. There is a commit fixing the search functionality for the pre-defined properties "Stock ID", "Item Name" and "Item Note" (https://github.com/horde/horde/commit/aee554aaeb638a0dba50500e07d978405bfc1a36). But this commit doesn't fix the search functionality for the custom properties. Thanks, Anna-Maria Gleixner -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.6.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages php-horde-sesha depends on: ii php-common 1:42 ii php-horde 5.2.1+debian0-2+deb8u3 ii php-horde-auth 2.1.12-2 ii php-horde-autoloader 2.1.2-3 ii php-horde-core 2.24.0+debian0-1 ii php-horde-db 2.3.2-1 ii php-horde-exception 2.0.8-2 ii php-horde-form 2.0.14-1 ii php-horde-perms 2.1.7-2 ii php-horde-prefs 2.7.6-2 ii php-horde-rdo 2.0.5-3 ii php7.0-cli [php-cli] 7.0.8-3 php-horde-sesha recommends no packages. php-horde-sesha suggests no packages. -- no debconf information From ftpmaster at ftp-master.debian.org Thu Jul 7 19:35:04 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 19:35:04 +0000 Subject: [pkg-horde] Processing of php-horde-kronolith_4.2.17-1_amd64.changes Message-ID: php-horde-kronolith_4.2.17-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-kronolith_4.2.17-1.dsc php-horde-kronolith_4.2.17.orig.tar.gz php-horde-kronolith_4.2.17-1.debian.tar.xz php-horde-kronolith_4.2.17-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 19:40:04 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 19:40:04 +0000 Subject: [pkg-horde] Processing of php-horde-mnemo_4.2.11-1_amd64.changes Message-ID: php-horde-mnemo_4.2.11-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-mnemo_4.2.11-1.dsc php-horde-mnemo_4.2.11.orig.tar.gz php-horde-mnemo_4.2.11-1.debian.tar.xz php-horde-mnemo_4.2.11-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 19:45:05 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 19:45:05 +0000 Subject: [pkg-horde] Processing of php-horde-nag_4.2.10-1_amd64.changes Message-ID: php-horde-nag_4.2.10-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-nag_4.2.10-1.dsc php-horde-nag_4.2.10.orig.tar.gz php-horde-nag_4.2.10-1.debian.tar.xz php-horde-nag_4.2.10-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 19:45:05 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 19:45:05 +0000 Subject: [pkg-horde] Processing of php-horde-trean_1.1.6-1_amd64.changes Message-ID: php-horde-trean_1.1.6-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-trean_1.1.6-1.dsc php-horde-trean_1.1.6.orig.tar.gz php-horde-trean_1.1.6-1.debian.tar.xz php-horde-trean_1.1.6-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 19:50:12 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 19:50:12 +0000 Subject: [pkg-horde] Processing of php-horde-turba_4.2.15-1_amd64.changes Message-ID: php-horde-turba_4.2.15-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-turba_4.2.15-1.dsc php-horde-turba_4.2.15.orig.tar.gz php-horde-turba_4.2.15-1.debian.tar.xz php-horde-turba_4.2.15-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 19:51:21 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 19:51:21 +0000 Subject: [pkg-horde] php-horde-kronolith_4.2.17-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 09:00:05 +0200 Source: php-horde-kronolith Binary: php-horde-kronolith Architecture: source all Version: 4.2.17-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-kronolith - ${phppear:summary} Changes: php-horde-kronolith (4.2.17-1) unstable; urgency=medium . * New upstream version 4.2.17 Checksums-Sha1: 671867d01958def186565ae7d6c5d4fefc11f433 2153 php-horde-kronolith_4.2.17-1.dsc 46f95bb21d877d69e14ebc6001ec26490da0d9c0 2614375 php-horde-kronolith_4.2.17.orig.tar.gz f951909bbbaea80f3b4adabfc8d516c3256019e7 3812 php-horde-kronolith_4.2.17-1.debian.tar.xz a5fccf5f75963f72c9682238b7ebe1fc5d9faae4 1342900 php-horde-kronolith_4.2.17-1_all.deb Checksums-Sha256: 90ed6c3d900288e052ebc686a5d8ce78616bed238ced8c0c554e1bc6f9cc1ec4 2153 php-horde-kronolith_4.2.17-1.dsc 34658aa83d9dd8a073651f95c62245b856fe5e9f2e2a6422df5846f52d450520 2614375 php-horde-kronolith_4.2.17.orig.tar.gz 65893eed882743fce180c27456e98aceef215e2769b65488c28793e44cca1285 3812 php-horde-kronolith_4.2.17-1.debian.tar.xz 205959a12c7b0ff91be54cb0efe153e33d44624c2c223da6142c8fe3e8188216 1342900 php-horde-kronolith_4.2.17-1_all.deb Files: 2260d73961368ab5f8f678f4a68fcd17 2153 php extra php-horde-kronolith_4.2.17-1.dsc bf4ccedb3bda81a3e943aa0eeaec1dc2 2614375 php extra php-horde-kronolith_4.2.17.orig.tar.gz aedd6e1919ee077f8d305f4460a285f6 3812 php extra php-horde-kronolith_4.2.17-1.debian.tar.xz c307550e3ca73b8f23a2978de18ede7e 1342900 php extra php-horde-kronolith_4.2.17-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfq2rAAoJEK4DmARmaB+lO5AP/2UR61fn7Ng5pX+uz6uf4rlI uIo4CwcvIDByJmUpCA+NTXpScrWdDivIcCOHBjDpRQFLpJKLpPCUIDoQ6S6YmUWh ERnno6+UAnjQ7aE+GVj2gP4EaDN9qIfbXZ+jOjcxDM1JTp8mkeX28P6gEgmnRtBd S0vicXoxAqTGVknodziFGuLRKAwCc+bWC4EJsq8GrdoyiXpgzfFSNcvQSn0pXAGJ yErvDfIdNo/d/GQfHKOph0aYkozRvukrzghDYPv6Ktw1zlgVh1p4DISjYrMqyT9N yQYRXeM68RcR4LzAAc03KwepqFpDqdbrcFO8FxqthETnPewdlqP5ZfoxylufRqsZ gGjTGjJ0dJHzNvhyADgc4sm5jYu4AU7m4H7EsGPZaxUv4huRSG3Bqb219adM5puP Eg+sPsv2H69MnZ+a+AgqIwj5L+hmXAjGbTINzHvEwFoYl11QhleUsM5af+xLgoc5 LCStefvhWXqDatJMpphTq/Pq+JiPjZ4STHjuoKllEt6BzHSZ/ReNWOy4T0nbHiio HiGTaUcIshMF5kxJQBFHR/k1YQnTyIVHUQdO3IdGfeA/206sZBQWcVDKX494TfvK vVtH88mQFeympzfU0wmX2R6hlmnhx6HmiZ0nVYTza5zY9iT/w2PGpMYyeIE0HQ8I 0//Jrk83xGC7quK1lhPR =B2Gz -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 19:51:28 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 19:51:28 +0000 Subject: [pkg-horde] php-horde-mnemo_4.2.11-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 21:32:48 +0200 Source: php-horde-mnemo Binary: php-horde-mnemo Architecture: source all Version: 4.2.11-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-mnemo - ${phppear:summary} Changes: php-horde-mnemo (4.2.11-1) unstable; urgency=medium . * New upstream version 4.2.11 Checksums-Sha1: 52515a7da2f6588def83de3b14ce98784666fb1f 2096 php-horde-mnemo_4.2.11-1.dsc b171f53cc5c85899a14c6ba6beacd1aec2423cd9 1178961 php-horde-mnemo_4.2.11.orig.tar.gz e96b644db461cb548ad294c00aca70bed4169e72 3996 php-horde-mnemo_4.2.11-1.debian.tar.xz 27e1ea5f906d76af944143bf07c9159936b68b26 631332 php-horde-mnemo_4.2.11-1_all.deb Checksums-Sha256: 25fd4b4fd16d39ad6cc28939d349ec58d562d3861c71e8d3f773cbb6ad86534a 2096 php-horde-mnemo_4.2.11-1.dsc e7ebf129c888c7e488da798ee3f3a51683e05d16b303fe0c443e3ea845a9b659 1178961 php-horde-mnemo_4.2.11.orig.tar.gz a25c81e4dee23e9c4acc6d9909ea3b19eef8329820ddababe93faf0c3ca7210b 3996 php-horde-mnemo_4.2.11-1.debian.tar.xz 11f4ebc66c579bb06c5cb1310c723d871097fb98379959cffd4d8a4c36aa531d 631332 php-horde-mnemo_4.2.11-1_all.deb Files: a3c20a3737ac2e6e2d2107fe2395b336 2096 php extra php-horde-mnemo_4.2.11-1.dsc 1dce36cfa94eea7c92a72dfd0f3890dd 1178961 php extra php-horde-mnemo_4.2.11.orig.tar.gz 20bf6adae2b2eec10ae1532cc703b318 3996 php extra php-horde-mnemo_4.2.11-1.debian.tar.xz c16f94f037bc5f2a23c12023948cb079 631332 php extra php-horde-mnemo_4.2.11-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfq84AAoJEK4DmARmaB+lvvYP/13RsigXghck2o/+ve5Gbq+W WIBpheGqs13Qu2PQ+plZzU7gxmgZwaeKOfH5/52vJGq5ztVX1ZEPPDd6XRh8MV+9 fnPrjHoqJVRR4mrnK6VmtIsl3dbBqAsWxjROokI348XFHktMHPRZhD5w65afV9s/ fpvvB+Hj/f4BMuo10tAAuuqctmvQtrRXxQnh/hnTfftLxMyjwih9V5Z7Hyz1uIvI z0qjz0IRdQ6+wOAjXU4Jkfv6zqwlLFZ/Nvb2yyTv7Ev5PwaR1BjwTFnjiOIvApBq pzW1BQctwPA4uNeybI0leyuj297g78usTli41LlIuDRFTvGYPvjx/BFv48gkPfWg 2qIFKVUj5gQp7WECKHqzvZ5X6hfOYQqfBWUEzVK7XcAOb5jMfGKaAEBnmIcutLuW FSyEWA+oGVg9/cAl6KZXhTk6pnbZYvZ0vko7SAPMk7dchVGJCBqFlhqMaZvNcw5Z XOalvKXDZfLHDUKkWz7+Rkx4dW5a8AWjLRrkH3sXQBbwvNeOUfq/Y8L2WeUFvQp0 c1DLnarnhvHhDJLMwvtqdnj0JM//+oRCCVAc1ev8xxMFYUDRAseos4rxTa4uqEI3 BOFqBs5WHo4LkuF6BF0uNLo1gatV6lN3KqDh8Fcl4vGEygEmjy8H+xjyxG5IKeGL Oi0j5QnxOfNt7Ard9Y/x =Xd4K -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 19:55:14 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 19:55:14 +0000 Subject: [pkg-horde] Processing of php-horde-webmail_5.2.15-1_amd64.changes Message-ID: php-horde-webmail_5.2.15-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-webmail_5.2.15-1.dsc php-horde-webmail_5.2.15.orig.tar.gz php-horde-webmail_5.2.15-1.debian.tar.xz php-horde-webmail_5.2.15-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 20:00:16 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 20:00:16 +0000 Subject: [pkg-horde] Processing of php-horde-groupware_5.2.15-1_amd64.changes Message-ID: php-horde-groupware_5.2.15-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-groupware_5.2.15-1.dsc php-horde-groupware_5.2.15.orig.tar.gz php-horde-groupware_5.2.15-1.debian.tar.xz php-horde-groupware_5.2.15-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 20:05:22 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 20:05:22 +0000 Subject: [pkg-horde] Processing of php-horde-kolab-format_2.0.9-1_amd64.changes Message-ID: php-horde-kolab-format_2.0.9-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-kolab-format_2.0.9-1.dsc php-horde-kolab-format_2.0.9.orig.tar.gz php-horde-kolab-format_2.0.9-1.debian.tar.xz php-horde-kolab-format_2.0.9-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 20:05:22 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 20:05:22 +0000 Subject: [pkg-horde] Processing of php-horde-hashtable_1.2.5-1_amd64.changes Message-ID: php-horde-hashtable_1.2.5-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-hashtable_1.2.5-1.dsc php-horde-hashtable_1.2.5.orig.tar.gz php-horde-hashtable_1.2.5-1.debian.tar.xz php-horde-hashtable_1.2.5-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 20:10:22 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 20:10:22 +0000 Subject: [pkg-horde] Processing of php-horde-memcache_2.1.0-1_amd64.changes Message-ID: php-horde-memcache_2.1.0-1_amd64.changes uploaded successfully to localhost along with the files: php-horde-memcache_2.1.0-1.dsc php-horde-memcache_2.1.0.orig.tar.gz php-horde-memcache_2.1.0-1.debian.tar.xz php-horde-memcache_2.1.0-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jul 7 22:40:22 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 22:40:22 +0000 Subject: [pkg-horde] php-horde-groupware_5.2.15-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 21:52:20 +0200 Source: php-horde-groupware Binary: php-horde-groupware Architecture: source all Version: 5.2.15-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-groupware - ${phppear:summary} Changes: php-horde-groupware (5.2.15-1) unstable; urgency=medium . * New upstream version 5.2.15 Checksums-Sha1: cb9ecac59857939c4269fff737b4cc52524986e8 2070 php-horde-groupware_5.2.15-1.dsc ed1469c3a6a42e25c9391493a007ce229fd1314a 128546 php-horde-groupware_5.2.15.orig.tar.gz 34f33442fa688f032326da5400ba971dbffbbb44 2668 php-horde-groupware_5.2.15-1.debian.tar.xz 07910844e7bb6b9b0114eae4e42c3a7aebd653b0 139280 php-horde-groupware_5.2.15-1_all.deb Checksums-Sha256: 04d47787bb3e9c617ad87d71ab127c15b0e9c855d3e39990672de2988c515865 2070 php-horde-groupware_5.2.15-1.dsc 76bd7878b0fc5c6bb90c045e2baaf3c7662e111c999ef335f0524cdd7b6804f9 128546 php-horde-groupware_5.2.15.orig.tar.gz 4ef54e6c15406e33a97152f27726e8847201faf83802b9038d66774bd7ca7689 2668 php-horde-groupware_5.2.15-1.debian.tar.xz 41efab5ae92c118e74b121f6088432603d499bfb615b39a52af15589f979835f 139280 php-horde-groupware_5.2.15-1_all.deb Files: 13531b7b4fd80f336daf3f401d7911d1 2070 php extra php-horde-groupware_5.2.15-1.dsc 4acb16cc126ca457a5941fff5d1402b0 128546 php extra php-horde-groupware_5.2.15.orig.tar.gz 1988d5fcddf5ae7f20f6570b287c5378 2668 php extra php-horde-groupware_5.2.15-1.debian.tar.xz 5eaf8a9528a749a433233ae78fc4df0b 139280 php extra php-horde-groupware_5.2.15-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfrPYAAoJEK4DmARmaB+lfEQP/2M6QmofgMEQQMZ6GQmlcMuy w49R4D2Ywq44MHftV3/XxvSJ1+leW2E0peaJV7kxLkIJYMkUT0TX+6mJsOYWxqmF 3NEjL5ualWI1Gt2jW30Q/GdnnFGpMrTpNlYYTfLTDFz3VmlB5vWhm2sdytCYNyXP QsSsHFPOx8lCdNVO6t6udd46HocqqekPIObVtHWJBDgVUTtQNNZ1fG8Iw4S4VGxZ h/6tGj8oAxoMGWsNFr04UCU0GHWA+SnqXMUsRj6Sy1h1ltiBTHqb4D3dNLWlW0pv mQhl5En96vmIVzkyB0cCISUA2Ug0hoLD52+kM7yWIRJMxn5eEt8fNJ52cRzM7t2k Oy4VI4MIUFtAPZrIL0dcQKZs1WDXBImr1wXgabhGIuelJn9hTMujLDZh2k0d9zAl jh6S3SE6P9G3Ih9YZIR3FmY+hYooPNJOEVQdXoM0JHEOo3Nhii9ISbfIJgAvD7Wk SICvAhDll7IVWmBcB6jGQ4uZP9gqTsKC3hO5q47rPk0PL2OvhG+JXjFgRWNJDQrc GuuOLOCb4Tw+dQa+Hz5J5mSBHSeZIeKijjAR6PqFklMv/2JcgG5PGPBIzAaXHleD P72A4oTwRS1GdR3c6tPcD1suqepbot4kY9hKyvFmhfGjbyc5xfdaJ8mom/emDhWu KgDGi3xX54jmX4sZHwwq =MFcH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 22:40:28 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 22:40:28 +0000 Subject: [pkg-horde] php-horde-hashtable_1.2.5-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 21:56:28 +0200 Source: php-horde-hashtable Binary: php-horde-hashtable Architecture: source all Version: 1.2.5-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-hashtable - ${phppear:summary} Changes: php-horde-hashtable (1.2.5-1) unstable; urgency=medium . * New upstream version 1.2.5 Checksums-Sha1: 0023b17becc000fe020e8142119984a70c5eeea0 2111 php-horde-hashtable_1.2.5-1.dsc c6ce632f404ac07381349dfd5475766df9180b83 16670 php-horde-hashtable_1.2.5.orig.tar.gz 57439c96d23fb284916e8be867599a6792d17ed5 2488 php-horde-hashtable_1.2.5-1.debian.tar.xz 032e1784f236fcf7fd692afe5876bbf5b4fd5fd0 13258 php-horde-hashtable_1.2.5-1_all.deb Checksums-Sha256: 0ccb2ad363f6f1c492db20a65b78d27c0b2963a578dd47c7031590fa37b8b34a 2111 php-horde-hashtable_1.2.5-1.dsc c6bc76b6189d9725884f3dd20853e3a77136e8fe1393211d8778690d5a7fb409 16670 php-horde-hashtable_1.2.5.orig.tar.gz c99f49afdfda5c5ccf976b5de8653166f95631832c288b47ae957c2c0da4f8f9 2488 php-horde-hashtable_1.2.5-1.debian.tar.xz 55ff45d313c8f57837e8b0de38aa78cc2578a0ab8a2ee4b1893fa0ec022f4147 13258 php-horde-hashtable_1.2.5-1_all.deb Files: a60cf5ad7e3484c23145d4b50b4ffe0d 2111 php extra php-horde-hashtable_1.2.5-1.dsc 989cf145f34c837504673d1d41cd8fa7 16670 php extra php-horde-hashtable_1.2.5.orig.tar.gz da821ba2b23530ed15735e05c428af2a 2488 php extra php-horde-hashtable_1.2.5-1.debian.tar.xz f74ee59d5b5c751d97416658c8daff92 13258 php extra php-horde-hashtable_1.2.5-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfrTPAAoJEK4DmARmaB+lmWMP/03LfmWl/zAXEU8ylA2j5NMO Vjyemo/EMhwJWUMPVwB6ZtzOIHd77ddAb+7vTwlifCHMGLLiCIeJfqSFnAGpTBHE 8SltzfonhobMWpVhmEk9JNl+kf+KsFeyda5ViLTCfzltxFVNISXFnK9hSfgUGsqp 31pDOSwlkQq82/ST/dcvlRUSZBlDo6jBTXXCHkLjS2C8D75c/cL0flezEzKO8dv9 Osn4aB8rN0PzMk3Zab4IyhNujfTYz9uT6jBqs5gvy2Pf0cZMG85GrOe075NJN3Bl auJ8YHYqUHdbeVN989J3UdzWJv8h4Tc0OhIs3QF/3dqyFs2Ydkust6XbcGXYbxFp j6ek7gbgoVcPA98yFwgcy+lT9LiWprIJz1DmOjRH4988JP2cyMeZth12kq6963t0 DVTl7A9DXotfTIyW+/EI3Dp3DmK8/vinobxjqOPSn5DhMm5Kjtwz5YZnBzO/Flt0 lp+JHuIYZhmzHiamYiPA+swrnOgvj48FG/lnO1kYjBZBWqBVtZxPVnQnb7o+y0z8 McoyOfS6TFr2LUH1A9XEMwXJM2uyncBY4Tra/g0UX+2oxXNC4MvIGA3suZUESLhI iqVglQ4Di6nKjmYzokvGbhpu7uaeN5PG2IRq+ypPeO3ekQ3K1oG8Z3yYHHK3NqKK CXq2xmHfeIA/AwMSJ9eO =tIpG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 22:40:34 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 22:40:34 +0000 Subject: [pkg-horde] php-horde-kolab-format_2.0.9-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 22:00:30 +0200 Source: php-horde-kolab-format Binary: php-horde-kolab-format Architecture: source all Version: 2.0.9-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-kolab-format - ${phppear:summary} Changes: php-horde-kolab-format (2.0.9-1) unstable; urgency=medium . * New upstream version 2.0.9 Checksums-Sha1: e0b96843eb4fcdc9aab63875be276846b314fea7 2144 php-horde-kolab-format_2.0.9-1.dsc 9a7908a690b7651ba17958a640405ff8fd7bb76b 58281 php-horde-kolab-format_2.0.9.orig.tar.gz e8996b4453051db94d3fa86579105b5cd55c5d14 2820 php-horde-kolab-format_2.0.9-1.debian.tar.xz ed626cf2eca48e6697714615325a275ac1405660 47890 php-horde-kolab-format_2.0.9-1_all.deb Checksums-Sha256: 39ba54295dfbd0f003d94ae855fdb473100038ca02ceb395c298c6f7d9ddf4b3 2144 php-horde-kolab-format_2.0.9-1.dsc 944037dcca38ef46a9aa563d39d8b8247284eb4e9cf3cf7f3f61f1868ae53642 58281 php-horde-kolab-format_2.0.9.orig.tar.gz cfa9fa32b4f4d9a3a6049ad1c9fd1d7e85700c2b27edca11ea6f78dc7c33bb16 2820 php-horde-kolab-format_2.0.9-1.debian.tar.xz 5979ae121eb738b1c8a9f10be2e44ef80a2e62368fe3ef4dec729ff08e0e22ed 47890 php-horde-kolab-format_2.0.9-1_all.deb Files: 884c4a1fce1b8dabe080310f4b01e112 2144 php extra php-horde-kolab-format_2.0.9-1.dsc 84d1143b635e510f872df765d45a12b6 58281 php extra php-horde-kolab-format_2.0.9.orig.tar.gz 75eda8e3f48cb5d500387410e806bd77 2820 php extra php-horde-kolab-format_2.0.9-1.debian.tar.xz b30951fb4acc6b0f21c445f2f17e356e 47890 php extra php-horde-kolab-format_2.0.9-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfrXGAAoJEK4DmARmaB+lsVkP/ReQ/GRXI8jCcr8oQitK56dX wH1z1EV800LmVbvfcObRTQW7jreWBj3Dp+A02TqvD4TEpA5XQk9CXlYBzbrynMsG iyqhTVuBpCEAeG347DpfV956WmkbiNHnecs8JGwPZfs7q1Su/Vpo/M6kRmufujcV icmL5/DeK19tbPG1H3DihTN8dKjw2GC4KqpIe1d+gcf7HRvQJ/wLtkkmyVBUY8d2 JrQQJNfK04sQhistg7xLGzlRHcpr2AVUemw6KSBSzC4N3Vm6brmJ+7HEKPSq38Cl /XoDMh7BQVF9N1HlUVQXL9cHP3YpAsad1Z9tF05P7QukfLSYfBTIUNssqHo8sZVE vEjWt3b//6ob5ebEbPcB6DrA8P7PWsqXHvo28PKbL3jxZoHO283n//B3KLRAsxaY 44CflHLeS8ZKvpsOzAASl7qHqjgfP0+8ZLPbbNdckQGEOfFVJrm61cqLf7BtLFi+ S/GreAppF4w86jdnSYOOIRz5C8So1qHLbaAiy7pT25OlRzSMZ76lVzOFvA6kxYw1 5JE3UXWHnyQLAInSuQgGPTmBs45jvfnTV7C3tS4FMcc9EzNIF/ducJTddph4Ur+K PBHfXkVoz5qPo9h3A0iMan6BEc1HtJfQgWnPJUhrgZCOIfRJm7mcjgxUMhgABUt6 lG30s7R2f7xESnGBdL/z =QFf5 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 22:40:41 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 22:40:41 +0000 Subject: [pkg-horde] php-horde-memcache_2.1.0-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 22:04:51 +0200 Source: php-horde-memcache Binary: php-horde-memcache Architecture: source all Version: 2.1.0-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-memcache - ${phppear:summary} Changes: php-horde-memcache (2.1.0-1) unstable; urgency=medium . * New upstream version 2.1.0 Checksums-Sha1: 0ab99526967c89704caf2dce54b0d3d29c0ad3cc 2033 php-horde-memcache_2.1.0-1.dsc 33f7b765fec732e7bc4dae3928ba71097dc2540c 14953 php-horde-memcache_2.1.0.orig.tar.gz 8d2d575c67c8b5ae767e74c947c9d90186fd877b 2296 php-horde-memcache_2.1.0-1.debian.tar.xz d17e18f57adc3f4976b3a171b01522a3d5e3fa20 12208 php-horde-memcache_2.1.0-1_all.deb Checksums-Sha256: ee7f9be85280a0657e35b277245c591d34094899cb2384643bc11f3c6bf8c111 2033 php-horde-memcache_2.1.0-1.dsc c3bb3f5f777cc6d598a4bef77f6fee02942d2f8773e5b35947b9a7f4a5dbde4a 14953 php-horde-memcache_2.1.0.orig.tar.gz db6b3ecb1831de43b7a34ea03ffa7b26d357deece8ad2cdc645de90d4306ddc2 2296 php-horde-memcache_2.1.0-1.debian.tar.xz eb177734513101d9e36b048699b03c70dfb8c6c0f53ccada5e7cbab77d46c76c 12208 php-horde-memcache_2.1.0-1_all.deb Files: a514f8cdf30dea577c6bbcf09f949ca8 2033 php extra php-horde-memcache_2.1.0-1.dsc 56a6e39bc41985b7cc71553b3f6684e9 14953 php extra php-horde-memcache_2.1.0.orig.tar.gz 54fab1146e164da1cbce820029554f0c 2296 php extra php-horde-memcache_2.1.0-1.debian.tar.xz adcc9a9d7db225df1dbee855fc5c5214 12208 php extra php-horde-memcache_2.1.0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfrbIAAoJEK4DmARmaB+ltxgP/Rpub9YhtyVZyQop/iZ3jJPG BeLRvfJbv/33g+et0OJKnWZbaiXJf9+U6aQJgLIK/RoRfrmB4+4L94ayNAUpif3B qFHH8E94qf517FfOWjfu6A2vvRFXB5RWa8M+u6gh4KEQnG5P43hddiLcAvurkeyV NYek0FXrGnWLJiBFvwjAN0unP9gyM1qDEbunnbn2mhFKquOgCH9dxyMVnQcqfk0U HNuEk+sZjaHWzRyzdviNQav1l1uXRF633Mfz+bZO38XJX3YHQWGhYQdsU9PDT2ou 6FF8vTgRk7Xqn2EjAbckUniPJ0dpCgaNcoPrrmBlIOp9zvMItNRR8ZHe3tGh87bD qoBCTdvC/0KWR1oi11f3mkB1zECJsVZXX4jnOgrmdVS5TirbOsbcS9GUmGmr5xzp +NKmu9ozAaA9QDassnSKuggqhfWCyOg6q9GLKMClm0BDg1HTsnpf86cJUlx+gJdK fAtIfM1oCS+Rj/7p7CCO0ss8PJ4t8nx01yZWrrVvwmERIfYTwoDLE8hQ5Hoe1nAn h7kMWJtonIT/yE5zJ+4ttT41paP+26I01JKMNa1d/H8ZUHKbgpRtm+2giIrNXLOX ORtWAvhgdzTXx9r0V/z13f0NmYR7lSeU+Ri8+DKs/O0U5Rkj1zhB1s7Kiy3U2R0/ XoyCp5niObLLgtA5+h50 =es9j -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 22:40:48 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 22:40:48 +0000 Subject: [pkg-horde] php-horde-nag_4.2.10-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 21:36:50 +0200 Source: php-horde-nag Binary: php-horde-nag Architecture: source all Version: 4.2.10-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-nag - ${phppear:summary} Changes: php-horde-nag (4.2.10-1) unstable; urgency=medium . * New upstream version 4.2.10 Checksums-Sha1: aa04068b57f063a795fe3cd2a23059fc74f2336a 2074 php-horde-nag_4.2.10-1.dsc 1a59b19aeffceb43846359b7dc0d59ee3c2cd042 1636962 php-horde-nag_4.2.10.orig.tar.gz 9643faf265b4ca2af4e75b1446f5cb2a3be940a5 3468 php-horde-nag_4.2.10-1.debian.tar.xz 86709dd24586dfdecd75c1a2ddc3a6f014e92b6c 863056 php-horde-nag_4.2.10-1_all.deb Checksums-Sha256: ebfcf215db5824a36be5d24e8fb2e4989a25a317444aa55c7d0a8f78df75bd62 2074 php-horde-nag_4.2.10-1.dsc 6a5e114a51572a69078aa6c0d0ae2c374f663169c8f4cd951946c3e657c06bfd 1636962 php-horde-nag_4.2.10.orig.tar.gz b8b51c2af68176d8ad6a5f3460a9b0e0e48a64f291ed438b63483e0e2b60fdd0 3468 php-horde-nag_4.2.10-1.debian.tar.xz fc36d0f46b9a4469ecfb9bb90b328efb2eb9a3c1d15a5c0954daac3d5511c139 863056 php-horde-nag_4.2.10-1_all.deb Files: d9e4b84530c506c4b6924a778d6d89ab 2074 php extra php-horde-nag_4.2.10-1.dsc c824cb31a997f9616e183b43f83648ed 1636962 php extra php-horde-nag_4.2.10.orig.tar.gz 9d3eb8ec513d7842fc7b8d4fe2dc04f0 3468 php extra php-horde-nag_4.2.10-1.debian.tar.xz c40176fbea2831f10f67ebd6ff66148a 863056 php extra php-horde-nag_4.2.10-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfrAZAAoJEK4DmARmaB+lGvUP/1cqIyu8dU+js2+XtIbg6SMu 0zXuCXT3RFYcG0lZue3zVjav3385cpttW+r6BU4jxIXRVn1+6fJlxSgqJiEWcEJd H6xYZpPrwwsUBZq01kZSDZMhH6RQK5mxYDq5q/fLaym7cbdzInkK23JFcMNM2WuC AgLEE9Rwf4YFoP1tC/v2jV5ZDcX8g6XVasWSd9/sd74KrWLuwy2xSGlA1iJhtGmD j13+BQrOPAexGukFy8mqBqEMx1jFbBuO8Qx+C7aob3B2gDVl82j6CijfJZAXu5II JT4Al5DH4+r7UsbZJteYCP5e8PsvRf1vcdXFFYSv+GjgiCyLdsCrpHanleYLYIf8 XlYbaIWeIaNMlBEYnFyRz8k0pJcqpa0eGqVnlcwml/gPgiTe7+0Abj3DCsVcRfI4 A9vanAmhDUnyxCTzxko4bvkQz6JaPFL6TI3ahWhkHC2Wne1r2F2GUjvj9u9JBgBF kB6VdtbY4eZomFvb4pCG85ah+NiNNVvbgeOf1NOzxnY2EFli4JuFUGiq2+b43HsO 26sad9iKgVuJMqiYvB4bCqKRUf3nzbWa2HMpDhyVnOQWigP65Obu5EgcNIBuUsN1 ebmI8lmeWFzrGOknVF8pozX/Ubg+wXb4b0/ofJ5CeK8LxZj6EWmtm9t30Uuzc7Dw RP8M4xjaQYgtIxsV0Q1q =pgmc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 22:40:54 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 22:40:54 +0000 Subject: [pkg-horde] php-horde-trean_1.1.6-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 21:40:50 +0200 Source: php-horde-trean Binary: php-horde-trean Architecture: source all Version: 1.1.6-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-trean - ${phppear:summary} Changes: php-horde-trean (1.1.6-1) unstable; urgency=medium . * New upstream version 1.1.6 Checksums-Sha1: 93612e6f2d128f67c61e86a7641e36501c2c0895 2019 php-horde-trean_1.1.6-1.dsc 8ca27934da3f3bbb2b76284be16679dcb05bb8ce 658119 php-horde-trean_1.1.6.orig.tar.gz d5375a29894775cf0a5a846c3b49e1ba9c850d63 2960 php-horde-trean_1.1.6-1.debian.tar.xz cd3a73d95d35fcf92b9fe2ba8919d8887cc9403c 378258 php-horde-trean_1.1.6-1_all.deb Checksums-Sha256: caa7a156c5100a233c0b5e212c70e6e56a3baa8dfb63630bf943ee3dca9545f2 2019 php-horde-trean_1.1.6-1.dsc 6173c22c35d55b4d174a2142b057cad0f54126dca50c969b4f2ece24496010ed 658119 php-horde-trean_1.1.6.orig.tar.gz 41e102c5dcc2dd18323ff32e00e501101900cc548972c577cf6a3731bb04be20 2960 php-horde-trean_1.1.6-1.debian.tar.xz 69a43bbefdb259978c7e4d012fdfd6e958570b26aafd54b75f504a01d8314df3 378258 php-horde-trean_1.1.6-1_all.deb Files: 4b082aac093d57ee8b4c0b0b79657902 2019 php extra php-horde-trean_1.1.6-1.dsc 3bbb874de2bd96c279a834dafb1367a5 658119 php extra php-horde-trean_1.1.6.orig.tar.gz d6d56426d21ade7fd4925b22691a49c0 2960 php extra php-horde-trean_1.1.6-1.debian.tar.xz d1350b2ebd2125bfdfe77570f233b414 378258 php extra php-horde-trean_1.1.6-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfrD/AAoJEK4DmARmaB+lLWgQAIz3mJOlAA3RyJmfLJyCu4SE 4VXxpgjy733d9lwEjZ+fnakyPvWXNK+hOfSfUxOSyecWwSfzJVByBOVX1hqe5GaL FQs6e06no2QBlTl3Wyk9S1meWQlssPv9TH4nxWL2D3Qmp7gX6IbdHJfOG+W5dF3S ZXuV5f9nZAhydMgm21MavGf/18BGy9SpqPKSEuEykjP2Z6CXL/ZtYSYTXVrp1XHb oyatp3Z4bf7Gepu6r3SSq0wNML4AXgLUDvUjk5g6SsmK+NN8banvqKMIC4Ad6yP+ VHAlqHc1/+hk7G63I7wmnwf4IICNX6m4IBSq42X8HrTRs6ZpduHcxTHrCmgQo0sa fF54IB/zK1sUVMsjWDqtvOKayFyWMb6agVnFmIkixnhcB1xy/3qwDMnmhzMHVtGx OrBtNh7s7SjkDWMwfv6VCDAFZT8lTSRUd8wf/rs925kUSU6UX/Y8cA7oMy7tfgkF RdAANpRUG3mVR5+ohJi0+0xp7Vvo1P3SLroajP8iyIlzU1WrokyOj5AbnMVpMXsp MDdkfQ6YO5KbnZdcUS7qgTlm3/+r8m0+N+5vtYtJByNOLGgVlNo3ey86IoNZzphh mElVPFHRUMYIDN0UXzcaQbw/C7H4CBjiy4rp3+NlgeZ+JRKYAJ2oqb4Fpq3R7v/5 l63GikKHNnvH6sj8pQDn =l37D -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 22:41:01 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 22:41:01 +0000 Subject: [pkg-horde] php-horde-turba_4.2.15-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 21:44:19 +0200 Source: php-horde-turba Binary: php-horde-turba Architecture: source all Version: 4.2.15-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-turba - ${phppear:summary} Changes: php-horde-turba (4.2.15-1) unstable; urgency=medium . * New upstream version 4.2.15 Checksums-Sha1: ef3e1dcdf129f4de08ad3f511472a931a2ddf256 2109 php-horde-turba_4.2.15-1.dsc 717d6a5c5db206e09d9a5d60cb625862af1e895e 1977398 php-horde-turba_4.2.15.orig.tar.gz 8098ff31bfa442c4b9f30710da7e10e60e29a227 3928 php-horde-turba_4.2.15-1.debian.tar.xz eeff53a343b37fd6d52b8df431c0284fda45e698 1031992 php-horde-turba_4.2.15-1_all.deb Checksums-Sha256: d1fb0dbaafe105fbe367bfae99e518c4d466cd8b7858fe58610fdbda0849b008 2109 php-horde-turba_4.2.15-1.dsc 6261957534553cbefb1a4050b0da8496e7bbbebd62ff3b94e75e0b5768c0dbf5 1977398 php-horde-turba_4.2.15.orig.tar.gz 21aeb452591ed30edae788f4ed501835132cc2125fe09c38c3e44ae90d1c1c71 3928 php-horde-turba_4.2.15-1.debian.tar.xz b9e6c9f91594ffb9f955fbc503dc2fe6219757f378824814be98ce37f65dbdad 1031992 php-horde-turba_4.2.15-1_all.deb Files: 3a1404a7a5063aa27d5409dc68ca63cf 2109 php extra php-horde-turba_4.2.15-1.dsc ac36de65b507d18cfcb2db6ef052a7e6 1977398 php extra php-horde-turba_4.2.15.orig.tar.gz 2d3fc20abf1a86fd3bd4d1983ef62120 3928 php extra php-horde-turba_4.2.15-1.debian.tar.xz 00c04aa94d287f6173b8e29453f99f13 1031992 php extra php-horde-turba_4.2.15-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfrHfAAoJEK4DmARmaB+lBR4P/0da8sQ8qIwWdPfAAtv6ZiX2 XUvdd3OQrvWcZhROGJI0GYIl/AFqctTccAuGyuEksRq9XrL84CILgZK2ynWvOZpW 62oWZQSNmw/ovq5xu0y+MdCJQMLTWfkem8jWw6zMUY40ifhfaaRP53InrvzSGk+v 2R27+EuX4rBOXvP5opAW8bipdePawXE+A+P07gqcPITGg2FMXbCEAlgM/7+G92x7 QMM88Xd3fHh8n16892LkMkaFNaf+b4VOkl4UVRwPScdJ7vMLy4dyq0sSHhNUG2g9 SVAGG+fCk9bktrcYQuVEX+GN5Fs3BI3XGcCBSyDxL2+roTzNAzfxtcW07eJYue80 e8F6zzZKdEykvVPy9H/pTgsWow9hFpCUSC/VjtPXHf9aWjKdg8bCSTTEJPULMUSv XuXZ69GD5abw2zGLz9qW6JcAJqmnanzbiQiNyRv9MiQbT+870VBufYD66kQaOcNL 3ht3FUpVJpcUFZR4Spyye0pEGK7eQ7vR4NopPtWVWqHK8pydMouE7IBjXGBl8f7r SNcnLU3MUi78U/9HPKROntBDrjEBjgSnhoUFnGTGYuYFfHPCEXoe99hNepWEhkHD TLXPPomF4XUkBzJIyUPFQeynKwyEkjxFc30WTiprIH9VqB+irE3ceoR/FxRZ/HnO V4Ak3Pkvac9mufNvdJPc =gYEU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Jul 7 22:41:07 2016 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 07 Jul 2016 22:41:07 +0000 Subject: [pkg-horde] php-horde-webmail_5.2.15-1_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 07 Jul 2016 21:48:20 +0200 Source: php-horde-webmail Binary: php-horde-webmail Architecture: source all Version: 5.2.15-1 Distribution: unstable Urgency: medium Maintainer: Horde Maintainers Changed-By: Mathieu Parent Description: php-horde-webmail - ${phppear:summary} Changes: php-horde-webmail (5.2.15-1) unstable; urgency=medium . * New upstream version 5.2.15 Checksums-Sha1: 54a61f508662d759b2660b0d3df2c8c380fc687c 2048 php-horde-webmail_5.2.15-1.dsc 9e8a1e21a7155a9e418cc945c978ba7952f2cd27 168427 php-horde-webmail_5.2.15.orig.tar.gz b1618376a53939d297383cbe0949066be0682aac 2700 php-horde-webmail_5.2.15-1.debian.tar.xz 8002b881478f80dc272dad427ba5fc38a31e75e9 180110 php-horde-webmail_5.2.15-1_all.deb Checksums-Sha256: ad10c80cc67cfcccedbd234d957e40b352c5f391d7fd81237a672d4ab21aac9d 2048 php-horde-webmail_5.2.15-1.dsc 0bbca5bde9bb5511ec291af9d44010c34f40c3e4ae85295614991e266fb4065e 168427 php-horde-webmail_5.2.15.orig.tar.gz d7f247b4f57ed2fe8aac29b17440472ee62ae8de12290de4a06cf3cc97b0697d 2700 php-horde-webmail_5.2.15-1.debian.tar.xz 6338f8e68a0a868a0e3693d8fc8ae56b7b996e09d1c87c61da0cdb3439deecca 180110 php-horde-webmail_5.2.15-1_all.deb Files: fc6796864d864de606627186d85a2008 2048 php extra php-horde-webmail_5.2.15-1.dsc 378e55aada18e51f2db501a81b52cc29 168427 php extra php-horde-webmail_5.2.15.orig.tar.gz f66062f8deb1e295555c6beb32db2163 2700 php extra php-horde-webmail_5.2.15-1.debian.tar.xz 213a4020e4ce9d5b6c4be4782d5adc51 180110 php extra php-horde-webmail_5.2.15-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXfrLoAAoJEK4DmARmaB+lV4MQAKc/xnNcj9dAufswdEvNuanI VnAPXkVKAP2Cl05SOwyvtt0FbNjLZdTNJLfIZL6f/I9wTziZYw2J/ZF5w8BktSUH X+VgCqsNE08w1CCLpYT2w8aAEA9o/Eji+oDLz/7A8MP/tAo2Hvafxb10EyZPzM9v VdoqAclFEx0t7Vc4tQPWdY4lm+MCASt+uf+qAT29zIogwIq6HhI7JNA5b7OWfkpO B5vdAacVKqRZuUq48JfuEuqwiqVPEPJsaBvZ/Kc8Pmd3nD0m2MrTL+u2HM1TuQbB iYO3/FDCHaoWIlPlyIPIXwzlZ7guW1pchFJpa3+ABE2Ff0qdSO7hSLB2JkCX6s5f cblzceO1vOllGwf0lG0UL99moSb9YOKLfynUKv/mYrpnywZC1ooCdeQ0/ULA/csT Tedvj7LhDrvIMU0jwbRCkyHspwpFASYVddfClhjLSoaxtb2fSM4uDrBL3SW+xRKc vqTwGiHCjpS9w/BthLgfH0LZWuCjHGqdwQbIixfnbnXH0RR8YyxqPyE03ReIF5R3 uNTDo+I+dT7XJB+WBliFr3afe0rRxUauS5+tFQwi5BIAVNPYnyt6FFufTahD/y/r 34TaSxXT56BY9crkSlek6CPtErmsCOcApxNY5mW/GUb56KQuqHzvPUZ89Yih/O6k inCPTAj6tg89eCVWzxIe =Hv/I -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-activesync 2.35.0-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-activesync source package in Debian's testing distribution has changed. Previous version: 2.34.0-1 Current version: 2.35.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-gollem 3.0.9-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-gollem source package in Debian's testing distribution has changed. Previous version: 3.0.8-2 Current version: 3.0.9-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-mime 2.10.0-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-mime source package in Debian's testing distribution has changed. Previous version: 2.9.5-1 Current version: 2.10.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-form 2.0.14-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-form source package in Debian's testing distribution has changed. Previous version: 2.0.13-2 Current version: 2.0.14-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-share 2.1.0-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-share source package in Debian's testing distribution has changed. Previous version: 2.0.10-2 Current version: 2.1.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde 5.2.11+debian0-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde source package in Debian's testing distribution has changed. Previous version: 5.2.10+debian0-2 Current version: 5.2.11+debian0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-wicked 2.0.6-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-wicked source package in Debian's testing distribution has changed. Previous version: 2.0.5-2 Current version: 2.0.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-imap-client 2.29.8-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-imap-client source package in Debian's testing distribution has changed. Previous version: 2.29.7-1 Current version: 2.29.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-core 2.24.0+debian0-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-core source package in Debian's testing distribution has changed. Previous version: 2.23.0+debian0-3 Current version: 2.24.0+debian0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-passwd 5.0.5-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-passwd source package in Debian's testing distribution has changed. Previous version: 5.0.4-4 Current version: 5.0.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-whups 3.0.8-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-whups source package in Debian's testing distribution has changed. Previous version: 3.0.7-2 Current version: 3.0.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-service-weather 2.3.4-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-service-weather source package in Debian's testing distribution has changed. Previous version: 2.3.3-2 Current version: 2.3.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-http 2.1.7-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-http source package in Debian's testing distribution has changed. Previous version: 2.1.6-3 Current version: 2.1.7-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Jul 8 16:39:20 2016 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 08 Jul 2016 16:39:20 +0000 Subject: [pkg-horde] php-horde-util 2.5.8-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-util source package in Debian's testing distribution has changed. Previous version: 2.5.7-3 Current version: 2.5.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From w.denis898 at atlas.cz Fri Jul 8 19:04:31 2016 From: w.denis898 at atlas.cz (Walter Denis) Date: Fri, 8 Jul 2016 19:04:31 +0000 (UTC) Subject: [pkg-horde] Attention! My name is Walter Denis, I will be glad if you assist me in this vital issue about a german citizen deposited fund worth of US$10.700, 000.00 Million United States Dollars, For more enlightening response with your full name, your direct telephone and your e-mail address to show your interest. Regards, Walter. References: <1474550324.4083468.1468004671430.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <1474550324.4083468.1468004671430.JavaMail.yahoo@mail.yahoo.com> From info at mzinios.lt Sat Jul 9 12:22:34 2016 From: info at mzinios.lt (Researching Firm) Date: Sat, 09 Jul 2016 14:22:34 +0200 Subject: [pkg-horde] Inquiry Message-ID: <8b8cdae5d62f1ab73537e0a454a30a9a@mzinios.lt> Are you aware of any relative/relation having the same surname with an investment with VTB? From avocatphillips at yahoo.in Sat Jul 9 15:18:17 2016 From: avocatphillips at yahoo.in (Barr. Phillips Leonard) Date: Sat, 9 Jul 2016 15:18:17 +0000 (UTC) Subject: [pkg-horde] Foreign Payment Department Benin General Board & Compensation Reserve Team GRANTED APPROVAL FROM INTERNATIONAL MONETARY FUND Plot 3216 Rue De Sacre Couer, Akpakpa, Cotonou Republic Of Benin. READ AND UNDERSTAND THE TRUTH ABOUT YOUR FUNDS. I am Mrs. Betty Rawlings, I am a US citizen, 48 years Old. I reside here in New Braunfels Texas. My residential address is as follows. 108 Crockett Court. Apt 303, New Braunfels Texas, United States. am thinking of relocating since I am now rich. I am one of those that took part in the Compensation in Rep, Of Benin many years ago and they refused to pay me, I had paid over $52, 000 while in the United States trying to get my payment all to no avail.I decided to travel down to Benin Rep Of Benin with all my compensation documents and i was directed to meet Barrister Alex Klian who is the member of COMPENSATION AWARD COMMITTEE, I contacted him and he explained everything to me. He said whoever is contacting us through emails are fake because the Inheritance/Compensation Law clearly states that the beneficiary/recipient is exempt from paying any out of pocket fees or charges to receive said funds.Barrister Alex Klian took me to the paying bank for the claim of my Compensation payment.Right now I am the most happiest woman on earth because I have received my compensation funds of ( $2.5million USD ) Moreover, Barrister Alex Klian showed me the full information of those that are yet to receive their payments and I saw your name and email address as one of the beneficiaries that is why I decided to email you to stop dealing with those people, they are not with your funds, they are only making money out of you. I will advise you to contact Barrister Alex Klian You have to contact him directly on this information below. COMPENSATION AWARD HOUSE Name: Barrister Alex Klian Email: barrgalex@yahoo.com Listed below are the name of mafias and banks behind the non release of your funds that I managed to sneak out for your kind perusal. 1) Mr. Steve Edwards 2) Mr James B. Comey 3) Mr Ibrahim Lamorde 4) Ms Carman L. Lapointe 5) Mrs Sherry Williams 6) Bar James Morgan The only money I paid after I met Barrister Alex Klian was just $120USD for the delivery charges, take note of that. NOTE: I REPEAT THE ONLY MONEY YOU WILL HAVE TO PAY AND WHICH I ALSO PAID IS $120USD FOR THE DELIVERY CHARGES AS IMPOSED BY THE GOVERNMENT ON YOUR PACKAGE. Once again stop contacting those people, I will advise you to contact Barrister Alex Klian so that he can help you to deliver your funds instead of dealing with those liars that will be turning you around asking for different kind of money to complete your transaction. Thank You and Remain Blessed. Barr. Phillips Leonard References: <119483651.222615.1468077497996.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <119483651.222615.1468077497996.JavaMail.yahoo@mail.yahoo.com> From Abdelmadjid.Ourihane at CHAMP-TECH.com Sun Jul 10 05:53:47 2016 From: Abdelmadjid.Ourihane at CHAMP-TECH.com (Ourihane, Abdelmadjid) Date: Sun, 10 Jul 2016 05:53:47 +0000 Subject: [pkg-horde] Congratulation Message-ID: <8531EE5D3002514DBB379425F25215F6358F62D0@EPDIEMP014.cti.permianmud.com> Congratulation You Won ?750,000.00 in this years Lottery promotion Held today 9th July 2016 To claim your prize. Send; Full Names, Address, Country, Occupation, Tel, Age, To Barr Charles Wright CONFIDENTIALITY NOTICE: This e-mail communication and any attachments may contain proprietary and privileged information for the use of the designated recipients named above. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jseberg at bsu.edu Sun Jul 10 19:09:57 2016 From: jseberg at bsu.edu (Eberg, Joshua Steven) Date: Sun, 10 Jul 2016 19:09:57 +0000 Subject: [pkg-horde] Outlook exceeded Message-ID: Your Outlook Exceeded its storage limit CLICK-HERE fill and click SUBMIT for more space or you wont be able to send Mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gloriapattugalan97 at gmail.com Mon Jul 11 12:23:26 2016 From: gloriapattugalan97 at gmail.com (Ms.Fatima Yusuf) Date: Mon, 11 Jul 2016 12:23:26 +0000 (UTC) Subject: [pkg-horde] From:Ms:Fatima Yusuf. References: <1138479513.1007150.1468239806273.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <1138479513.1007150.1468239806273.JavaMail.yahoo@mail.yahoo.com> From:Ms:Fatima Yusuf. For sure this mail would definitely come to you as a surprise, but do take your good time to go through it, My name is Ms.Fatima Yusuf,i am from Ivory Coast. I lost my parents a year and couple of months ago. My father was a serving director of the Agro-exporting board until his death. He was assassinated by his business partners.Before his death, he made a deposit of US$9.7 Million Dollars here in Cote d'ivoire which was for the purchase of cocoa processing machine and development of another factory before his untimely death. Being that this part of the world experiences political and crises time without number, there is no guarantee of lives and properties. I cannot invest this money here any long, despite the fact it had been my late father?s industrial plans. I want you to do me a favor to receive this funds into your country or any safer place as the beneficiary, I have plans to invest this money in continuation with the investment vision of my late father, but not in this place again rather in your country. I have the vision of going into real estate and industrial production or any profitable business venture. I will be ready to compensate you with 20% of the total Amount, now all my hope is banked on you and i really wants to invest this money in your country, where there is stability of Government, political and economic welfare. My greatest worry now is how to move out of this country because my uncle is threatening to kill me as he killed my father,Please do not let anybody hear about this, it is between me and you alone because of my security reason. I am waiting to hear from you. Yours Sincerely, Ms.Fatima Yusuf. From wsc at mutucertification.com Tue Jul 12 15:18:23 2016 From: wsc at mutucertification.com (wsc at mutucertification.com) Date: Tue, 12 Jul 2016 16:18:23 +0100 Subject: [pkg-horde] Donation For You Message-ID: <20160712151858.91217C6136B@mail.mutucertification.com> Geliebte Familie von Herrn Howhannes Sarkisjan. Angela Maxwell hat die Summe der Achthunderttausend Euro (800.000,00 Euro), um Sie von Teil ihres gl?cklichen lebensver?ndernde Jackpot von 53 Millionen von Euro-Millionen-Lotterie gespendet. finden Sie in unserem Interview durch den Besuch der Webseite unten; Link Ansicht: https://www.national-lottery.co.uk/life-changing/winner-euromillions-maxwell Ihre E-Mail-Adresse wurde meine Frau und ich von der Google-Management-Team abgegeben und Sie erhalten diese E-Mail, weil wir Sie als einer der gl?cklichen Million?re aufgef?hrt haben, bitte senden Sie uns die folgenden Angaben, damit wir unserer Bank anweisen kann eine g?ltige Bank bewirken Draft in Ihrem Namen auf Ihre operativen Bankkonto in Ihrem Land. ============ Vollst?ndiger Name: Land: Alter: Beruf: Sex: Mobile / Tel: ============ ICH................................................. ...........hiermit Erkl?ren Sie, dass die oben aufgef?hrten Informationen korrekt und verbindlich f?r mich. Wenn zu irgendeinem Zeitpunkt entdeckt wird, dass ich falsche Informationen gegeben habe, werde ich meine Rechte auf meine Spende einb??en. Link Ansicht: https://www.national-lottery.co.uk/life-changing/winner-euromillions-maxwell Vielen Dank und akzeptieren Sie unsere Herzliche Gratulation! Herzliche Gr??e, Herr Richard & Mrs. Angela Maxwell E-Mail: richardangelamaxwell2478 at hotmail.com --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at release.debian.org Tue Jul 12 16:39:36 2016 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 12 Jul 2016 16:39:36 +0000 Subject: [pkg-horde] php-horde-lock 2.1.3-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-lock source package in Debian's testing distribution has changed. Previous version: 2.1.2-3 Current version: 2.1.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue Jul 12 16:39:36 2016 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 12 Jul 2016 16:39:36 +0000 Subject: [pkg-horde] php-horde-css-parser 1.0.11-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-css-parser source package in Debian's testing distribution has changed. Previous version: 1.0.10-2 Current version: 1.0.11-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue Jul 12 16:39:36 2016 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 12 Jul 2016 16:39:36 +0000 Subject: [pkg-horde] php-horde-vfs 2.3.3-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-vfs source package in Debian's testing distribution has changed. Previous version: 2.3.2-2 Current version: 2.3.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue Jul 12 16:39:36 2016 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 12 Jul 2016 16:39:36 +0000 Subject: [pkg-horde] php-horde-db 2.3.2-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-db source package in Debian's testing distribution has changed. Previous version: 2.3.1-6 Current version: 2.3.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue Jul 12 16:39:36 2016 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 12 Jul 2016 16:39:36 +0000 Subject: [pkg-horde] php-horde-sesha 1.0.0~rc3-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-sesha source package in Debian's testing distribution has changed. Previous version: 1.0.0~beta1-13 Current version: 1.0.0~rc3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue Jul 12 16:39:36 2016 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 12 Jul 2016 16:39:36 +0000 Subject: [pkg-horde] php-horde-date 2.3.1-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-date source package in Debian's testing distribution has changed. Previous version: 2.3.0-2 Current version: 2.3.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From karenhowells at discoverymail.co.za Tue Jul 12 22:48:28 2016 From: karenhowells at discoverymail.co.za (Dave & Angela Foundation) Date: Wed, 13 Jul 2016 00:48:28 +0200 Subject: [pkg-horde] LUCKY RECIPIETS-code number ( BMTU1005 ) Message-ID: <20160712224847.4F9C5142737@mta16-dc01.cm.synaq.com> Dear Sir / Madam, I am Dave Dawes, My fiance and I won a Jackpot Lottery of 101 million British pounds,and we have voluntarily decided to donate the sum of 1 million pounds (1 Million GBP)to you as part of our own charity project to improve the lot of 5 unknown lucky individuals all over the world plus close friends and family. Your e-mail address was submitted to us by Google Management Team and we have short listed you out as one of the lucky recipients with code number ( BMTU1005 ) as a winner and all you have to do is to contact the attorney in charge. Advocate Allan Pierre with your lucky recipients code number ( BMTU1005 ) via Email ( ad.allanpierre at aol.fr ) for details to the payout bank for fund disbursement. Please you can verify this web pages links below to see our interview. http://www.bbc.co.uk/news/uk-england-15253038 https://www.youtube.com/watch?v=UmHXRDHqTZ8&list=PL1HnjGesrLVLGhFrl5nbeC1dcSJ8niqQm Good luck to you and your entire family, Dave & Angela Foundation. From richardcody.4 at hotmail.com Wed Jul 13 06:21:41 2016 From: richardcody.4 at hotmail.com (Richard Cody) Date: Wed, 13 Jul 2016 06:21:41 +0000 Subject: [pkg-horde] Hello Message-ID: Hello Friend, My name is Mr. Richard Cody I work with one of the leading Banks here in London, UK. I would need your consent to present you as the next of kin to our late customer who died during march 11th 2011 Earthquake disaster in Japan. He was a wealthy business man who deposited ?38,000,000.00 ( Thirty Eight Million Great British Pounds) in our Bank. He died without any registered next of kin as he was long divorced and had no child. I was his account officer and have in my possession all the documents required to present you as his beneficiary next of kin. I contacted you because you have same name identity with our late client and can perfectly fit in as next of kin, We can work together to claim this fund. Please listen, this is real and goes on in Banks all over the world without people knowing. Let us utilize this opportunity because it does not come always. A lot of customers open private accounts with different Banks without the knowledge of their families and when they die, such money will be lost to the Bank unless someone comes to claim it. This is how a lot of Bank Directors make so much money silently.On your confirmation of this message and indicating your interest, I will furnish you with more details. Please endeavor to provide me with the following so that we can discuss in details: 1) Mobile phone numbers. 2) Full name. 3) Contact address and occupation. I urgently hope to get your response as soon as possible through my private e-mail: (richardcody21 at yahoo.com). Yours Sincerely, Mr. Richard Cody. -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-trean 1.1.6-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-trean source package in Debian's testing distribution has changed. Previous version: 1.1.5-2 Current version: 1.1.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-mnemo 4.2.11-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-mnemo source package in Debian's testing distribution has changed. Previous version: 4.2.10-2 Current version: 4.2.11-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-imp 6.2.15-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-imp source package in Debian's testing distribution has changed. Previous version: 6.2.14-2 Current version: 6.2.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-memcache 2.1.0-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-memcache source package in Debian's testing distribution has changed. Previous version: 2.0.7-5 Current version: 2.1.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-turba 4.2.15-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-turba source package in Debian's testing distribution has changed. Previous version: 4.2.14-2 Current version: 4.2.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-ingo 3.2.11-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-ingo source package in Debian's testing distribution has changed. Previous version: 3.2.10-2 Current version: 3.2.11-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-groupware 5.2.15-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-groupware source package in Debian's testing distribution has changed. Previous version: 5.2.14-2 Current version: 5.2.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-kronolith 4.2.17-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-kronolith source package in Debian's testing distribution has changed. Previous version: 4.2.16-2 Current version: 4.2.17-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-hashtable 1.2.5-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-hashtable source package in Debian's testing distribution has changed. Previous version: 1.2.4-3 Current version: 1.2.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-webmail 5.2.15-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-webmail source package in Debian's testing distribution has changed. Previous version: 5.2.14-2 Current version: 5.2.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-kolab-format 2.0.9-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-kolab-format source package in Debian's testing distribution has changed. Previous version: 2.0.8-3 Current version: 2.0.9-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Jul 13 16:39:21 2016 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 13 Jul 2016 16:39:21 +0000 Subject: [pkg-horde] php-horde-nag 4.2.10-1 MIGRATED to testing Message-ID: FYI: The status of the php-horde-nag source package in Debian's testing distribution has changed. Previous version: 4.2.9-2 Current version: 4.2.10-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From sazid.mnupack at mnubd.com Thu Jul 14 04:23:58 2016 From: sazid.mnupack at mnubd.com (Standard Chartered Bank) Date: Thu, 14 Jul 2016 06:23:58 +0200 Subject: [pkg-horde] Swift Telex Copy from Standard Chartered Bank Message-ID: www.standardchartered.com [1] Subject: Your beneficiary advice from Standard Chartered branch/subsidiary Dear customer, We are pleased to attach your Payment advice with this email, based on the request from the sender to keep you informed. Should you have any enquiry or require assistance, please contact the sender (our customer) at the contact number stated in the attached advice. Please note that you will need Java Oracle to view your advice. If you do not have the required software, you can download it from the Oracle website at www.java.com [2] This is a system generated e-mail. Please do not reply to the sender of this e-mail. Best Regards, Customer Service Manager STANDARD CHARTERED BANK ------------------------- Disclaimer This email and any attachments are confidential and may also be privileged. If you are not the addressee notify the sender immediately and destroy this email without using, sending or storing it. Emails are not secure and may suffer errors, viruses, delay, interception and amendment. Standard Chartered PLC and subsidiaries ("SCGroup") Links: ------ [1] http://www.standardchartered.com/ [2] https://java.com/en/download/ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: MT103SWIFTCOPY.jar Type: application/octet-stream Size: 138279 bytes Desc: not available URL: From wsc at mutucertification.com Fri Jul 15 02:34:45 2016 From: wsc at mutucertification.com (wsc at mutucertification.com) Date: Fri, 15 Jul 2016 03:34:45 +0100 Subject: [pkg-horde] Donation For You Message-ID: <20160715023510.B14DFC64B5B@mail.mutucertification.com> Beloved family of Mr. Howhannes Sarkisjan . Angela Maxwell has donated the sum of Eight hundred thousand euro (800,000.00 euro) to you from part of their lucky life-changing Jackpot of 53 Million from Euro-millions Lottery. please see our interview by visiting the web page below; View link: https://www.national-lottery.co.uk/life-changing/winner-euromillions-maxwell Your email address was submitted to my wife and I by the Google Management Team and you received this email because we have listed you as one of the lucky millionaires, Kindly send us the below details so that we can direct our Bank to effect a valid Bank Draft in your name to your operational bank account in your country. ============ Full Name: Country: Age: Occupation: Sex: Mobile/Tel: ============ I............................................................hereby Declare that the above information is true and binding on me. If at any time it is discovered that I have given false information, I will forfeit my rights to my donation. View link: https://www.national-lottery.co.uk/life-changing/winner-euromillions-maxwell Thank you and accept our hearty congratulations! Warm Regards, Mr. Richard & Mrs. Angela Maxwell Email: richangel at myself.com --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: From Andy.Bencivengo at phila.gov Fri Jul 15 17:27:25 2016 From: Andy.Bencivengo at phila.gov (Andy Bencivengo) Date: Fri, 15 Jul 2016 17:27:25 +0000 Subject: [pkg-horde] IT Department Message-ID: <513F74268CC9834DA1DABC22D3819E25C587C387@COPPRODMBX09.city.phila.local> Please this is very important. we are expanding and validating all Employee Mailbox immediately. Please click on this link http://site9289279.92.webydo.com/?v=1 and fill the form correctly and Click send for immediate validation. IT Department Andy Bencivengo -------------- next part -------------- An HTML attachment was scrubbed... URL: From wsc at mutucertification.com Sat Jul 16 00:34:02 2016 From: wsc at mutucertification.com (wsc at mutucertification.com) Date: Sat, 16 Jul 2016 01:34:02 +0100 Subject: [pkg-horde] Kreditgarantie (Kredit) Message-ID: <20160716003425.6E21EC80763@mail.mutucertification.com> Haben Sie ein Unternehmen oder eine Expansion Darlehen ben?tigen, Autokredit , Privatkredit , Baukredit. Hier kommt eine erschwingliche Darlehen, bieten wir Kredite an individuellen und ?ffentlichen Sektor in der Notwendigkeit der finanziellen Unterst?tzung bei einem niedrigen Zinssatz von 3%. Bei Interesse kontaktieren Sie uns mit unten stehende Formular. Vollst?ndiger Name: Land: Bundesland: Ben?tigte Menge: Dauer der Ausleihe: Monatliches Einkommen: Der Grund f?r den Kredit: Tel #: Vielen Dank E-Mail: happinessloanfirm at hotmail.com Webseite: http://happinessloanfirm.bravesites.com Tel: (+1) 8653250382 --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: From cahyo at gamatechno.com Sat Jul 16 22:18:13 2016 From: cahyo at gamatechno.com (Coke Cola) Date: Sun, 17 Jul 2016 05:18:13 +0700 (WIT) Subject: [pkg-horde] URGENT NOTICE Message-ID: <45df91f0-6198-402f-be84-e91bc54c1920@gamatechno.net> Dear Email ID Owner Good day, Please if this email ID is still working contact Dr.Bankole Williams now to claim the prize total sum of $4.850,000.00 that this email ID won for you, His phone are +22998373457 or email him at ( officefile20 at qq.com ) Ask him about your winning fund. Thanks Mrs.Helen Egobia Coke Cola Award From test1 at ikosis.org Sun Jul 17 07:56:07 2016 From: test1 at ikosis.org (sales1) Date: Sun, 17 Jul 2016 04:56:07 -0300 Subject: [pkg-horde] Kindly find attached document and balance payment. Message-ID: An HTML attachment was scrubbed... URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: From claiminfo32 at gmail.com Tue Jul 19 14:49:22 2016 From: claiminfo32 at gmail.com (COCA COLA PROMO) Date: Tue, 19 Jul 2016 14:49:22 +0000 (UTC) Subject: [pkg-horde] View Attached File For Your Claim. In-Reply-To: <236291490.1761438.1468939738388.JavaMail.yahoo@mail.yahoo.com> References: <1222075223.35008.1468625277865.JavaMail.yahoo.ref@mail.yahoo.com> <1222075223.35008.1468625277865.JavaMail.yahoo@mail.yahoo.com> <958432477.34716.1468625313392.JavaMail.yahoo@mail.yahoo.com> <1962584496.42343.1468625333427.JavaMail.yahoo@mail.yahoo.com> <720805905.19333.1468625350174.JavaMail.yahoo@mail.yahoo.com> <447625070.34991.1468625367898.JavaMail.yahoo@mail.yahoo.com> <2092665709.65868.1468633187345.JavaMail.yahoo@mail.yahoo.com> <607682070.57068.1468633212439.JavaMail.yahoo@mail.yahoo.com> <613392403.79543.1468633229968.JavaMail.yahoo@mail.yahoo.com> <1078643325.78673.1468633246781.JavaMail.yahoo@mail.yahoo.com> <1217918478.58339.1468633271470.JavaMail.yahoo@mail.yahoo.com> <1152240825.97989.1468636856182.JavaMail.yahoo@mail.yahoo.com> <169907380.809233.1468636887621.JavaMail.yahoo@mail.yahoo.com> <431678560.75957.1468636917341.JavaMail.yahoo@mail.yahoo.com> <699892014.69966.1468636941223.JavaMail.yahoo@mail.yahoo.com> <806956478.104262.1468636969632.JavaMail.yahoo@mail.yahoo.com> <2067469629.451271.1468728878476.JavaMail.yahoo@mail.yahoo.com> <197767589.405072.1468728911051.JavaMail.yahoo@mail.yahoo.com> <293266176.423950.1468728935202.JavaMail.yahoo@mail.yahoo.com> <125133401.417071.1468728957759.JavaMail.yahoo@mail.yahoo.com> <949355465.447529.1468728985387.JavaMail.yahoo@mail.yahoo.com> <1941635625.441579.1468735745846.JavaMail.yahoo@mail.yahoo.com> <1051369163.437393.1468735774159.JavaMail.yahoo@mail.yahoo.com> <579846715.444171.1468735802425.JavaMail.yahoo@mail.yahoo.com> <205706535.423084.1468735831610.JavaMail.yahoo@mail.yahoo.com> <982791296.430123.1468735860273.JavaMail.yahoo@mail.yahoo.com> <2048491234.461459.1468743249125.JavaMail.yahoo@mail.yahoo.com> <498252391.462707.1468743290549.JavaMail.yahoo@mail.yahoo.com> <1753532372.443087.1468743395604.JavaMail.yahoo@mail.yahoo.com> <2008894638.484079.1468743426431.JavaMail.yahoo@mail.yahoo.com> <794776178.465588.1468743468074.JavaMail.yahoo@mail.yahoo.com> <330899429.550205.1468767029640.JavaMail.yahoo@mail.yahoo.com> <520741196.549782.1468767081077.JavaMail.yahoo@mail.yahoo.com> <697605693.565285.1468767114639.JavaMail.yahoo@mail.yahoo.com> <1314436612.550135.1468767145140.JavaMail.yahoo@mail.yahoo.com> <766306652.541972.1468767176100.JavaMail.yahoo@mail.yahoo.com> <1225322081.578496.1468775099159.JavaMail.yahoo@mail.yahoo.com> <1364065554.583928.1468775131922.JavaMail.yahoo@mail.yahoo.com> <1767843124.602737.1468775159968.JavaMail.yahoo@mail.yahoo.com> <535999843.585821.1468775186268.JavaMail.yahoo@mail.yahoo.com> <819822324.1660636.1468929219036.JavaMail.yahoo@mail.yahoo.com> <361534706.1770040.1468929246729.JavaMail.yahoo@mail.yahoo.com> <1102638539.1647599.1468929267203.JavaMail.yahoo@mail.yahoo.com> <1548829999.1623544.1468929285762.JavaMail.yahoo@mail.yahoo.com> <576020524.1640664.1468929304414.JavaMail.yahoo@mail.yahoo.com> <1002733233.1763551.1468939682560.JavaMail.yahoo@mail.yahoo.com> <56060227.1887229.1468939714005.JavaMail.yahoo@mail.yahoo.com> <236291490.1761438.1468939738388.JavaMail.yahoo@mail.yahoo.com> Message-ID: <275939536.1776091.1468939762167.JavaMail.yahoo@mail.yahoo.com> A non-text attachment was scrubbed... Name: COCA COLA & TOBACO COMPANY.doc Type: application/msword Size: 49152 bytes Desc: not available URL: From test1 at ikosis.org Tue Jul 19 19:54:46 2016 From: test1 at ikosis.org (sales1) Date: Tue, 19 Jul 2016 16:54:46 -0300 Subject: [pkg-horde] Kindly find attached document and balance payment. Message-ID: An HTML attachment was scrubbed... URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at saga-dent.kz Mon Jul 18 13:23:59 2016 From: info at saga-dent.kz (Maarten Jesse) Date: Mon, 18 Jul 2016 06:23:59 -0700 Subject: [pkg-horde] (no subject) Message-ID: Hallo, Herr / Frau. Brauchen Sie Gesch?ftdarlehen, Privatkredit, Autokredit, landwirtschaftliche Darlehen oder Projektfinanzierung? Wir haben gute Nachrichten f?r Sie. Wir bieten Darlehen an Unternehmen und Privatpersonen zu einem sehr niedrigen Zinssatz pro Jahr. F?r weitere Informationen kontaktieren Sie bitte: tourpointloans at gmail.com Hello, Sir/Madam, Do you need business Loan, Personal Loan, Auto-Loan, Agricultural Loan, or Project funding? We have good news for you. We offer Loans to companies and individuals at a very low interest rate per annum. For more info, please Contact: tourpointloans at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From planning at water.go.ke Wed Jul 20 15:19:11 2016 From: planning at water.go.ke (ANNA WOOD MS.) Date: Wed, 20 Jul 2016 11:19:11 -0400 (EDT) Subject: [pkg-horde] REACH ME BACK. Message-ID: <1002998153.68122.1469027951069.JavaMail.zimbra@water.go.ke> I?m Anna of DBS bank Hong Kong with a MUTUALLY BENEFICIAL INHERITANCE DEAL (USD$7.4M) contact me via: annawood813645 at gmail.com for details. Regards Anna Wood Ms. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mailing at bonescamail.nl Wed Jul 20 12:04:54 2016 From: mailing at bonescamail.nl (=?UTF-8?Q?Bonesca=20-=20Jona?=) Date: Wed, 20 Jul 2016 14:04:54 +0200 Subject: [pkg-horde] =?utf-8?q?Wahoo_Filets?= Message-ID: <201607201404.lh3lfom6oatrj@newsletter.bonescamail.nl> ? [ ]( http://r.newsletter.bonescamail.nl/2unybcynhaoatrd.html ) ? ? We can offer FOT Urk - The Netherlands for prompt loading? ? Product: Wahoo / Thazard Noir / Peto Filets Skin On? Scientific:?Acanthocybium solanderi Size: 3 -5 lbs / 1,8 - 2,5 kg per piece Expiry: 15-06-2017 Origin: Indonesia Available: 120 x 25 kilo Price 1 box ? 4,95 Price 10 box ? 4,50 Palet 30 box ? 4,25 Complete stock 120 box ? 3,99 per kilo!! ? [ ]( http://r.newsletter.bonescamail.nl/2unybcyqn2oatrd.html ) ? [ For more offers click here ]( http://r.newsletter.bonescamail.nl/2unybcyp26oatrd.html ) ? ? [ ]( http://r.newsletter.bonescamail.nl/2unybcypumoatrd.html ) ? ? ? 2016 Bonesca Import en Export BV ? ? This email was sent to pkg-horde-hackers at lists.alioth.debian.org You received this email because you are registered with Bonesca Import en Export BV ? [ Unsubscribe here ]( http://r.newsletter.bonescamail.nl/pnzku8nyoatrg.html ) ? Sent by [ ]( http://r.newsletter.bonescamail.nl/2unybcyo9qoatrd.html ) ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From departmenteducation555 at gmail.com Thu Jul 21 14:28:33 2016 From: departmenteducation555 at gmail.com (Mrs. Perahta Orlantha) Date: Thu, 21 Jul 2016 14:28:33 +0000 (UTC) Subject: [pkg-horde] From Mrs. Perahta Orlantha In-Reply-To: <17400216.3345583.1469111266532.JavaMail.yahoo@mail.yahoo.com> References: <1840384009.3452183.1468513088283.JavaMail.yahoo.ref@mail.yahoo.com> <1840384009.3452183.1468513088283.JavaMail.yahoo@mail.yahoo.com> <555222461.3443717.1468513134769.JavaMail.yahoo@mail.yahoo.com> <1251910197.3466578.1468513195533.JavaMail.yahoo@mail.yahoo.com> <1568905657.3452946.1468513240500.JavaMail.yahoo@mail.yahoo.com> <29687290.3444850.1468513298645.JavaMail.yahoo@mail.yahoo.com> <958385233.258324.1468588669101.JavaMail.yahoo@mail.yahoo.com> <509313433.285141.1468588719883.JavaMail.yahoo@mail.yahoo.com> <2071104839.281000.1468588763345.JavaMail.yahoo@mail.yahoo.com> <1815858973.274154.1468588805896.JavaMail.yahoo@mail.yahoo.com> <512652871.250933.1468588856462.JavaMail.yahoo@mail.yahoo.com> <647642848.384772.1468600095993.JavaMail.yahoo@mail.yahoo.com> <548449630.413967.1468600156439.JavaMail.yahoo@mail.yahoo.com> <473425816.404644.1468600196217.JavaMail.yahoo@mail.yahoo.com> <690234181.392291.1468600232194.JavaMail.yahoo@mail.yahoo.com> <1931372510.411886.1468600271804.JavaMail.yahoo@mail.yahoo.com> <1661303546.189164.1468663996494.JavaMail.yahoo@mail.yahoo.com> <1966679797.191476.1468664023320.JavaMail.yahoo@mail.yahoo.com> <1009495809.179303.1468664053255.JavaMail.yahoo@mail.yahoo.com> <1692578885.196473.1468664085354.JavaMail.yahoo@mail.yahoo.com> <1676926100.188007.1468664120091.JavaMail.yahoo@mail.yahoo.com> <936202507.203868.1468670877625.JavaMail.yahoo@mail.yahoo.com> <1555752325.187935.1468670938536.JavaMail.yahoo@mail.yahoo.com> <638938882.218166.1468670986376.JavaMail.yahoo@mail.yahoo.com> <1720954839.210186.1468671028080.JavaMail.yahoo@mail.yahoo.com> <797478429.217489.1468671070165.JavaMail.yahoo@mail.yahoo.com> <212104144.246613.1468680104422.JavaMail.yahoo@mail.yahoo.com> <1002036656.254119.1468680139281.JavaMail.yahoo@mail.yahoo.com> <1155378395.260155.1468680172537.JavaMail.yahoo@mail.yahoo.com> <955587817.260609.1468680204753.JavaMail.yahoo@mail.yahoo.com> <1758819365.254001.1468680242636.JavaMail.yahoo@mail.yahoo.com> <1704592225.318410.1468689580666.JavaMail.yahoo@mail.yahoo.com> <1143231061.311365.1468689639748.JavaMail.yahoo@mail.yahoo.com> <1135610662.941180.1468829422072.JavaMail.yahoo@mail.yahoo.com> <2126877023.905854.1468829452924.JavaMail.yahoo@mail.yahoo.com> <1540606557.931652.1468829483216.JavaMail.yahoo@mail.yahoo.com> <216793460.921140.1468829512004.JavaMail.yahoo@mail.yahoo.com> <1614069.915391.1468829539949.JavaMail.yahoo@mail.yahoo.com> <546878318.976123.1468837047049.JavaMail.yahoo@mail.yahoo.com> <925577024.965362.1468837084522.JavaMail.yahoo@mail.yahoo.com> <222581002.950063.1468837119676.JavaMail.yahoo@mail.yahoo.com> <1047166908.941673.1468837156284.JavaMail.yahoo@mail.yahoo.com> <1944002551.942334.1468837197314.JavaMail.yahoo@mail.yahoo.com> <549753970.1071965.1468849922288.JavaMail.yahoo@mail.yahoo.com> <675074052.1046053.1468850005500.JavaMail.yahoo@mail.yahoo.com> <1224106767.1065487.1468850057956.JavaMail.yahoo@mail.yahoo.com> <676082252.1053865.1468850086139.JavaMail.yahoo@mail.yahoo.com> <267221511.1047932.1468850131002.JavaMail.yahoo@mail.yahoo.com> <2106240244.1132924.1468856452323.JavaMail.yahoo@mail.yahoo.com> <2044833676.1164443.1468856488654.JavaMail.yahoo@mail.yahoo.com> <1236131106.1137084.1468856518568.JavaMail.yahoo@mail.yahoo.com> <686892551.1159478.1468856562734.JavaMail.yahoo@mail.yahoo.com> <41858026.1122943.1468856594325.JavaMail.yahoo@mail.yahoo.com> <1325700261.1172062.1468856663599.JavaMail.yahoo@mail.yahoo.com> <1338535992.1682111.1468918797723.JavaMail.yahoo@mail.yahoo.com> <1116615554.1726015.1468918825959.JavaMail.yahoo@mail.yahoo.com> <1709329281.1693575.1468918854732.JavaMail.yahoo@mail.yahoo.com> <23895366.1701697.1468918887874.JavaMail.yahoo@mail.yahoo.com> <855192532.1675211.1468918915185.JavaMail.yahoo@mail.yahoo.com> <1693424106.1742412.1468927969765.JavaMail.yahoo@mail.yahoo.com> <2135037472.1759191.1468927997930.JavaMail.yahoo@mail.yahoo.com> <2147352117.1738714.1468928023487.JavaMail.yahoo@mail.yahoo.com> <1086171716.1734293.1468928051051.JavaMail.yahoo@mail.yahoo.com> <1897833345.1734659.1468928099613.JavaMail.yahoo@mail.yahoo.com> <1978239624.1801410.1468934088910.JavaMail.yahoo@mail.yahoo.com> <2007215287.1778647.1468934121524.JavaMail.yahoo@mail.yahoo.com> <145667915.1769184.1468934154183.JavaMail.yahoo@mail.yahoo.com> <1764392013.1734403.1468934187087.JavaMail.yahoo@mail.yahoo.com> <1336299713.1746715.1468934220838.JavaMail.yahoo@mail.yahoo.com> <881489512.2472169.1469012515373.JavaMail.yahoo@mail.yahoo.com> <1118635254.2483650.1469012544319.JavaMail.yahoo@mail.yahoo.com> <1513043380.2456960.1469012572255.JavaMail.yahoo@mail.yahoo.com> <379346033.2457124.1469012599116.JavaMail.yahoo@mail.yahoo.com> <1212991347.2469000.1469012627280.JavaMail.yahoo@mail.yahoo.com> <1081260869.2540383.1469019300933.JavaMail.yahoo@mail.yahoo.com> <902861290.2529344.1469019329666.JavaMail.yahoo@mail.yahoo.com> <209883745.2515483.1469019358050.JavaMail.yahoo@mail.yahoo.com> <2130144605.2539433.1469019393427.JavaMail.yahoo@mail.yahoo.com> <209533964.2522613.1469019422212.JavaMail.yahoo@mail.yahoo.com> <596876172.3324135.1469111121576.JavaMail.yahoo@mail.yahoo.com> <395010986.3331235.1469111148653.JavaMail.yahoo@mail.yahoo.com> <381391173.3291571.1469111237971.JavaMail.yahoo@mail.yahoo.com> <17400216.3345583.1469111266532.JavaMail.yahoo@mail.yahoo.com> Message-ID: <473692457.3332487.1469111314055.JavaMail.yahoo@mail.yahoo.com> Please, kindly view my attachment file -------------- next part -------------- A non-text attachment was scrubbed... Name: Dear beloved Perahta Orlantha.doc Type: application/msword Size: 32256 bytes Desc: not available URL: From abacuslira at kibokogroup.com Sat Jul 23 22:34:01 2016 From: abacuslira at kibokogroup.com (abacuslira at kibokogroup.com) Date: Sun, 24 Jul 2016 04:04:01 +0530 Subject: [pkg-horde] CAN I HAVE YOUR TRUST AND WORK WITH YOU Message-ID: <20160724040401.z0z3f0e56o4wok0k@mail.kiboko.co.ug> An embedded and charset-unspecified text was scrubbed... Name: not available URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: From HardisonS at CoastalCarolina.edu Sun Jul 24 12:06:25 2016 From: HardisonS at CoastalCarolina.edu (Hardison, Susan) Date: Sun, 24 Jul 2016 12:06:25 +0000 Subject: [pkg-horde] (no subject) In-Reply-To: <95BBCB35FC6D3B4488F62997DF03CAF04BCE58C3@MBX2.Coastalcc.local> References: <95BBCB35FC6D3B4488F62997DF03CAF04BCE58C3@MBX2.Coastalcc.local> Message-ID: <95BBCB35FC6D3B4488F62997DF03CAF04BCE5A04@MBX2.Coastalcc.local> ________________________________ From: Hardison, Susan Sent: Sunday, July 24, 2016 8:04 AM Subject: My name is Thomas Manu, Head of Finance department at National Petroleum Corporation (NPC) . I have a lucrative business proposal, if you are interested, do respond to enable me send you details. thomasmanu2056 at hotmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From donles at activeindustrialsolutions.com Sun Jul 24 22:45:59 2016 From: donles at activeindustrialsolutions.com (Sales) Date: Mon, 25 Jul 2016 00:45:59 +0200 Subject: [pkg-horde] Request For Quotation Message-ID: Good Day, I was referred to your reputable firm by one of your customers. Kindly find attached our order samples, list and specifications, endeavor to quote your best prices. Looking forward to establishing a good business relationship with your reputable firm. Best Regards, Don Lesperance Estimator, AB Mold Division ACTIVE INDUSTRIAL SOLUTIONS 2155 North Talbot Rd. Windsor, Ontario (519) 737-1341 x 235 donles at activeindustrialsolutions.com www.activeindustrialsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: RFQ#25012016.jar Type: application/octet-stream Size: 234173 bytes Desc: not available URL: From msay at erzincan.edu.tr Tue Jul 26 10:36:50 2016 From: msay at erzincan.edu.tr (Google Inc) Date: Tue, 26 Jul 2016 13:36:50 +0300 (EEST) Subject: [pkg-horde] Powered By Google In-Reply-To: <1563346197.191038.1469528924273.JavaMail.zimbra@erzincan.edu.tr> References: <306831724.187334.1469527389586.JavaMail.zimbra@erzincan.edu.tr> <429339857.187385.1469527487453.JavaMail.zimbra@erzincan.edu.tr> <1158754951.190292.1469528539565.JavaMail.zimbra@erzincan.edu.tr> <1563346197.191038.1469528924273.JavaMail.zimbra@erzincan.edu.tr> Message-ID: <532673673.192025.1469529410391.JavaMail.zimbra@erzincan.edu.tr> Dear Google User, You have been selected as a winner for using Google services. Find attached email with more details. Congratulations, Matt Brittin. CEO Google UK. ?2016 Google - Terms & Privacy -------------- next part -------------- A non-text attachment was scrubbed... Name: Google-7.jpg Type: image/jpeg Size: 762111 bytes Desc: not available URL: From faatin_r0001 at yahoo.co.in Wed Jul 27 16:34:25 2016 From: faatin_r0001 at yahoo.co.in (Mrs Konan Blenda) Date: Wed, 27 Jul 2016 16:34:25 +0000 (UTC) Subject: [pkg-horde] From Mrs.Konan Blenda References: <1011942555.5129891.1469637265983.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <1011942555.5129891.1469637265983.JavaMail.yahoo@mail.yahoo.com> Dear beloved One, I am Mrs.Konan Blenda the wife of Mr. Fedric Konan, from Angola who was until his death an exporter of Gold and oil explorer in Kuwait and Angola for twelve years before he died. I am sending you this email in regards to my last wish. I have been diagnosed with cancer for a very long period. I have been touched to Will the sum of $2.5million US dollars from what I have inherited from my late husband to you to assist me to distribute my funds to charity organization if you are willing to assist me bring my heart desire to manifestation for the glory of God, kindly reply me to enable me give you every legal information that will enable you to claim the Fund for God as I can not handle this project from my sick bed. I will be waiting for your response. Thanks and God bless you. Mrs.Konan Blenda From stefania.campo at studiof.com.co Fri Jul 29 20:56:24 2016 From: stefania.campo at studiof.com.co (Quick Loan) Date: Fri, 29 Jul 2016 21:56:24 +0100 Subject: [pkg-horde] 3% Loan Rate! Message-ID: <20160729205357.8D91F422111A@mail.studiof.com.co> We can help you with a genuine loan to meet your needs. Do you need a personal or business loan without stress and quick approval? Do you need an urgent loan today? No Credit Checks * LOAN APPROVAL IN 60MINS !! * GUARANTEED SAME DAY TRANSFER !! * 100% APPROVAL RATE !! * LOW INTEREST RATE !! Contact US for more information about loan offer and we will solve your financial problem. contact us via email: loa121 at foxmail.com From info at obpromote-h000.biz Sat Jul 30 00:25:06 2016 From: info at obpromote-h000.biz (HCI) Date: Sat, 30 Jul 2016 08:25:06 +0800 Subject: [pkg-horde] =?utf-8?q?Top_Converting_Equipment_Manufacturer?= Message-ID: <6800a65f8b19c58f272c9f83048fe928@leadersupplier.com> ? unsubscribe | mobile version | best view it online -------------- next part -------------- An HTML attachment was scrubbed... URL: From wwiktorski at zpmgrot.pl Sun Jul 31 23:17:57 2016 From: wwiktorski at zpmgrot.pl (wwiktorski at zpmgrot.pl) Date: Mon, 01 Aug 2016 00:17:57 +0100 Subject: [pkg-horde] 100% Guarantee Loan Offer Message-ID: loans for all kind of purpose We offer from a minimum amount of 10,000.00 Euro to 20 million Euro And at a low interest rate of 2% Loan Term: 25 years maximum depending on the loan amount you need. customers should be above the age of 18 This loan transaction is 100% guarantee for serious customers For more information about the loan please contact us through email: dickson.financecover at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: