[ubuntu/trusty-proposed] pollinate 4.21-0ubuntu1~14.04 (Accepted)

2016-07-27 Thread Dustin Kirkland
pollinate (4.21-0ubuntu1~14.04) trusty-proposed; urgency=medium

  [ Dustin Kirkland ]
  * pollinate:
- fix broken printing of binary data, this was breaking check_pollen
  nagios scripts on the server

  [ Junien Fridrick ]
  * entropy.ubuntu.com.pem:
- simplify CA cert to just the DigiCert chain (drop GoDaddy)

pollinate (4.20-0ubuntu1) yakkety; urgency=medium

  * debian/control:
- drop the anerd references, hasn't existed in basically forever
- update description
- add dummy | dh-apparmor dependency to get this building on precise,
  where dh-systemd doesn't exist
- drop run-one dependency, no longer needed
- make the bsdutils dependency (for logger) explicit, add epoch
  * debian/rules:
- use systemd, when possible
  * pollinate:
- fix breakage on older (trusty, precise) Ubuntu, where logger does not
  support --id=[ID]; check version of bsdutils (provides logger) to
  ensure that it's at least ubuntu wily
- cloud-init version string
  * debian/pollinate.service, debian/pollinate.upstart:
- improve the init messages logged

pollinate (4.19-0ubuntu1) yakkety; urgency=medium

  [ Martin Pitt ]
  * debian/pollinate.service: Move installation from network.target to
multi-user.target. network.target is too early and causes dependency loops
with e. g. NFS. (LP: #1576333)
  * debian/pollinate.preinst: Clean up old enablement symlink on upgrade. This
needs to be kept until after 18.04 LTS.

pollinate (4.18-0ubuntu1) yakkety; urgency=medium

  * debian/pollinate.service:
- move to later in boot, after network starts, but before ssh starts

pollinate (4.17-0ubuntu1) yakkety; urgency=medium

  * debian/pollinate.service:
- use the right flag file for LP: #1578833

pollinate (4.16-0ubuntu1) yakkety; urgency=medium

  [ Martin Pitt ]
  * Don't run pollinate.service in containers (as containers can't and should
not write the host's random pool) and when we already have a saved random
seeds (i. e. only on first boot). (LP: #1578833)
  * Bump Standards-Version to 3.9.8 (no changes needed).

  [ Dustin Kirkland ]
  * pollinate: use timeout(1) to limit curl, related to LP: #1578833

pollinate (4.15-0ubuntu1) xenial; urgency=medium

  * pollinate: LP: #1555362
- log the right pid

pollinate (4.14-0ubuntu1) xenial; urgency=medium

  * pollinate, pollinate.1: LP: #1554152
- change the failure mode of pollinate, so as to more cleanly
  tolerate network failures
- add a --strict option to re-enable the previous behavior,
  ie, strictly exit non-zero if pollinate fails for any reason
- we've always promised that pollinate would operate on a best-effort
  basis, improving the prng seeding when possible, but failing
  gracefully when not possible; as such, we've made good on the first
  half of that promise, however, the latter half has proven
  troublesome;  this is due to the fact that if pollinate exits
  non-zero, then its callers (cloud-init, maas, etc.) may well
  interpret the behavior strictly as a failure to boot the system,
  when in fact that's not the case;  instead, we'll clearly print
  a warning to syslog, and we'll retry the seeding on next pollinate
  service start (e.g. a reboot);  moreover, we'll carry a --strict
  flag in the case that users want to opt into the previous behavior

pollinate (4.13-0ubuntu1) wily; urgency=medium

  [ Robie Basak ]
  * entropy.ubuntu.com.pem:
- Add "DigiCert Global Root CA" certificate from ca-certificates
  package to entropy.ubuntu.com.pem. This is required to correctly
  verify against the new entropy.ubuntu.com SSL certificate.

pollinate (4.12-0ubuntu1) wily; urgency=medium

  * pollinate:
- add cpu hardware model to user agent
  * entropy.ubuntu.com.pem:
- entropy.ubuntu.com SSL is coming up for renewal on 2015-09-15
- update the certs for the pollinate package
- Note that this changes the issuing CA to DigiCert, which requires
  a new intermediary.

Date: Mon, 11 Jul 2016 10:52:57 -0500
Changed-By: Dustin Kirkland <kirkl...@ubuntu.com>
https://launchpad.net/ubuntu/+source/pollinate/4.21-0ubuntu1~14.04
Format: 1.8
Date: Mon, 11 Jul 2016 10:52:57 -0500
Source: pollinate
Binary: pollinate
Architecture: source
Version: 4.21-0ubuntu1~14.04
Distribution: trusty-proposed
Urgency: medium
Maintainer: Dustin Kirkland <kirkl...@ubuntu.com>
Changed-By: Dustin Kirkland <kirkl...@ubuntu.com>
Description:
 pollinate  - seed the pseudo random number generator
Launchpad-Bugs-Fixed: 1554152 1555362 1576333 1578833
Changes:
 pollinate (4.21-0ubuntu1~14.04) trusty-proposed; urgency=medium
 .
   [ Dustin Kirkland ]
   * pollinate:
 - fix broken printing of binary data, this was breaking check_pollen
   nagios scripts on the server
 .
   [ Junien Fridrick ]
   * entropy.ubuntu.com.pem:
 - simplify CA cert to just the DigiCert chain (drop GoDaddy)
 .
 pollinate (4.2

[ubuntu/trusty-proposed] pollen 4.21-0ubuntu1~14.04 (Accepted)

2016-07-27 Thread Dustin Kirkland
pollen (4.21-0ubuntu1~14.04) trusty-proposed; urgency=medium

  * check_pollen:
- note the number of short bytes in the error log message

pollen (4.20-0ubuntu1) wily; urgency=medium

  * debian/pollen.upstart: LP: #1505473
- remove typo in the upstart config which was preventing the service from 
starting
  * rebuild the packages for upload

pollen (4.19-0ubuntu1) wily; urgency=medium

  * debian/pollen.upstart: LP: #1505473
- remove typo in the upstart config which was preventing the service from 
starting

pollen (4.18-0ubuntu1) wily; urgency=medium

  * pollen.go:
- add the "available"  word to the log

pollen (4.17-0ubuntu1) unstable; urgency=medium

  * debian/pollen.postrm:
- clear out certificates on purge
  * debian/pollen.default:
- quote the variable definition, for consistency
  * debian/pollen.postinst:
- fix ssl cert generation, country must be <2 chars
  * debian/pollen.service:
- put braces around environment variables; required to work at all
  * pollen.go, usr.bin.pollen:
- log the entropy bits before and after the transaction

pollen (4.16-0ubuntu1) vivid; urgency=medium

  [ Matthias Klose ]
  * debian/control:
- Build everywhere

pollen (4.15-0ubuntu1) vivid; urgency=medium

  [ Didier Roche ]
  * debian/control, debian/pollen.service, debian/rules:
- Add systemd unit, following similar restart on failure and device
checking logic
- Bump Standards-Version

pollen (4.14-0ubuntu1) vivid; urgency=medium

  * pollen.go: LP: #1383738
- remove SSLv3 support

pollen (4.13-0ubuntu1) vivid; urgency=medium

  * debian/pollen-restart.upstart, debian/pollen.upstart, debian/rules:
- LP: #1386052
- add a new upstart job that restarts pollen any time the rsyslog server
  is restarted
- this is necessary to work around a bug in the golang syslog library
  where syslog restarts break logging
  + https://code.google.com/p/go/issues/detail?id=2264#c8

pollen (4.12-0ubuntu1) utopic; urgency=medium

  * debian/control:
- recommend rng-tools;  we can do this, since pollen is in universe
  * debian/pollen.postinst:
- minor change to the default self-signed cert;  use 'localhost'
  for the hostname;  this is useful for testing pollinate against
  the localhost with a self-signed cert
  * README:
- update docs;  pollinate no longer runs daily by default
  * README:
- update some docs
  * check_pollen:
- ensure that the nagios check catches log failures

Date: Tue, 13 Oct 2015 10:25:58 -0700
Changed-By: Dustin Kirkland <kirkl...@ubuntu.com>
https://launchpad.net/ubuntu/+source/pollen/4.21-0ubuntu1~14.04
Format: 1.8
Date: Tue, 13 Oct 2015 10:25:58 -0700
Source: pollen
Binary: pollen
Architecture: source
Version: 4.21-0ubuntu1~14.04
Distribution: trusty-proposed
Urgency: medium
Maintainer: Dustin Kirkland <kirkl...@ubuntu.com>
Changed-By: Dustin Kirkland <kirkl...@ubuntu.com>
Description:
 pollen - Entropy-as-a-Service web server
Launchpad-Bugs-Fixed: 1383738 1386052 1505473
Changes:
 pollen (4.21-0ubuntu1~14.04) trusty-proposed; urgency=medium
 .
   * check_pollen:
 - note the number of short bytes in the error log message
 .
 pollen (4.20-0ubuntu1) wily; urgency=medium
 .
   * debian/pollen.upstart: LP: #1505473
 - remove typo in the upstart config which was preventing the service from 
starting
   * rebuild the packages for upload
 .
 pollen (4.19-0ubuntu1) wily; urgency=medium
 .
   * debian/pollen.upstart: LP: #1505473
 - remove typo in the upstart config which was preventing the service from 
starting
 .
 pollen (4.18-0ubuntu1) wily; urgency=medium
 .
   * pollen.go:
 - add the "available"  word to the log
 .
 pollen (4.17-0ubuntu1) unstable; urgency=medium
 .
   * debian/pollen.postrm:
 - clear out certificates on purge
   * debian/pollen.default:
 - quote the variable definition, for consistency
   * debian/pollen.postinst:
 - fix ssl cert generation, country must be <2 chars
   * debian/pollen.service:
 - put braces around environment variables; required to work at all
   * pollen.go, usr.bin.pollen:
 - log the entropy bits before and after the transaction
 .
 pollen (4.16-0ubuntu1) vivid; urgency=medium
 .
   [ Matthias Klose ]
   * debian/control:
 - Build everywhere
 .
 pollen (4.15-0ubuntu1) vivid; urgency=medium
 .
   [ Didier Roche ]
   * debian/control, debian/pollen.service, debian/rules:
 - Add systemd unit, following similar restart on failure and device
 checking logic
 - Bump Standards-Version
 .
 pollen (4.14-0ubuntu1) vivid; urgency=medium
 .
   * pollen.go: LP: #1383738
 - remove SSLv3 support
 .
 pollen (4.13-0ubuntu1) vivid; urgency=medium
 .
   * debian/pollen-restart.upstart, debian/pollen.upstart, debian/rules:
 - LP: #1386052
 - add a new upstart job that restarts pollen any time the rsyslog server
   is restarted
 - this is necessary to work around a b

[ubuntu/trusty-proposed] byobu 5.77-0ubuntu1.2 (Accepted)

2014-07-29 Thread Dustin Kirkland
byobu (5.77-0ubuntu1.2) trusty-proposed; urgency=medium

  * usr/bin/byobu-ctrl-a.in: LP: #1274720
- cherry pick upstream r2338, r2363
- revert r2317, as this is breaking ctrl-a in byobu-screen in a bad way
  + add bindkey line back, this line is *essential*; there was a
syntax error in it previously, but removing the line was not
the correct fix; fix a missing double quote in last upload

  * usr/bin/byobu-janitor.in: LP: #1311919
- cherry pick upstream r2337
- ensure that windows.tmux exists;  fixes nasty warning with F5

Date: Wed, 23 Apr 2014 18:28:16 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.77-0ubuntu1.2
Format: 1.8
Date: Wed, 23 Apr 2014 18:28:16 -0500
Source: byobu
Binary: byobu
Architecture: source
Version: 5.77-0ubuntu1.2
Distribution: trusty-proposed
Urgency: medium
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 1274720 1311919
Changes: 
 byobu (5.77-0ubuntu1.2) trusty-proposed; urgency=medium
 .
   * usr/bin/byobu-ctrl-a.in: LP: #1274720
 - cherry pick upstream r2338, r2363
 - revert r2317, as this is breaking ctrl-a in byobu-screen in a bad way
   + add bindkey line back, this line is *essential*; there was a
 syntax error in it previously, but removing the line was not
 the correct fix; fix a missing double quote in last upload
 .
   * usr/bin/byobu-janitor.in: LP: #1311919
 - cherry pick upstream r2337
 - ensure that windows.tmux exists;  fixes nasty warning with F5
Checksums-Sha1: 
 e81eb0bd66a9af4dc1a84b2d648dc0ab890bb3e4 1832 byobu_5.77-0ubuntu1.2.dsc
 7b49703bcdd114e027a5f1df0e636c03f1f86331 649172 byobu_5.77.orig.tar.gz
 d4e2452e5ee1e2bdbe2d03dca186417b9f05e673 69712 
byobu_5.77-0ubuntu1.2.debian.tar.gz
Checksums-Sha256: 
 15e0a3970ad83aa4d2d773c4eafb4e646704b88fef741b267eca52c21ba2c301 1832 
byobu_5.77-0ubuntu1.2.dsc
 94247a87f93a45b15aeff83f8e4cc3082d78e7313ceebd9d50855f91858ac064 649172 
byobu_5.77.orig.tar.gz
 a2316fc0d7861b83f0ab59ed8baad4b7eb6d734cf0d2b8405b451607616f4316 69712 
byobu_5.77-0ubuntu1.2.debian.tar.gz
Files: 
 2ff414169e5f224587d309a70580d8a9 1832 misc optional byobu_5.77-0ubuntu1.2.dsc
 5cc4f8f3a9b319c6c96884308123f38a 649172 misc optional byobu_5.77.orig.tar.gz
 6b9a5dda879f22cd168d47c5a8699380 69712 misc optional 
byobu_5.77-0ubuntu1.2.debian.tar.gz
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.77-0ubuntu1.1 (Accepted)

2014-04-23 Thread Dustin Kirkland
byobu (5.77-0ubuntu1.1) trusty-proposed; urgency=medium

  * usr/bin/byobu-ctrl-a.in: LP: #1274720
- cherry pick upstream r2338
- revert r2317, as this is breaking ctrl-a in byobu-screen in a bad way
  * usr/bin/byobu-janitor.in: LP: #1311919
- cherry pick upstream r2337
- ensure that windows.tmux exists;  fixes nasty warning with F5

Date: Wed, 23 Apr 2014 18:28:16 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.77-0ubuntu1.1
Format: 1.8
Date: Wed, 23 Apr 2014 18:28:16 -0500
Source: byobu
Binary: byobu
Architecture: source
Version: 5.77-0ubuntu1.1
Distribution: trusty-proposed
Urgency: medium
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 1274720 1311919
Changes: 
 byobu (5.77-0ubuntu1.1) trusty-proposed; urgency=medium
 .
   * usr/bin/byobu-ctrl-a.in: LP: #1274720
 - cherry pick upstream r2338
 - revert r2317, as this is breaking ctrl-a in byobu-screen in a bad way
   * usr/bin/byobu-janitor.in: LP: #1311919
 - cherry pick upstream r2337
 - ensure that windows.tmux exists;  fixes nasty warning with F5
Checksums-Sha1: 
 31252dc5e8d22086cbccc7e9a531ebf8f930790e 1832 byobu_5.77-0ubuntu1.1.dsc
 7b49703bcdd114e027a5f1df0e636c03f1f86331 649172 byobu_5.77.orig.tar.gz
 521cfe64f967760af186594327210142bf6247ed 69670 
byobu_5.77-0ubuntu1.1.debian.tar.gz
Checksums-Sha256: 
 f5026ef10a9f0b649f9d87265d55b2b5992823df1fc1a41fe1fa4e4fb38098bc 1832 
byobu_5.77-0ubuntu1.1.dsc
 94247a87f93a45b15aeff83f8e4cc3082d78e7313ceebd9d50855f91858ac064 649172 
byobu_5.77.orig.tar.gz
 b6705e915e9a7aff9c2eebfba4299f777b714a16813ab73b84d8cb0a08dc9f3e 69670 
byobu_5.77-0ubuntu1.1.debian.tar.gz
Files: 
 63d33668c11840315d4ef1a91478ec88 1832 misc optional byobu_5.77-0ubuntu1.1.dsc
 5cc4f8f3a9b319c6c96884308123f38a 649172 misc optional byobu_5.77.orig.tar.gz
 a0dcb4c1740726454d33e521bc361076 69670 misc optional 
byobu_5.77-0ubuntu1.1.debian.tar.gz
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollinate 4.7-0ubuntu1 (Accepted)

2014-04-09 Thread Dustin Kirkland
pollinate (4.7-0ubuntu1) trusty; urgency=low

  * README:
- update documentation;  pollinate no longer runs daily
  * entropy.ubuntu.com.pem: LP: #1304777
- entropy.ubuntu.com re-keyed SSL certs due to heartbleed OpenSSL
  vulnerability

Date: Fri, 07 Mar 2014 16:46:18 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollinate/4.7-0ubuntu1
Format: 1.8
Date: Fri, 07 Mar 2014 16:46:18 -0600
Source: pollinate
Binary: pollinate
Architecture: source
Version: 4.7-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollinate  - seed the pseudo random number generator in virtual machines
Launchpad-Bugs-Fixed: 1304777
Changes: 
 pollinate (4.7-0ubuntu1) trusty; urgency=low
 .
   * README:
 - update documentation;  pollinate no longer runs daily
   * entropy.ubuntu.com.pem: LP: #1304777
 - entropy.ubuntu.com re-keyed SSL certs due to heartbleed OpenSSL
   vulnerability
Checksums-Sha1: 
 d9fa94ffe139603db12059ae348d4fb4a3e01f0e 1752 pollinate_4.7-0ubuntu1.dsc
 1d1999049003af1b3d3a5b7fd2807c13f6b878f4 92693 pollinate_4.7.orig.tar.gz
 d81168d3327ed2d7df07c8a670fd196ebfb43a8b 11454 
pollinate_4.7-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 68ff186be87373f621f4135a726c43cebefb7c4e2f0d7ca014ac0c75fa72 1752 
pollinate_4.7-0ubuntu1.dsc
 480b7aece5091ce01d13add94ab3b768d7bc5b6557c62e6aa11a4620217eacd4 92693 
pollinate_4.7.orig.tar.gz
 3095882ba32a21edf4747cfbb8a8589dc4f59dcf233e14f62087e6ddc4bed848 11454 
pollinate_4.7-0ubuntu1.debian.tar.gz
Files: 
 f4ad161aa4c603927340343294414e7b 1752 admin optional pollinate_4.7-0ubuntu1.dsc
 0f085e0db25b352ce5a1c3a2d730bf0b 92693 admin optional pollinate_4.7.orig.tar.gz
 1a7adfee8e10dd2eabf48abf7ae174f5 11454 admin optional 
pollinate_4.7-0ubuntu1.debian.tar.gz
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pictor 2.27-0ubuntu1 (Accepted)

2014-04-04 Thread Dustin Kirkland
pictor (2.27-0ubuntu1) trusty; urgency=medium

  * === added directory img, img/pictor_14.png, img/pictor_192.png,
img/pictor_64.png, img/pictor.png:
- add new pictor logo
  * debian/pictor.postrm:
- fix copy-n-paste error from musica

Date: Sat, 15 Mar 2014 21:36:49 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pictor/2.27-0ubuntu1
Format: 1.8
Date: Sat, 15 Mar 2014 21:36:49 -0500
Source: pictor
Binary: pictor pictor-unload
Architecture: source
Version: 2.27-0ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pictor - web application for browsing your pictures
 pictor-unload - tool for unloading and renaming pictures from flash media
Changes: 
 pictor (2.27-0ubuntu1) trusty; urgency=medium
 .
   * === added directory img, img/pictor_14.png, img/pictor_192.png,
 img/pictor_64.png, img/pictor.png:
 - add new pictor logo
   * debian/pictor.postrm:
 - fix copy-n-paste error from musica
Checksums-Sha1: 
 ce7cd21732269605d1cfa66a1ee4e0648747f169 1766 pictor_2.27-0ubuntu1.dsc
 4d67ff9321d9069fb4043ca073c8d23b7022d840 769906 pictor_2.27.orig.tar.gz
 7633ff0ff080eec592866d3de2a7b1890db34397 5556 pictor_2.27-0ubuntu1.diff.gz
Checksums-Sha256: 
 f4dac75e19eb29a8013b14dc6e74a082f0dbdf0c0f55c6850ee0786f0d9909c9 1766 
pictor_2.27-0ubuntu1.dsc
 f981882ce1313b1497f1d3c831145a90cb6f064be46f04e7730a575b2cb89da7 769906 
pictor_2.27.orig.tar.gz
 1f6844855ab3f18bf8db42ac9b1ac75507490c705206c70a8d1c51faacabe70a 5556 
pictor_2.27-0ubuntu1.diff.gz
Files: 
 1b0921b5171f2c7613552176313e1806 1766 web optional pictor_2.27-0ubuntu1.dsc
 aed11ac997ef1ec95a41d14ef8bb7519 769906 web optional pictor_2.27.orig.tar.gz
 cc9f391206e5a063ff198ae0904db109 5556 web optional pictor_2.27-0ubuntu1.diff.gz
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.77-0ubuntu1 (Accepted)

2014-03-31 Thread Dustin Kirkland
byobu (5.77-0ubuntu1) trusty; urgency=medium

  * usr/share/byobu/profiles/dircolors,
usr/share/byobu/profiles/Makefile.am,
usr/share/byobu/profiles/tmuxrc:
- add a dircolors file
  * usr/share/byobu/profiles/bashrc, usr/share/byobu/profiles/dircolors:
- LP: #1299964
- swap orange and aubergine on the command prompt
- aubergine is now the directory, orange is the hostname
- still working on dircolors, use an aubergine (like our prompt)
  for directories
  * usr/lib/byobu/logo: LP: #1299964
- use an orange background for the UTF-8, 256-colour Ubuntu logo

Date: Tue, 18 Mar 2014 23:25:08 +0900
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.77-0ubuntu1
Format: 1.8
Date: Tue, 18 Mar 2014 23:25:08 +0900
Source: byobu
Binary: byobu
Architecture: source
Version: 5.77-0ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 1299964
Changes: 
 byobu (5.77-0ubuntu1) trusty; urgency=medium
 .
   * usr/share/byobu/profiles/dircolors,
 usr/share/byobu/profiles/Makefile.am,
 usr/share/byobu/profiles/tmuxrc:
 - add a dircolors file
   * usr/share/byobu/profiles/bashrc, usr/share/byobu/profiles/dircolors:
 - LP: #1299964
 - swap orange and aubergine on the command prompt
 - aubergine is now the directory, orange is the hostname
 - still working on dircolors, use an aubergine (like our prompt)
   for directories
   * usr/lib/byobu/logo: LP: #1299964
 - use an orange background for the UTF-8, 256-colour Ubuntu logo
Checksums-Sha1: 
 95ffd6dba48fafceab0fc453c6a9dcdaa7047be0 1824 byobu_5.77-0ubuntu1.dsc
 7b49703bcdd114e027a5f1df0e636c03f1f86331 649172 byobu_5.77.orig.tar.gz
 22e61b29ce97fa9db80c6497c9071ce3c6932b6c 68542 
byobu_5.77-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 83224b8d82422446ae339c21592d4581cb65cdbf35532fb442b90b5b8db85263 1824 
byobu_5.77-0ubuntu1.dsc
 94247a87f93a45b15aeff83f8e4cc3082d78e7313ceebd9d50855f91858ac064 649172 
byobu_5.77.orig.tar.gz
 d32bb0d103f54b40916fb85f80a411e36ffb7ff39ef55c982087064edf54ec2e 68542 
byobu_5.77-0ubuntu1.debian.tar.gz
Files: 
 1f88a440e7bd0bfc964f70eab6fbe6a6 1824 misc optional byobu_5.77-0ubuntu1.dsc
 5cc4f8f3a9b319c6c96884308123f38a 649172 misc optional byobu_5.77.orig.tar.gz
 15ee3bb5c98eaa399de78924da2babf0 68542 misc optional 
byobu_5.77-0ubuntu1.debian.tar.gz
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 4.10-0ubuntu1 (Accepted)

2014-03-18 Thread Dustin Kirkland
pollen (4.10-0ubuntu1) trusty; urgency=low

  * debian/control, debian/pollen.default, pollen.go, usr.bin.pollen:
- LP: #1293958
- suggest rng-tools (universe), which is needed to leverage tpm for
  /dev/random entropy
- change default entropy source for pollen server to /dev/random
- update inline configuration documentation to reflect reality
- add rw of /dev/random to our apparmor whitelist

Date: Thu, 06 Mar 2014 09:24:51 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.10-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 06 Mar 2014 09:24:51 -0600
Source: pollen
Binary: pollen
Architecture: source
Version: 4.10-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Launchpad-Bugs-Fixed: 1293958
Changes: 
 pollen (4.10-0ubuntu1) trusty; urgency=low
 .
   * debian/control, debian/pollen.default, pollen.go, usr.bin.pollen:
 - LP: #1293958
 - suggest rng-tools (universe), which is needed to leverage tpm for
   /dev/random entropy
 - change default entropy source for pollen server to /dev/random
 - update inline configuration documentation to reflect reality
 - add rw of /dev/random to our apparmor whitelist
Checksums-Sha1: 
 9944963c0603d4293a31a39e554cae9313c1f2bc 1728 pollen_4.10-0ubuntu1.dsc
 bb3e69b51c5be5e89e793d23a673fbad6740aa71 123519 pollen_4.10.orig.tar.gz
 49401a6fed8c84a218a53e5b87661b8f25c3e4a5 12741 
pollen_4.10-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 e85c6424dc012865b5332728f1e6e49bed9a954a3c74eb42ab359974741614e9 1728 
pollen_4.10-0ubuntu1.dsc
 8e4beef057c5c220d981b2f27d0e422d33e3b300c9bcd90cb931bf10287464a2 123519 
pollen_4.10.orig.tar.gz
 b15f4276a31bab4ce5dec1dd220d920ee5108ebc78b5bb37ec5dfa8f76d2afbe 12741 
pollen_4.10-0ubuntu1.debian.tar.gz
Files: 
 80e49687566120e4e6ce06a34c1643c0 1728 admin optional pollen_4.10-0ubuntu1.dsc
 4f042d488bf249a26ba941515198c0cd 123519 admin optional pollen_4.10.orig.tar.gz
 d5c53f37c86410b99e464fc0406b6ad0 12741 admin optional 
pollen_4.10-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTJ/ZTAAoJEJXmQ3PxUpRps1IP/jVaj5yj6O1thJBZyszbAeLG
AqdX+WWhENOLZMDeCucLKXetB+oW4wGXB3skhA8m896k3gaB9TWK/7EET9yTkv2J
Ao589LDTIPSAIrsDEZ7Kh0iCkktoerwEXSPrF5WgaiZ74/8h7ADPbPH08PYh82wR
4rG4lqU/xgfRAHQcELcyTaNNSKnmT4P9Rz6nrNtoxsqWU35325dP/Us2k0AbbSCd
4lpfi9v/GVjvP/m8yLpGkcBVwnPn/Uz/7/KO1ZdIlRbrNl3bAoPmAchwdTiVWipq
sMQFc6tzG8acLHeQ1v3T0icqYZ9qxeql/2dc1Mc2NWO5EJdSjV61bfViSyWUz252
MXjRBqj3oaCGJipU+WzA456aNY5kCbSQma3tXLibJW67Ec7OtbVEvMXhdC11LOHL
+RUwglce2AkEig/5Wm6iauKEgAMPo1DliPHkjHNETP+LzWdECIgmKpGk8ddAdzpD
SyNT2n5RKod5WZutBZX8bFaq+2SFlxAyUf1Un8CuHFbNxw7/+/Okl1X+SagNAogF
LxZ46lSMN2jxdz0YvRwHQpxD6VEJz7IFd+sOfpqzAZemzeLphgKPJGpTdOdjwNan
TZGlz/oLlZqOklYc8nDDcLZ9/Rmo5/b4W8Mgmh49oJd3iCcLTk5YIkYHDPB8rld1
DPLUmWPU8sBS53P6r0UB
=ogyv
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 4.11-0ubuntu1 (Accepted)

2014-03-18 Thread Dustin Kirkland
pollen (4.11-0ubuntu1) trusty; urgency=medium

  * pollen_test.go:
- fix FTBFS
- hardcode device to /dev/urandom in unit tests, otherwise, our
  entropy starved vm-based builders will fail the unit tests
  and fail the build

Date: Tue, 18 Mar 2014 16:31:50 +0900
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.11-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Mar 2014 16:31:50 +0900
Source: pollen
Binary: pollen
Architecture: source
Version: 4.11-0ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Changes: 
 pollen (4.11-0ubuntu1) trusty; urgency=medium
 .
   * pollen_test.go:
 - fix FTBFS
 - hardcode device to /dev/urandom in unit tests, otherwise, our
   entropy starved vm-based builders will fail the unit tests
   and fail the build
Checksums-Sha1: 
 1e8e84ee99c042889179e6a61c078023888e5d34 1728 pollen_4.11-0ubuntu1.dsc
 036a54a4d15eb8bd33811f300335fa2b035ba300 123148 pollen_4.11.orig.tar.gz
 296d7b91f083044c08f06474bd533c012db718c1 12744 
pollen_4.11-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 c28c84709c9aa53c92c02617191e13776d1a3b3a83542803f0afa8190ad7890d 1728 
pollen_4.11-0ubuntu1.dsc
 66ceb44a326cb7252695d306ac8f11d3800d758672f1670a5da573a3b9809fd2 123148 
pollen_4.11.orig.tar.gz
 67eee88744ad6fdef3d6294685e9157335fef75bff6ed29099e092f33d41e8e8 12744 
pollen_4.11-0ubuntu1.debian.tar.gz
Files: 
 a44e420646046eceac2002d7fcad6cb9 1728 admin optional pollen_4.11-0ubuntu1.dsc
 40ea03767014462ac07dd01d5eb373d6 123148 admin optional pollen_4.11.orig.tar.gz
 0768730914051ee3586901e3b2d5a771 12744 admin optional 
pollen_4.11-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTKFA4AAoJEJXmQ3PxUpRpok0P/0TdDjYn9GrmGNaPuJ6V/pYl
zzpiI+YMw0oxsZCP2An9GvWR8257RCDcyOFrYQsyqdgOKOGH4fRl4edFReggRXcm
/G5RqqvwvCu95o08ShM0SVKBZZ7rXb7llwNxIqTeBCxX3pRVfKDRUmqDrh1jNBdK
nz6ItEZvxAj96VajBkR+uCKbk7VuMZ2NL3dytYWAU9gEeZkfg645x5ntzNWJZRM/
U6g75JSbXLwKeExXsYIK12VjGGWUVasHciIvyRGmexOg6gAbYgLtt427Xy82bvUw
4fES88jVpLKqfz5G/qPVdsXW8L9SdrwFOugCo2lsK8hXqhfiFkQax7dwo4ZdMwbb
4Z6pfnYSst1ebh1weVLyOTiSUhwrNgyNok8x5OdlYTezE0lqukes2oDPBmx67tf5
4EuppE/FyFy37EZdR32n6ol+bhCrBUh8N82mTUEjVk6NMbyjfMdU39mWXQMnfQmH
591QuDnbMf9rEPX3yj0cNSOv70GmaV7P8lnyozY++JEPJaMhS1y8v1mN7/AvRmJz
+3MZ2y75GM2hzBqUKQbirvbzYSkgtVQXPTe3LcL+wH8fghHB8IEp4l+s7GMJ84Kk
Xm74n0jmXRhae9acDFPdGQpC7/dnuiM22bYxhwa2hVVAUQ4jN3X1L/bCVY/SBIf2
pQkd62wNSc5YgSudTHUQ
=d75E
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.76-0ubuntu1 (Accepted)

2014-03-18 Thread Dustin Kirkland
byobu (5.76-0ubuntu1) trusty; urgency=medium

  * usr/share/byobu/profiles/tmux:
- use nice, subtle, thin pane border, a separate color from the active
  highlighted one
  * usr/share/byobu/keybindings/f-keys.tmux,
usr/share/doc/byobu/help.tmux.txt: LP: #1294139
- change Shift-F11 to zoom in/out of splits

Date: Mon, 17 Mar 2014 13:00:04 +0900
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.76-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 17 Mar 2014 13:00:04 +0900
Source: byobu
Binary: byobu
Architecture: source
Version: 5.76-0ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 1294139
Changes: 
 byobu (5.76-0ubuntu1) trusty; urgency=medium
 .
   * usr/share/byobu/profiles/tmux:
 - use nice, subtle, thin pane border, a separate color from the active
   highlighted one
   * usr/share/byobu/keybindings/f-keys.tmux,
 usr/share/doc/byobu/help.tmux.txt: LP: #1294139
 - change Shift-F11 to zoom in/out of splits
Checksums-Sha1: 
 e5d3ad42650916f66d2e7d84ceda45fd4d6ae3a5 1824 byobu_5.76-0ubuntu1.dsc
 702eb11de0ae4a4739ee8dd359a7e2fdcca5927f 646473 byobu_5.76.orig.tar.gz
 776cce80fa1b86ad18906c91b4563e8e151493cf 68415 
byobu_5.76-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 efca4f481ad48d7897ac55ca02c9cdac416daf2329a5b9ddb72522d0fdd0b350 1824 
byobu_5.76-0ubuntu1.dsc
 cd1b64e2f93b2ef513ece9853b225a7d7764c1b708c423acddfc2763929fa3ac 646473 
byobu_5.76.orig.tar.gz
 c71ddfa557e7452a619051e7aaebd478f09046cbc19a3483313433d6ca1ba4ed 68415 
byobu_5.76-0ubuntu1.debian.tar.gz
Files: 
 4ebc163431f9a4f30634873b715438b4 1824 misc optional byobu_5.76-0ubuntu1.dsc
 1e1d2c13ac20272a162bb312ec7dfd47 646473 misc optional byobu_5.76.orig.tar.gz
 871878db7dfb6bdcaee3bc5e0251df22 68415 misc optional 
byobu_5.76-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTKFbxAAoJEJXmQ3PxUpRpFhIP/25KkZzWPW7jroh3McTkz5Lh
+ZHVtUqcSOlU30yqiF0+FCQ7QB5sqP/FJxMBdF2zpgVPzcpppf1Betm+e7TTgSvp
wokO9bNFr43CWW2NgC8h3d4Wx18Ll6vKzUaZYDm29mopwXYZy6h1xQdg0KAo1Sem
QicKJRyMjBIKhycYp1qUbSJ0LrUHbjU5yXvCfH3Idh814XwyJ72vRoAJdE8jMpFC
MVnYW4879b8WZu+VZRmcgGZWd8jPdf+9o4qgfxr6iR+LPbpbi7VzMV0DpB86VL6Z
56XNHDV/oBW3SBuruem+5anJgxRFqMAqmTa2e/ncSOKW5bts5gGgpcsaZRYnDQyh
av3JSqpC34NjFx054TxR4Ehsluye8jzjFSBXF3/Ilp9x6Nt76Qx2ZA9X98lN3d+/
/rXgU+80VH2UJ2AkN3RDqvnAe6Lg3G/WG7WF1/XZB1cVRqVRBC43DT6UMD7NTlXP
RMQkFp+jpxKzU/gVkCecoZ93ta0+LXOsayUg3f4q5YCGrVF7XAo18l18yecxQ7i9
DjpQIvYttYtCYETpqcxq6LJxkNSs0EZI5t37N7TdMepQCqemWATlwKfBIyxTrpp4
qWwFiXh3OylkB7d2Yehjy+Bc9zX4pR3M0UvDvZXwudFDgrYobcNCmem+hWf8nXNO
ETjLrcBkOEF0WK+YCpem
=ywyk
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.75-0ubuntu1 (Accepted)

2014-03-17 Thread Dustin Kirkland
byobu (5.75-0ubuntu1) trusty; urgency=medium

  [ Dustin Kirkland ]
  * debian/control:
- bump standards
  * usr/lib/byobu/include/shutil, usr/lib/byobu/release: LP: #1278016
- /etc/issue might be modified to display corporate banners or
  legal warnings; try to use /etc/os-release if available
  * usr/bin/byobu-janitor.in, usr/lib/byobu/include/colors,
usr/lib/byobu/include/constants, usr/lib/byobu/include/Makefile.am,
usr/lib/byobu/include/shutil, usr/share/byobu/profiles/tmux:
- split the color definitions into their own file
- have the constants source that file
- use that file when creating the user's local color palette
- use a bit more orange
  * usr/bin/byobu-launcher-uninstall.in, usr/bin/byobu-launch.in: LP: #1292228
- allow byobu-launch to pass arguments through to byobu-launcher
- fix up the uninstallation of byobu launcher
  * usr/lib/byobu/include/select-session.py: LP: #1279533
- quick hack to fix crashes when python can't figure out the encoding
  * usr/bin/byobu-layout.in: LP: #1278277
- fix layout saving, which broke in tmux 1.8
- incrementally rearrange while building our windows up to restore,
  as sometimes we run out of room; tiling in between seems to work
  * usr/bin/byobu-janitor.in, usr/lib/byobu/include/colors,
usr/lib/byobu/include/constants:
- fix profile color breakage
  * usr/bin/byobu-ctrl-a.in: LP: #814172
- fix issues with F5 refresh in byobu-screen, when the user has changed
  the default escape key
  * usr/share/byobu/profiles/bashrc: LP: #1259621
- ensure that if the root user is in byobu, and we're using the
  fancy new colored prompt, that we use a # to indicate root
  * usr/share/man/man1/byobu.1: LP: #1248901
- add note to manpage about putty resizing to 1-character tall and
  causing byobu-screen to crash

  [ Kosuke Asami ]
  * usr/lib/byobu/battery: LP: #1289157, #1289157
- Mac OS X battery indicator support

Date: Sun, 16 Mar 2014 12:46:36 -0700
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.75-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 16 Mar 2014 12:46:36 -0700
Source: byobu
Binary: byobu
Architecture: source
Version: 5.75-0ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 814172 1248901 1259621 1278016 1278277 1279533 1289157 
1292228
Changes: 
 byobu (5.75-0ubuntu1) trusty; urgency=medium
 .
   [ Dustin Kirkland ]
   * debian/control:
 - bump standards
   * usr/lib/byobu/include/shutil, usr/lib/byobu/release: LP: #1278016
 - /etc/issue might be modified to display corporate banners or
   legal warnings; try to use /etc/os-release if available
   * usr/bin/byobu-janitor.in, usr/lib/byobu/include/colors,
 usr/lib/byobu/include/constants, usr/lib/byobu/include/Makefile.am,
 usr/lib/byobu/include/shutil, usr/share/byobu/profiles/tmux:
 - split the color definitions into their own file
 - have the constants source that file
 - use that file when creating the user's local color palette
 - use a bit more orange
   * usr/bin/byobu-launcher-uninstall.in, usr/bin/byobu-launch.in: LP: #1292228
 - allow byobu-launch to pass arguments through to byobu-launcher
 - fix up the uninstallation of byobu launcher
   * usr/lib/byobu/include/select-session.py: LP: #1279533
 - quick hack to fix crashes when python can't figure out the encoding
   * usr/bin/byobu-layout.in: LP: #1278277
 - fix layout saving, which broke in tmux 1.8
 - incrementally rearrange while building our windows up to restore,
   as sometimes we run out of room; tiling in between seems to work
   * usr/bin/byobu-janitor.in, usr/lib/byobu/include/colors,
 usr/lib/byobu/include/constants:
 - fix profile color breakage
   * usr/bin/byobu-ctrl-a.in: LP: #814172
 - fix issues with F5 refresh in byobu-screen, when the user has changed
   the default escape key
   * usr/share/byobu/profiles/bashrc: LP: #1259621
 - ensure that if the root user is in byobu, and we're using the
   fancy new colored prompt, that we use a # to indicate root
   * usr/share/man/man1/byobu.1: LP: #1248901
 - add note to manpage about putty resizing to 1-character tall and
   causing byobu-screen to crash
 .
   [ Kosuke Asami ]
   * usr/lib/byobu/battery: LP: #1289157, #1289157
 - Mac OS X battery indicator support
Checksums-Sha1: 
 04e41d0b6be809730644b98a50a1da2ae72ab20d 1824 byobu_5.75-0ubuntu1.dsc
 c14e0e3e9e95cef9e9d50074280d0747a02debe5 646390 byobu_5.75.orig.tar.gz
 7c048aad9c67f31a2b34fddfe37251d62be6fe79 68276 
byobu_5.75-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 a18fe979f7d771f9cf8c25cb3b73959acf151cae65759f981168422888e8cb54 1824 
byobu_5.75-0ubuntu1.dsc

[ubuntu/trusty-proposed] byobu 5.74-0ubuntu1 (Accepted)

2014-03-16 Thread Dustin Kirkland
byobu (5.74-0ubuntu1) trusty; urgency=low

  [ Dustin Kirkland ]
  * usr/lib/byobu/include/ec2instancespricing.py: LP: #1286367
- merged in updated instance pricing script from
  https://github.com/erans/ec2instancespricing
  * usr/share/byobu/profiles/tmux: LP: #1273685
- remove double sourcing of local .tmux.conf
  * usr/lib/byobu/battery: LP: #1270451
- add support for yet another batter type (Android)
- thanks to Felix Krull for the initial patch
  * usr/share/byobu/profiles/tmux: LP: #1270551
- enable ctrl-left and ctrl-right to move among words

  [ Chris Johnston ]
  * usr/share/man/man1/byobu-layout.1: LP: #1288738
- fix manpage typo

  [ Mike Miller ]
  * usr/lib/byobu/logo: LP: #1278006
- fix RHEL detection for logo

  [ Daniel Hahler ]
  * usr/bin/byobu-keybindings: LP: #1258093
- fix toggling of f-keys
  * usr/share/byobu/profiles/tmux: LP: #1258534
- ensure that we respect BYOBU_NO_TITLE in tmux

  [ Ryo ONODERA ]
  * configure.ac, etc/profile.d/Z97-byobu.sh = etc/profile.d/Z97-
byobu.sh.in, usr/bin/byobu-config = usr/bin/byobu-config.in,
usr/bin/byobu-ctrl-a = usr/bin/byobu-ctrl-a.in, usr/bin/byobu-
disable-prompt = usr/bin/byobu-disable-prompt.in, usr/bin/byobu-
disable = usr/bin/byobu-disable.in, usr/bin/byobu-enable-prompt =
usr/bin/byobu-enable-prompt.in, usr/bin/byobu-enable =
usr/bin/byobu-enable.in, usr/bin/byobu-export = usr/bin/byobu-
export.in, usr/bin/byobu-janitor = usr/bin/byobu-janitor.in,
usr/bin/byobu-launcher-install = usr/bin/byobu-launcher-install.in,
usr/bin/byobu-launcher-uninstall = usr/bin/byobu-launcher-
uninstall.in, usr/bin/byobu-launcher = usr/bin/byobu-launcher.in,
usr/bin/byobu-launch = usr/bin/byobu-launch.in, usr/bin/byobu-
layout = usr/bin/byobu-layout.in, usr/bin/byobu-prompt =
usr/bin/byobu-prompt.in, usr/bin/byobu-quiet = usr/bin/byobu-
quiet.in, usr/bin/byobu-reconnect-sockets = usr/bin/byobu-
reconnect-sockets.in, usr/bin/byobu-select-backend = usr/bin/byobu-
select-backend.in, usr/bin/byobu-select-profile = usr/bin/byobu-
select-profile.in, usr/bin/byobu-select-session = usr/bin/byobu-
select-session.in, usr/bin/byobu-shell = usr/bin/byobu-shell.in,
usr/bin/byobu-silent = usr/bin/byobu-silent.in, usr/bin/byobu-
status-detail = usr/bin/byobu-status-detail.in, usr/bin/byobu-
status = usr/bin/byobu-status.in, usr/bin/byobu-ugraph =
usr/bin/byobu-ugraph.in, usr/bin/byobu-ulevel = usr/bin/byobu-
ulevel.in, usr/bin/byobu = usr/bin/byobu.in,
usr/lib/byobu/include/config.py =
usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/dirs =
usr/lib/byobu/include/dirs.in, usr/lib/byobu/include/toggle-utf8 =
usr/lib/byobu/include/toggle-utf8.in, usr/share/byobu/tests/byobu-
time-notifications = usr/share/byobu/tests/byobu-time-
notifications.in:
- use @prefix@ rather than hardcoding /usr, makes code
  more portable and easier to build with ./config --prefix

  [ Arminius Silvanus ]
  * usr/share/byobu/profiles/bashrc: LP: #1280550
- test the $BASH variable, rather than $SHELL, to tell if we're
  running in a bash environment

  [ Jan Klepek ]
  * usr/lib/byobu/include/config.py: LP: #1286249
- fall back to using the distro status file, fixes
  crash in config if status file disappears

Date: Mon, 17 Feb 2014 15:07:01 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.74-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 17 Feb 2014 15:07:01 -0600
Source: byobu
Binary: byobu
Architecture: source
Version: 5.74-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 1258093 1258534 1270451 1270551 1273685 1278006 1280550 
1286249 1286367 1288738
Changes: 
 byobu (5.74-0ubuntu1) trusty; urgency=low
 .
   [ Dustin Kirkland ]
   * usr/lib/byobu/include/ec2instancespricing.py: LP: #1286367
 - merged in updated instance pricing script from
   https://github.com/erans/ec2instancespricing
   * usr/share/byobu/profiles/tmux: LP: #1273685
 - remove double sourcing of local .tmux.conf
   * usr/lib/byobu/battery: LP: #1270451
 - add support for yet another batter type (Android)
 - thanks to Felix Krull for the initial patch
   * usr/share/byobu/profiles/tmux: LP: #1270551
 - enable ctrl-left and ctrl-right to move among words
 .
   [ Chris Johnston ]
   * usr/share/man/man1/byobu-layout.1: LP: #1288738
 - fix manpage typo
 .
   [ Mike Miller ]
   * usr/lib/byobu/logo: LP: #1278006
 - fix RHEL detection for logo
 .
   [ Daniel Hahler ]
   * usr/bin/byobu-keybindings: LP: #1258093
 - fix toggling of f-keys
   * usr/share/byobu/profiles/tmux: LP: #1258534
 - ensure that we respect BYOBU_NO_TITLE

[ubuntu/trusty-proposed] musica 2.24-0ubuntu1 (Accepted)

2014-03-15 Thread Dustin Kirkland
musica (2.24-0ubuntu1) trusty; urgency=medium

  * debian/apache.conf = debian/musica.conf, debian/control,
debian/install, debian/links, debian/postinst, debian/postrm:
- bump standards version
- fix package installations for LP: #1244293, #990900

Date: Sat, 15 Mar 2014 11:20:15 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/musica/2.24-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 15 Mar 2014 11:20:15 -0500
Source: musica
Binary: musica
Architecture: source
Version: 2.24-0ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 musica - web application for browsing and listening to your music
Launchpad-Bugs-Fixed: 990900 1244293
Changes: 
 musica (2.24-0ubuntu1) trusty; urgency=medium
 .
   * debian/apache.conf = debian/musica.conf, debian/control,
 debian/install, debian/links, debian/postinst, debian/postrm:
 - bump standards version
 - fix package installations for LP: #1244293, #990900
Checksums-Sha1: 
 209d01450ed7e197153911bd0e6fae2b9fe8220c 1723 musica_2.24-0ubuntu1.dsc
 e5c113606b46067bcab00eca5300be4538f3749e 56563 musica_2.24.orig.tar.gz
 74468482b48ec7f5e0a84bfff9fee1b254e0a91b 6024 musica_2.24-0ubuntu1.diff.gz
Checksums-Sha256: 
 135ec87a476c4756d61acd4a95b4625509b16de9ec50bbe635b6886516408d86 1723 
musica_2.24-0ubuntu1.dsc
 32ceabd3c25da3fbf2accfc2e0adace22a5c3ba4352b68c533b46f4611a6c3c0 56563 
musica_2.24.orig.tar.gz
 bd64992ba7a2ef6b29436d2a1581e191e870592cfe28b2cb088127b330bf078f 6024 
musica_2.24-0ubuntu1.diff.gz
Files: 
 8d5ef9d99ac39d17521a30fe6b889ebb 1723 web optional musica_2.24-0ubuntu1.dsc
 7400344f619a9737007dd0e3b2e9a6ca 56563 web optional musica_2.24.orig.tar.gz
 9bec22969efc1f8dccc851b691456dd4 6024 web optional musica_2.24-0ubuntu1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTJQlSAAoJEJXmQ3PxUpRpJ5QQAKxzBZ4lGMgRizzxZMY3ceEl
5zQk/yIzQ3299ELxlZy5BAh986PZAees3xGEnMR7kH2BcIrSaVi1Ta+c0NigHYTX
yGbFzRTDgukL4Cej9uUOpGO9XW1Is9x38HQBLyf667BnkSrdTWd96LtNAC9E8R+/
TawOBVm+am9higG6Y8lLH9wrDI+JtBuXW4M2WwpWfiT0QN5Kl7GmxccRP0NHTIsZ
771TPnjI+BACkfRsWTg6w9vd1tjNw60iHkB8uTFuwQv4I5glzAtjiIs8uN0/CqRl
gCF/zZNDiZpNI5WXqorwNG1J4kfqnM7Mgenpov1OSaXO+r5ck41Cc1wISlJIbmGt
ItDrx/WyUYodfvRjtdqsi+Jlar2axhz4BwLS4b3FALKvPJe3mPOQh29MLI/S1qok
rnl9Ts60X+mjmn72MqEFw4ImJFlg71xEsWiCOOYWkn39rVmDSFmBndlSSfTdW9Um
pyxc47+DitliugJHbKH49OatnX5RVM0R3tpm8UWW0Y4yChXGvq1WZzJwuKV13EBg
l6x8Ok7PpqncYkhabioN8zU2eiI8tclyzt74optAEW4IUDEVvu/SGmUFvPjdLk6k
GRjmcpXAeR9mTC416i8hkm5bMXbzrSQ9QY2Rt29+Hgi7/8omVQ9fjUkTHDvymPeb
ZeHONvxb7nR+2Bt1+5rU
=zjnG
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pictor 2.26-0ubuntu1 (Accepted)

2014-03-15 Thread Dustin Kirkland
pictor (2.26-0ubuntu1) trusty; urgency=low

  * debian/apache.conf = debian/pictor.conf, debian/pictor.install,
debian/pictor.links, debian/pictor.postinst, debian/pictor.postrm:
- LP: #1293015
- fix package installation and removal

Date: Fri, 01 Nov 2013 13:46:45 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pictor/2.26-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 01 Nov 2013 13:46:45 -0500
Source: pictor
Binary: pictor pictor-unload
Architecture: source
Version: 2.26-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pictor - web application for browsing your pictures
 pictor-unload - tool for unloading and renaming pictures from flash media
Launchpad-Bugs-Fixed: 1293015
Changes: 
 pictor (2.26-0ubuntu1) trusty; urgency=low
 .
   * debian/apache.conf = debian/pictor.conf, debian/pictor.install,
 debian/pictor.links, debian/pictor.postinst, debian/pictor.postrm:
 - LP: #1293015
 - fix package installation and removal
Checksums-Sha1: 
 7de23481d229cc8e20d08b446c43051e26e53253 1766 pictor_2.26-0ubuntu1.dsc
 220cfb2fc6c9d9a9aeb9a166b7739be25b5b34b9 728593 pictor_2.26.orig.tar.gz
 4d1a5b2c41674b6b23ab6664522725f9b77ee694 5463 pictor_2.26-0ubuntu1.diff.gz
Checksums-Sha256: 
 522d18d3dea81122fc03141301e6c06ac59b18112b38c12763d35a84dbeefea4 1766 
pictor_2.26-0ubuntu1.dsc
 a6f435d2bc820ab851fb140530d4c79c0fae440d60a391ee135b95bfcd57740f 728593 
pictor_2.26.orig.tar.gz
 7e8b405f40a60706cb5b21ebee48bbb70d6f9efea5c78a0040f7793120f7cdff 5463 
pictor_2.26-0ubuntu1.diff.gz
Files: 
 92b95fedb2e9f2c1d570c30a38ec1648 1766 web optional pictor_2.26-0ubuntu1.dsc
 388079d0643a050bce4f44d36cbd673e 728593 web optional pictor_2.26.orig.tar.gz
 1ce227bccb3b010f67c2b5a097c14a88 5463 web optional pictor_2.26-0ubuntu1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTJQ3LAAoJEJXmQ3PxUpRp0R4QANa35rSs/0x29gjsiHp6oMLT
RzW34KVddGFH87FxIXzeHbSmTzHPAGJCslZ1T9hI8NHILoUrfjjsEN4AZScSJIpE
6mEszC6eMDNA2hptmP1pktFP9p6tlE+i+Wb1teaTyfb1XdFJqjBlgkeD9ovkXvC5
4tSv/M2pw3CEbjU/EON/Gje0Lxruur5ehb/Qk+6aSBLiOIN4Crez1qOHvHJrWpkU
T3UqwGZ1HsGTx4ComzxWDw5ynZk32/ageI7pvh8UnjbVXAC9PwSgOEjJ4c1kPXE2
av0/IdNeWcPP/+Ps2g6XV3NNyCG4d2LYwtH46dj5gnaw323T4VwMlbS7UEbvsNYO
LX4oAvGgAfzdzLITHYxzx62bVUoGOo2pm8Eksg0kE8XODtyDMLMN7v724D8ZDlCg
LBTiK+ooQktXZ6hD7fjRCMerMVqL2cA6MhPXewj562lwQnGMPSxQIn85Eq7bRpoz
T3Sxo9rJAikeUSlzCM5LpgsIZdS50ASm6HVAZyvwP9Hws6ieDbKnL7DiQ3t5Od9c
+2BkhtvSoQNlLgw8X697eBrWK3QQ4W66CtDNqt2g4x5/4ZV12w28BBBQnvhlyoDc
3rHXGlLwovd3Z1reX0IOBiDaZtyiPRtGMHJH7MAWq5yWwF9w9Pv/7CXlxfBnR8iq
NxdK2+6dxrwV2cZPsqn5
=O3NU
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollinate 4.6-0ubuntu1 (Accepted)

2014-03-07 Thread Dustin Kirkland
pollinate (4.6-0ubuntu1) trusty; urgency=low

  * debian/pollinate.default:
- move the default from POOL to SERVER
- this way, someone can zero out SERVER, whereas POOL is always additive
  * pollinate:
- save a few forks of hostname
  * debian/pollinate.upstart, pollinate: LP: #1286316
- now that cloud-init itself is calling pollinate, remove the
  start on starting cloud-init trigger
- when running pollinate through cloud-init, we are not guaranteed
  that syslog will be up, and smoser insists on running pollinate --quiet
  thus we will quietly log our pollinate activity in
  /var/cache/pollinate/log

Date: Fri, 28 Feb 2014 14:12:18 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollinate/4.6-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Feb 2014 14:12:18 -0600
Source: pollinate
Binary: pollinate
Architecture: source
Version: 4.6-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollinate  - seed the pseudo random number generator in virtual machines
Launchpad-Bugs-Fixed: 1286316
Changes: 
 pollinate (4.6-0ubuntu1) trusty; urgency=low
 .
   * debian/pollinate.default:
 - move the default from POOL to SERVER
 - this way, someone can zero out SERVER, whereas POOL is always additive
   * pollinate:
 - save a few forks of hostname
   * debian/pollinate.upstart, pollinate: LP: #1286316
 - now that cloud-init itself is calling pollinate, remove the
   start on starting cloud-init trigger
 - when running pollinate through cloud-init, we are not guaranteed
   that syslog will be up, and smoser insists on running pollinate --quiet
   thus we will quietly log our pollinate activity in
   /var/cache/pollinate/log
Checksums-Sha1: 
 3f6a86108d118e0cd6a6f181a485d548a9cf014d 1769 pollinate_4.6-0ubuntu1.dsc
 f905f15af91c7c31788b6e8c145c82b35dd25818 91053 pollinate_4.6.orig.tar.gz
 082c78942a396d247968ff16e83cb2f646505a5f 11267 
pollinate_4.6-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 ec7853b1afcac69a6d94806fd1a871d80bcc5a2898a95b8c8655a76caa7554a4 1769 
pollinate_4.6-0ubuntu1.dsc
 a6a721a798e3380f95a0f0702ee210dd20bcf9155591e83ca2dcca58d0ed20b0 91053 
pollinate_4.6.orig.tar.gz
 8211dfe35d2538845d4ab3e654a1eaf60ca2bd5b89feeecdc2de6d36f9d8b98f 11267 
pollinate_4.6-0ubuntu1.debian.tar.gz
Files: 
 d88f7c8fbbc0e0d941994248ab40e2e3 1769 admin optional pollinate_4.6-0ubuntu1.dsc
 cb926ff8dbc126692989bf469f63092b 91053 admin optional pollinate_4.6.orig.tar.gz
 6e69266902b9ef39e3d0640330f90216 11267 admin optional 
pollinate_4.6-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTGkwwAAoJEJXmQ3PxUpRp34oP/1/0/dHDMPmqW+ICIycJQoVR
cQ+luMi3slNfdMG5Negw52i4EVESgHmn3EnA9I2TLNTrF4Yxr+APzYRpbigNBbVx
lkv0iDPQ1dFB8ouGWUmB7Idb/b11qVXgPX8Idd2PDrygRERASSXXsuWBu6qVPC1E
ZAG/Z+yJGvF19QyVGmj4wT7WAQeZRCnWTYtPzoRDZ06df68rG4s8kJ19gx3WfNHO
ybFamOnHSsJ4nartVjB52NrwFQwA39tTcpCPr7MMTOCFDeXpnpWwwa3v4osnOsOu
nqtp0lEdLeh8wNv/c7i3fDR7ayIkr0BrEniThPFpjXPHHHhv19iegq6hVb+ZukrQ
5kMMa3bMtYUn7VSzDGwmBFPU51tpD26Aw/GFeNtxSlryEbC+9iW6/xJHzhQwExlW
kiMtbkP1iDGIAJkaGuI0ZyDcHyqdWT27YBsOW34fqN7SU18ChyXj0BB78to+NZWo
KSk+PPWoUVJVNQTao70j1ui4kimYpNwksn03FIwL0mlVkK803Xh7QUOifiY1rTHw
/LXEp+zZl9gqCkmJYw5d3WkA5l8w1O2NuKiceDRDdgZJbRnEVHZw5cuGwAcgJkDP
ofUmKxaG/OAHvSFdSnyw1iyVuINEXmUTcDdd+7JlK9s4juRlbSrSgDtf+6hJqVOE
CWHsdyDT8jH8Wd8i8HOu
=xZBl
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 4.9-0ubuntu1 (Accepted)

2014-03-06 Thread Dustin Kirkland
pollen (4.9-0ubuntu1) trusty; urgency=low

  * debian/rules: LP: #1288807
- fix FTBFS, build using golang 'go build' rather than gccgo

Date: Fri, 28 Feb 2014 11:13:11 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.9-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Feb 2014 11:13:11 -0600
Source: pollen
Binary: pollen
Architecture: source
Version: 4.9-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Launchpad-Bugs-Fixed: 1288807
Changes: 
 pollen (4.9-0ubuntu1) trusty; urgency=low
 .
   * debian/rules: LP: #1288807
 - fix FTBFS, build using golang 'go build' rather than gccgo
Checksums-Sha1: 
 ad08646f605e7036d628bba58dcb5a4cc5e374d2 1738 pollen_4.9-0ubuntu1.dsc
 d84ce40eb42ed35feb62c3ef668d41c0ac2d1779 121916 pollen_4.9.orig.tar.gz
 100e12d15feba009f5cc9baabe9c65b14e8ef6b4 12434 
pollen_4.9-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 0b622b4752d0b0cb7760db16f8939e4da4371e7d78c41479ae73c0a5cdb8dcc4 1738 
pollen_4.9-0ubuntu1.dsc
 e858ac1fd1abf2e891dd0ce2648ee78ef1d9e360442291f05318847429a6ba80 121916 
pollen_4.9.orig.tar.gz
 e415e3689dd6c25ed93c4dd07d94bd1d0fc2c45a91e02743e95f7611b83968e2 12434 
pollen_4.9-0ubuntu1.debian.tar.gz
Files: 
 c11ba91e8138d11a5565c9a4645fba03 1738 admin optional pollen_4.9-0ubuntu1.dsc
 6544d4c3dac1b16e72510f20b8b2e270 121916 admin optional pollen_4.9.orig.tar.gz
 bfc66a2843f4f5c29fc5adb80a970c9e 12434 admin optional 
pollen_4.9-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTGJMsAAoJEJXmQ3PxUpRp+UwP/igldiQe078vHsnLKMfV3qgw
jDaZG6ipy5XCeCGOhDk+KvPiJ9D9NDgVhhAkl/AcB2KvVlWxPrOBSVeDER1+0Bva
XwVTCAemSkzszVKtw4muWcK51a8XXiUl+7LV4hWPbZQdeWX6V7DiHKT+iiWoyUAx
Lbts3sdHxOMi/AJVOBZ79+14GnuU52LNXjjOpITjPdk8ps6iuUmL4tqhfeJ0qgEU
nxMYfh1fg1LYCwN59XVNRTWJCybXIqIIcDjpfgkopPabYTUvxR32luzyQqqwsfMJ
5gksUgr6QNZR7mZwmpVf8Vag2B4B7lz7Q1YvIHCXhFfDbQWD/wsZl1pCqNQhmkun
rT8Irw7OmAvkd3CecQQpQxpIBmWGmYKBEq8Ru3LntjWcaKJWPNjikNmkuwKDwQ+m
09p8jGIMU5PZoTM9N2OX1q4TQ8fxxO9JfpQgFNIiV2fsJ4H4JTCKzrj7dK+Sfzb0
siHjEGVP/COPIoab2VW2B6q5qOpvvbbn7xG6lu4ix7B0YE2vWl+ShuPb0fnlGYJg
LuiJxgVMXiwq+UJidwA4OrR5zy+mOZepD2157wLZ5LlaS40/bbQDRHSGsssqJ5Va
xblTGtXyKc2VU1gyFJhtaGESW0O2abLPwCvOQtr+AIBOK6Gcovjtz94tepBY0Gye
JWei5BY3MlZcGrkEZsxM
=F/zN
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollinate 4.3-0ubuntu1 (Accepted)

2014-02-28 Thread Dustin Kirkland
pollinate (4.3-0ubuntu1) trusty; urgency=low

  [ JuanJo Ciarlante and Dustin Kirkland ]
  * pollinate, pollinate.1:
- add a -t|--testing flag, to verify communications with a pollen
  server; useful with the pollen nagios check
- can run as a non-privileged user
- does NOT affect the local PRNG

Date: Mon, 17 Feb 2014 05:52:50 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollinate/4.3-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 17 Feb 2014 05:52:50 -0600
Source: pollinate
Binary: pollinate
Architecture: source
Version: 4.3-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollinate  - seed the pseudo random number generator in virtual machines
Changes: 
 pollinate (4.3-0ubuntu1) trusty; urgency=low
 .
   [ JuanJo Ciarlante and Dustin Kirkland ]
   * pollinate, pollinate.1:
 - add a -t|--testing flag, to verify communications with a pollen
   server; useful with the pollen nagios check
 - can run as a non-privileged user
 - does NOT affect the local PRNG
Checksums-Sha1: 
 a804d09b08ff79d3dac2529b10fa5b6374d56898 1769 pollinate_4.3-0ubuntu1.dsc
 ef5eba6075f6e0710b01e3e8c8fdb78346bf639b 90640 pollinate_4.3.orig.tar.gz
 538e9299c781e35bd50c9b736d7206314c45ad87 10952 
pollinate_4.3-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 1b2965082fc419f9bede248fe5b504d725eea47ec8d364def07df1dccdeb273c 1769 
pollinate_4.3-0ubuntu1.dsc
 a8e6fb0dba1887ed23acb5a9a1b92edc29a1a0ae5109059261bde5b1dca88792 90640 
pollinate_4.3.orig.tar.gz
 46e7a39505ec5eefb4d7477612506dd0e39fe65b1bea50dfaaeb465dd7f2895d 10952 
pollinate_4.3-0ubuntu1.debian.tar.gz
Files: 
 51d0067c3d06dc16afd39881b9796bd8 1769 admin optional pollinate_4.3-0ubuntu1.dsc
 02b1c927a8b82604a0563c026d1ea5f1 90640 admin optional pollinate_4.3.orig.tar.gz
 91ac51d67a7e6456a0567982d374c40c 10952 admin optional 
pollinate_4.3-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTELxNAAoJEJXmQ3PxUpRp2bEQAKNzLryJZg6woPQIj2OjpCVt
M+W9ivk35EBRn6C3+6+K/+FIMuS2v52dalvLB9x3rLnxMv/E48PnHI0YueRhZf1w
QuJPwOAYFXYsLXZG9He+fB9g9WCWThMIGhrpOcv+UvL6cOP4BysygjroDY+4NlRe
msJigL60X56PuzGmgabCNIc+W3V9coT9pfXao4887at6j/OFy9v15iHaXJP3GGRm
oZSDLGRgB9scAGfG5cqMNrPdsohbVqkHKv6mDzSn6TOqfGvLvNgcrWPI/umvwfPe
EqPsg2/7tsZFfU/yvetMTiX0dstnfGg7YYESSmBtHHlQ+eDBGntCPCK6vVqp/CPj
XS/f22CGLeBvhTMlGRNBiyo/3RpnbU29wS9uBZS8RbrbrCKdV9y/UiZ4Yc413/Ea
AsO5b1FqXSHvzIPmJy266r4nlsul0oqZX2l5US/nCKxY+QI/PSTB5zud2MSZwo5R
F1QQ8NvWJDCtbzn0AUTiEUzhe8cwUIx9VEVKFGFugx09HCmQYqsAYFs2Mddh6N0y
PncX90asenhfz7YMluG2p75ktV7eAraTTVknkXCWyBqQ2h2cFDdPKNxvDOdddoMM
4wbS8SdxBg9Qpe7+kyIFc21pDOm2eFEqly7pjRMIWBPWFklpVQ7ZZ/Qhdp19MnW4
YpGZhUPeJx00lUI6tgXn
=zWrz
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 4.8-0ubuntu1 (Accepted)

2014-02-28 Thread Dustin Kirkland
pollen (4.8-0ubuntu1) trusty; urgency=low

  [ JuanJo Ciarlante and Dustin Kirkland ]
  * check_pollen:
- use the new -t|--testing flag, to verify communications with the
  server, runable as a non-privileged user, but not affecting the
  local PRNG

Date: Wed, 26 Feb 2014 10:51:09 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.8-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 26 Feb 2014 10:51:09 -0600
Source: pollen
Binary: pollen
Architecture: source
Version: 4.8-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Changes: 
 pollen (4.8-0ubuntu1) trusty; urgency=low
 .
   [ JuanJo Ciarlante and Dustin Kirkland ]
   * check_pollen:
 - use the new -t|--testing flag, to verify communications with the
   server, runable as a non-privileged user, but not affecting the
   local PRNG
Checksums-Sha1: 
 3803f2907a6545243d31f237febe36a6c0b13728 1738 pollen_4.8-0ubuntu1.dsc
 e95a979dd2a8418fda59bbc4ea09fbc1d41a5f56 121851 pollen_4.8.orig.tar.gz
 364086e39f357ec749d950e1bd7321435f232069 12290 
pollen_4.8-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 0ba8c70b7558950c3a671a9951cbb640040b27ebed34d2afef3bf991884d2add 1738 
pollen_4.8-0ubuntu1.dsc
 4f3a30ca6e0baa7648f2d8086f74a736c68741e65037a13066a202eb99f69199 121851 
pollen_4.8.orig.tar.gz
 ca38c9153786a3d3d2adcceb7f2f3635075c1d17fdd4ed51d924b3437686a6f7 12290 
pollen_4.8-0ubuntu1.debian.tar.gz
Files: 
 baf0654cb15be453ea2a69b8962649cb 1738 admin optional pollen_4.8-0ubuntu1.dsc
 d163a0189d377b608b8dbb5ff9ee96b2 121851 admin optional pollen_4.8.orig.tar.gz
 19ff896575333d2830e40cb9ed5c74d8 12290 admin optional 
pollen_4.8-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTEMN7AAoJEJXmQ3PxUpRpk8oP/3E78lSCwrul4kQVVaczP4Pr
oQiPPY8fWBZ9DhCI1hIagHeAePnR0X2pNT3CjijFa7kekVAG0qMVX+o+XnarU3SF
vj/XwwuT4JpXR7kw84okxFjwlwMsC+Y6sFJlDKMrsZ34E60bIZtMbJFwYXLDj2LW
IJItQLdXX5IIyM1OA8iq1lSVgsG9/zZ5EI6kso2mbu2KhUNqoOFM2Kbh1AVAyEpZ
MD1BfRxF3pX/rAvjQSpHgXqykT3vOREbm3o6stFP2O1XezSs3IrU9VyiPEunut9k
nd8OEvvEZvbEvTVn+wVfj+uMqs+lhAh+jukRMR6ML1O3KHk8Vhzmxyw0YmKfRdCe
KqqvOJUI23eYXorLeE5fisTmybWHS8xb3XSpyEWg8NnqPrP4PAPw1xkU/Fi7+g7Y
R5kwbxPnTagFcXvHwzKGiR272XhO0IC2+TM5EqC0WGocFQFnoZWLRaL4MIK1TEEK
VoxsNh4KT0VltgI4UyPtB4gmRO1cNdAI1Q8QsUGWbpIcCdrt1taI3/ykpga0Jbkm
jXkdOolrYH9fMYwwVrqhDHoFm1wwSvXOoa8o2+KxM1cV+b1Qkvd66FoY1qPwxBQ8
SlGRUyz5KkB7igEDg65QcN8XvqL21GEqT1hwxV9UHyGUkN+rOG3//liyS3pJEZOq
yZHZ24fhHQjfqyKj9fPJ
=D9ri
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] ssh-import-id 3.21-0ubuntu1 (Accepted)

2014-02-27 Thread Dustin Kirkland
ssh-import-id (3.21-0ubuntu1) trusty; urgency=low

  * bin/ssh-import-id: LP: #1285295
- re-authorizing existing keys should exit 0
- update logging

Date: Thu, 30 Jan 2014 09:23:00 +
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/ssh-import-id/3.21-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Jan 2014 09:23:00 +
Source: ssh-import-id
Binary: ssh-import-id
Architecture: source
Version: 3.21-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 ssh-import-id - securely retrieve an SSH public key and install it locally
Launchpad-Bugs-Fixed: 1285295
Changes: 
 ssh-import-id (3.21-0ubuntu1) trusty; urgency=low
 .
   * bin/ssh-import-id: LP: #1285295
 - re-authorizing existing keys should exit 0
 - update logging
Checksums-Sha1: 
 a9bdb00cb01227d6cccaf06eab680156db11089b 2002 ssh-import-id_3.21-0ubuntu1.dsc
 7f1d1946a8ce17281968d48fb5c6e1dd9ba8cdad 138620 ssh-import-id_3.21.orig.tar.gz
 efd7ddbbb92da033b3893deda766e954929e3d1b 7282 
ssh-import-id_3.21-0ubuntu1.diff.gz
Checksums-Sha256: 
 4a917a1f13bc8cf28e5efc2813f2ab838f3b49537beff59243e233d265fbb80b 2002 
ssh-import-id_3.21-0ubuntu1.dsc
 f6c8e6c13b8ab9e43bc736049dbf7facc8c56c19325fa119ae24244f33b24075 138620 
ssh-import-id_3.21.orig.tar.gz
 8913d252d27e9d691ff6030e6aaa948c7aeb8dd558f54bdd19724743964f16f2 7282 
ssh-import-id_3.21-0ubuntu1.diff.gz
Files: 
 cd11101750542411eb210f32893bcdc1 2002 misc extra 
ssh-import-id_3.21-0ubuntu1.dsc
 9f7b93a6cb24591da2f5484c95e715d9 138620 misc extra 
ssh-import-id_3.21.orig.tar.gz
 36bde8a0073e9a808ec99dcb6705bf3a 7282 misc extra 
ssh-import-id_3.21-0ubuntu1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTD1vpAAoJEJXmQ3PxUpRpOrwP/RiAjiBf4OBvTCyLec70c44F
n4LxkQnW1qeQqfBnsdG28TviVJewFDGMwxwMIw4zjbfKTKjdLBCvGWGhEuuRAgg8
F5/qjYnNuXy9hX3RhO+qiM41Rh4Rb+W/xAiarjb8A32wCytqEOlgCOi/08oXYgGn
6W0luvHfk6mIm8tcF9bBON3ExK1JBDRggOpPJrfo4DIsY5WP8i0y5XE9CuBzQNH8
+NXfBGBRaGCE+vTqZRTrlDHRu/sBl66tOtMHNxxevUBLMS4fBzPLeA4Mal58HEsi
ovCiXdJBohmVIBFehC9tj4lgOgDg9N6fLziQDXa1Hu42XBIXS/6UIqa2TafcK3LE
AibdMx0OMIHMPZvmEVtxps8Z++9QjZ+R3O9doNx5h5fUeqKxGlhMPkdYKXRtb+7D
2wIb4TS8lv77Rg3LujWUu5Z2aGKJD9ZgnNgOnQwkz/fnQ5hvBYeMHFNvJlsZ6ow1
qvBTLwnUIojM7vSzGGwLWlBYoTaASd4cHai/r69mN/B4BqqgQ82FK3LCA4LbsJnN
nAD9xhRBmjAWjmtA5qfP46oSjyIZLxmenSL/loth4eNISwbfYLMJF6hpEP7tAVzi
73TMFIxS9j34WR6214xl7jAS2LWO2HLgFhaQreVc5+GHx2dMUHoe2Kja+w7nUVTQ
5tGVmJmOZOszvLZ2GaaT
=ONej
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 4.7-0ubuntu1 (Accepted)

2014-02-26 Thread Dustin Kirkland
pollen (4.7-0ubuntu1) trusty; urgency=low

  [ John Arbash Meinel ]
  * .gitignore, pollen.go, pollen_test.go:
- This changes the 'handler' from being just a func() using global
  state to being a struct with local state.
- It then moves the things like dev and log to being members of the
  struct, with interfaces that let us override them in the test suite.
- It then adds a bunch of tests about how we handle failures, errors,
  logging, the size flag, etc.
- The interfaces also mean that we won't try to spam syslog while running
  the test suite.
- Another small change is that if you do:
 pollen -https-port=
  Then it won't try to bind to the HTTP port with a cert.
- Since I'm not the official source for pollen, it helped for testing at
  least the HTTP requests manually.
- This also fixes the help text for -size since it doesn't actually
  change how much content we send on the wire, but how much content we
  read from /dev/urandom (but it adds tests for that fact).
- go fmt, and some formatting tweaks
- actually do the right formatting
- use microsecond timing (ms was always 0)
- capture the length of time serving requests takes

  [ Dustin Kirkland ]
  * pollen.go:
- put brackets around request length of time value

Date: Tue, 18 Feb 2014 23:18:59 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.7-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Feb 2014 23:18:59 -0600
Source: pollen
Binary: pollen
Architecture: source
Version: 4.7-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Changes: 
 pollen (4.7-0ubuntu1) trusty; urgency=low
 .
   [ John Arbash Meinel ]
   * .gitignore, pollen.go, pollen_test.go:
 - This changes the 'handler' from being just a func() using global
   state to being a struct with local state.
 - It then moves the things like dev and log to being members of the
   struct, with interfaces that let us override them in the test suite.
 - It then adds a bunch of tests about how we handle failures, errors,
   logging, the size flag, etc.
 - The interfaces also mean that we won't try to spam syslog while running
   the test suite.
 - Another small change is that if you do:
  pollen -https-port=
   Then it won't try to bind to the HTTP port with a cert.
 - Since I'm not the official source for pollen, it helped for testing at
   least the HTTP requests manually.
 - This also fixes the help text for -size since it doesn't actually
   change how much content we send on the wire, but how much content we
   read from /dev/urandom (but it adds tests for that fact).
 - go fmt, and some formatting tweaks
 - actually do the right formatting
 - use microsecond timing (ms was always 0)
 - capture the length of time serving requests takes
 .
   [ Dustin Kirkland ]
   * pollen.go:
 - put brackets around request length of time value
Checksums-Sha1: 
 516cb274c5825433b5c9671e80f8e5884bb3e3e4 1738 pollen_4.7-0ubuntu1.dsc
 bc1b696452031d2f69e6a616e7324dfc10503ad9 121807 pollen_4.7.orig.tar.gz
 90759ed92da8fede4e0200d7a16746fd1bde136a 12257 
pollen_4.7-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 c46d8ddc8f63867a003f57bf93c7b2f955d64de98061a4b242a71b1ae2a0b1c3 1738 
pollen_4.7-0ubuntu1.dsc
 577e4880959d814278c03ad8b30d6bb7c31bd655a4fe1dfc6fdf155355f76586 121807 
pollen_4.7.orig.tar.gz
 a836b0ddf2444d0d1286602019ac8099125c6734b6464e1934b2af4085a42a4a 12257 
pollen_4.7-0ubuntu1.debian.tar.gz
Files: 
 562b07540ed79fb18031f5c0037f5c73 1738 admin optional pollen_4.7-0ubuntu1.dsc
 0028c176a1d0d83ebf96f4dbc3440c69 121807 admin optional pollen_4.7.orig.tar.gz
 dbdd783fdac6ec02d2b9a53754204508 12257 admin optional 
pollen_4.7-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTDhtnAAoJEJXmQ3PxUpRp+0gQAL3OQtfSYGmnta9FxE88vuOj
18/4CVWCYfXdqOVf+GY3qjclRzOEk0XjxmpW2Qq/RSWa2klTWRncZpLIo/gEePD+
36TG20yrknu5j5QqMNDJmpMiNSzSRx1ZsRxIqeEtcNwO4o2rV9RvgqGRonqaS5JD
Y6VcQpbH0hEFUUNgW2gfAztoD1Dwy3LypVyne7waMv/s2WPMlTyBkjvCUMgX592c
YXaGpu7CmKp99wFNiGPNFf4ij7nNXH6YtJ9mtRLpfO3oPUlOUsIiBc+9vUVVLPQZ
2FYm89SRoeZZT3gde/EGqTcDuXWhhE07m5na2y8KHx42ArS5BYvjRfwXL2y0vIY3
hznMzuPGbxtS6BpyTT3PW6u9HHgCfagW536N7VR/ExfQmaoDNEPXrqDZdr0VIeK1
xQGEOj498tXqcFU9s5iRTj49VH3LwUYzjgz3vzj/ORDrB/hbIuyWjqb+QoQOKZqt
kk1Dyc3J1TfypC2Gm//iFxQtBa0JISUDwPu+gLBAMNYbEbwj2KcpoNv4ScB54Cx5
CETY6XhAWhauu05ZcpnVA7oR7j+xqaSGAk5NJbsi0EX3fvGKmQqny9rywmdjnBSU
ZnFwyvLFGfIqLh0341/gCtPngzKIk6/AyQyfrNvoCecyLyOYWfRHUAF0Mw4SttsB
2l9poNG/7LBMCd1ACmfG
=V3Cx
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman

[ubuntu/trusty-proposed] pollen 4.6-0ubuntu1 (Accepted)

2014-02-18 Thread Dustin Kirkland
pollen (4.6-0ubuntu1) trusty; urgency=low

  [ Caleb Spare ]
  * pollen.go:
- Require the challenge query-string param to be provided
- don't create the random device, if it doesn't exist

  [ Dustin Kirkland ]
  * pollen_test.go:
- update test to handle required challenge string
  * pollen.go:
- incorporate feedback from Adam Langley
- catch errors reading the random device
- add a note as to why we're checksumming the random seed
- update message when challenge empty

  [ Caleb Spare and Dustin Kirkland ]
  * debian/pollen.upstart, pollen.8, pollen.go:
- Use flags rather than positional arguments, and plumb bytes argument
  through

  [ Dustin Kirkland and Matt Croydon ]
  * debian/pollen.default, debian/pollen.upstart, pollen.8, pollen.go:
- add support for specifying the TLS cert and key as command line
  flags

Date: Tue, 18 Feb 2014 14:50:56 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.6-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Feb 2014 14:50:56 -0600
Source: pollen
Binary: pollen
Architecture: source
Version: 4.6-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Changes: 
 pollen (4.6-0ubuntu1) trusty; urgency=low
 .
   [ Caleb Spare ]
   * pollen.go:
 - Require the challenge query-string param to be provided
 - don't create the random device, if it doesn't exist
 .
   [ Dustin Kirkland ]
   * pollen_test.go:
 - update test to handle required challenge string
   * pollen.go:
 - incorporate feedback from Adam Langley
 - catch errors reading the random device
 - add a note as to why we're checksumming the random seed
 - update message when challenge empty
 .
   [ Caleb Spare and Dustin Kirkland ]
   * debian/pollen.upstart, pollen.8, pollen.go:
 - Use flags rather than positional arguments, and plumb bytes argument
   through
 .
   [ Dustin Kirkland and Matt Croydon ]
   * debian/pollen.default, debian/pollen.upstart, pollen.8, pollen.go:
 - add support for specifying the TLS cert and key as command line
   flags
Checksums-Sha1: 
 97279e8b3a4c79cf6719e17da2a5b0cf840d8985 1738 pollen_4.6-0ubuntu1.dsc
 4009388a708d41cf2694fccdb47ed74c43c26b83 120020 pollen_4.6.orig.tar.gz
 6e2b0c0724877d939a158bacbd1cc9560a2cf980 11805 
pollen_4.6-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 cfe7c145832b74b2fe9b1d1e3325df731c0df83b86984617b3874da775927cca 1738 
pollen_4.6-0ubuntu1.dsc
 757683a5e7722bd8f77e68bff1f959412ed6a1c1a3666bb0006c6494c1521aad 120020 
pollen_4.6.orig.tar.gz
 a78319eb161ef493cf9b8cf92b975f3319b5e702521dd569d76f189ebbb98e7c 11805 
pollen_4.6-0ubuntu1.debian.tar.gz
Files: 
 f894d523c4097e66c32b945416caac97 1738 admin optional pollen_4.6-0ubuntu1.dsc
 d8be20932aa88730e6cb873f52731968 120020 admin optional pollen_4.6.orig.tar.gz
 498311c632bb5df154a4f84c3b718533 11805 admin optional 
pollen_4.6-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTBD5+AAoJEJXmQ3PxUpRptTcP/3ulP0pN1Nsg5aJVsbf3exFL
KdPEjC/rd9QO4aGxvuYwmsP3dTY1y5GbvdVOUo+gD2OP0mEB5UTFi1yH5aoYD0Sr
QofhpQOBaEAOhmUg/KSRrUiv7UdQz7Yv9qNifoIYkx20bbnuR4N1QahNE/EEiC9D
FV0EyPG0RBKQBSyXM0FiIxpLocUV14xLMSCzVTFa7sAt0D7AR4ATgX5ACxXu5+O3
AUEXqGgfM088CWe5f2FYY1NVJ/R3sl6lF8ZFHOCWSPIMGpjU5wlKkmc5Xq23CRwu
NyaZ/z3I/BHa9giQfs2nRj2bh0mQxJ5P9ztBNJKF7rCydaqX3FNvTWQzKHqk8KHh
kSWraVubxSbGY9qbACibuYsGI/1xGE1yf10IQGrGk1wLNn+WfoYeUaWbqZfpZb1g
Mp6InprFcKyn3ugmjfwbxdFijH0weQBcw5LSzqc+x9UuWjKOYL11zU1LmlEWkUr6
xVMrZkWlkqQlrN4MxhtmTuOyVMmgl2lEr+e8+C6OSTjIa2O/P5xyiJnDhuGL4unS
ZnqB2s/Ni0uuCZFk5nTHFccfgnd52tTKaU+QTtU9X4ZuOixEAdR4rvPeqqt11j7c
5yM/nKwKF7jTYU2YsSK88PowRERexra4BvQbok7c+hJp6VVWxCk3vjNjGRjv+hiL
ZNuTalj+zaFGqhsXF/N+
=NX/W
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollinate 4.2-0ubuntu1 (Accepted)

2014-02-17 Thread Dustin Kirkland
pollinate (4.2-0ubuntu1) trusty; urgency=low

  * debian/pollinate.default:
- use curl --capath /dev/null by default, to mitigate SSL CA MitM
  attacks, since we're shipping our own public cert

Date: Tue, 11 Feb 2014 18:05:54 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollinate/4.2-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 11 Feb 2014 18:05:54 -0600
Source: pollinate
Binary: pollinate
Architecture: source
Version: 4.2-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollinate  - seed the pseudo random number generator in virtual machines
Changes: 
 pollinate (4.2-0ubuntu1) trusty; urgency=low
 .
   * debian/pollinate.default:
 - use curl --capath /dev/null by default, to mitigate SSL CA MitM
   attacks, since we're shipping our own public cert
Checksums-Sha1: 
 9d7c54b9be64ff96c8fc5b9e5b5ac8b92bf9da04 1769 pollinate_4.2-0ubuntu1.dsc
 39ca8fa8c2e8d5d5214b1ac7799c94e60694e02a 90431 pollinate_4.2.orig.tar.gz
 0a338fc2474e9642156f9b045e9b99b8db2d8209 10948 
pollinate_4.2-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 1fd5b9b06e83e9d5254e8a12aeb6073f51f094152a693dc8ebb83b3711dd8079 1769 
pollinate_4.2-0ubuntu1.dsc
 09db70fbba18a55606ddd775c05af27e8f4a60cfc6be224add868f399704fabe 90431 
pollinate_4.2.orig.tar.gz
 94124a836860586d921008e5f7d95722c282da9977fd98a9ca9e25e0cc7e8fa1 10948 
pollinate_4.2-0ubuntu1.debian.tar.gz
Files: 
 98e3d123ed9690c1bd36a66dc75c7676 1769 admin optional pollinate_4.2-0ubuntu1.dsc
 de9751deee7668e6829112238bdd9319 90431 admin optional pollinate_4.2.orig.tar.gz
 db592512ad56cef2dc49b774f868a1b1 10948 admin optional 
pollinate_4.2-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTAffqAAoJEJXmQ3PxUpRpDDQP/3b/7r+KILrfa0MEHwXv1vkF
2KHOSDU8lcZlIlL8p13Clil/meVJk2llv/hvOztN4jYqsiEHIWcL6ZQoO+vfluvW
oH/mpQ+kgT9ydZX3KyPM+tBToBRbhFhxMLsDmnGO7720ZibSCtDgiDPHhfbPphiF
ys9g0Wk+Qhv82iiGET+Nn8nGsWrO2yuPc9A2OBig2v4Hl3WeaweT2Skr5KZoYt7Y
RjDItkB9VGeet7TmjIiAyvDE5wuNMKnw0+HPm6hNSSqlVvRS9Kbt202DQhvY/MKk
wfFHubXnzJGEZU1ERoSLdLooSqRogkdxkc3t7jM2LvZpU/qwijXl1HHA+648Ocfq
pNE9yVvgg2MwKD92fKNR3TSM7BBjdFlAtii0hUCsq0rYmLCUEU8ExDK74wL8OKCq
Wj5neqNoaCP9qg8NjJ3qksEXEGnzfCRmkWtRdqIm3veiNTF5yEA+q89g0qfgFTJ1
dB0G/eHl060bSX9n9FaABfszpaalt2ublLZFbg8rosZqYKAM5cljppc25ActE8Vb
+Q8V6/UdYiruQQRhFEZzs3EpoTR5TnAa/XsMXTiy3rS9nWpeeJ0HUKa1zomBdu0F
rsCpWQX5JhN0cO/spusPArYrWkc/fZfoboN6kyGcFwZi/95rilEzszILxXMDa6Rc
rmfuQaOjHjubGzNbHgOp
=aEWt
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 4.3-0ubuntu1 (Accepted)

2014-02-17 Thread Dustin Kirkland
pollen (4.3-0ubuntu1) trusty; urgency=low

  * check_pollen:
- ensure that the nagios script uses the -r|--reseed option

Date: Tue, 11 Feb 2014 18:04:10 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.3-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 11 Feb 2014 18:04:10 -0600
Source: pollen
Binary: pollen
Architecture: source
Version: 4.3-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Changes: 
 pollen (4.3-0ubuntu1) trusty; urgency=low
 .
   * check_pollen:
 - ensure that the nagios script uses the -r|--reseed option
Checksums-Sha1: 
 2e261dc8a7d077839ed953fcf6223c396c3c6afc 1773 pollen_4.3-0ubuntu1.dsc
 cb5adaf357025e06d3565e4e7cb852bbbfdae3bf 118031 pollen_4.3.orig.tar.gz
 54d457d5672efbf29ed27a0cdf9d13f0a0830e73 11035 
pollen_4.3-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 459ef582f6a34ee8ac76614e1ece7d12fa330254af55ef629bfe76080ada9ee2 1773 
pollen_4.3-0ubuntu1.dsc
 1a6fd09b5a89f53787d3acfca35848172397c1d4ebd5916cafd95e0a5f1050ff 118031 
pollen_4.3.orig.tar.gz
 155a3d43fc8c093fd91d1c83f3971fe4fb48abe4763d556819c8c98f5989edab 11035 
pollen_4.3-0ubuntu1.debian.tar.gz
Files: 
 aa7f0456ecc529f21ca489cf50a792f6 1773 admin optional pollen_4.3-0ubuntu1.dsc
 8df7323981333d288dc035b90af4085b 118031 admin optional pollen_4.3.orig.tar.gz
 ee84b3bf77c4221ea4f1edae6aa2127b 11035 admin optional 
pollen_4.3-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTAiy+AAoJEJXmQ3PxUpRpWNcQAIZOtP+BtEGFs/Zf9+a7HgAY
yX8y3ORHnt5LiasYjrO8+opIyThVBE7Cm7NKSEUz2usOTw80IYNE+h5kNmjRbaGO
qPKVU34pr4OfOqpql7dbQAg8xfi5kepJdU+1TcgQEU8k5g/6qQBRV2a6s7NES9mv
piLXBNV2lIr6bojzEHA0AwBRRt/+6xiLrEZ47w3Dk56/weLgSoCWOCkQ8smhrjuf
w8JK1duzdSoV/vamIZ4KSyQi0rhuxJnI+wNk3X1TugYaYdOr6qQrgX4hhAcHe9yH
iD2IqViyilZ52phh5/Cb8vCwZWsrf89XdFXlIzozs6EwHCsTRI4x1VLS2ufKPo9M
68KmxY+nbbuycPor0GzzG9qZthc47m8stREj14t/e9RP7NSohkRFeGYxoclPvddJ
QqKt2kZ9tf/hNZBzKnUK0VfJfCRUKk99zqxHUQ8NRNVLiRwDsKTwPIg/zRXTuDig
dqjI2tjJ1rPY2SB1D/O17ugxHyduMdK6Zhlmk348MYE9HlX4UZ7/5c9MlqUktfVo
wpebAjPxE9hwXLD29W8Zjnd6BnJ9Qd+1DeVGEg1pSDR4C2RPjvcPjt8yBZfeNj2S
rQBQ901iP2J13IIwKnKGJvZCawsmyeJxpzh5THFteUZ8PJP5w0auI2+FjrdPg0L1
5UTV2PBor6f5l9Uq+6Gy
=ETLm
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 4.4-0ubuntu1 (Accepted)

2014-02-17 Thread Dustin Kirkland
pollen (4.4-0ubuntu1) trusty; urgency=low

  [ Casey Marshall ]
  * debian/control, debian/rules, Makefile, pollen.go, pollen_test.go:
- add unit tests for pollen server

  [ Dustin Kirkland ]
  * debian/pollen.lintian-overrides:
- override expected Lintian gripes

Date: Mon, 17 Feb 2014 09:38:54 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.4-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 17 Feb 2014 09:38:54 -0600
Source: pollen
Binary: pollen
Architecture: source
Version: 4.4-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Changes: 
 pollen (4.4-0ubuntu1) trusty; urgency=low
 .
   [ Casey Marshall ]
   * debian/control, debian/rules, Makefile, pollen.go, pollen_test.go:
 - add unit tests for pollen server
 .
   [ Dustin Kirkland ]
   * debian/pollen.lintian-overrides:
 - override expected Lintian gripes
Checksums-Sha1: 
 2637ff212522ddca10b04cb72ba2be6d09880d51 1738 pollen_4.4-0ubuntu1.dsc
 b5f26346f989af78f02b2a351667ede13f381cea 117800 pollen_4.4.orig.tar.gz
 95592d840dcc9d022040902081fcacfabfbacd51 11235 
pollen_4.4-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 20751ed15677f704768912bad595a7eea1291df535760ee85f60ddd294339122 1738 
pollen_4.4-0ubuntu1.dsc
 813d76d4eb7c3f3196398675cbbba36bce17d8c0be1cec922307b52d343867e8 117800 
pollen_4.4.orig.tar.gz
 775120a45e0d6a518f635184170cf320a4693a326af8e6d2fef6da5514489597 11235 
pollen_4.4-0ubuntu1.debian.tar.gz
Files: 
 c6d1a832f470d1cea71d89b9bb636417 1738 admin optional pollen_4.4-0ubuntu1.dsc
 d039acece721b67cb80394b5d5b431bb 117800 admin optional pollen_4.4.orig.tar.gz
 0d5032be949c963a52fa62b28ba9d72a 11235 admin optional 
pollen_4.4-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTAlo1AAoJEJXmQ3PxUpRpvEcP/0b91ZTsMgvjg+psRHg0cUQq
gWAndQHvl+p5AmCCKDB6xIaNCGYTg6k5mvfAQCLh6nOhot1ZxQNgAr/WDkXMBfJR
DFRs6Kg4wD5UMz3Sl6Nyo7BCDRP8y0azX4NSsnKprn59opE7we5isnJ+WW/56R4q
aFnG1BiErCf5S6XPmqLd3GanaQLMoUXm33bFwcMJV69v1Az1lMNzbaKSuCye7cIo
xagA3ritct6fK69+za8mGbHWy9imb8EjJP4aTPzs2QaPwAb8mn95ycZQW1T/Q0Lc
EbJf9pP6MbPA02+VozIdCpCrmRkbDOvnJZiNj+SlXxYrjDo9zfVdru0taZzbVogm
rYORJ+GGghJHUmzQ/JniW0u0i4G/vn140TjkzrKwlERo2tQzWgPYDhXHpzLvHRsx
BUpdXDZ+5bniQ4Uwk2J5EsWNNxlbKk5c52IWmehUvlwFgJlHUflzSRIeKTkaTbyt
SegBpAGLPy0zQ9h8UqdEw7Mb9tgdBCuCIvGl0wZFtwYQpm61Zd9bHDs9RvFRYLoP
Vg9nol6LS9exUL6quDp7vXmQ+6kHTISv2d7K4dDqvky5fMZ4nCY5J2ppWgHx91Ba
9RFprp6Lf9mJ7/gSC3amJyiCenXE8X0AE6SeFlArG9SM377BXeeouCQVcHIZeGDJ
yp8NxuAZKZyBaDTsJ7Oe
=bFyQ
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.73-0ubuntu1 (Accepted)

2014-02-17 Thread Dustin Kirkland
byobu (5.73-0ubuntu1) trusty; urgency=low

  * usr/lib/byobu/include/Makefile.am, usr/lib/byobu/include/tmux-send-
command-to-all-panes, usr/lib/byobu/include/tmux-send-command-to-
all-windows, usr/share/byobu/keybindings/f-keys.tmux,
usr/share/byobu/keybindings/f-keys.tmux.disable,
usr/share/doc/byobu/help.tmux.txt:
- add two new keybindings for byobu-tmux, Shift-F9 and Ctrl-F9
- these will prompt you for a command, and then run that command
  in all splits or windows (respectively)

Date: Wed, 12 Feb 2014 14:30:40 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.73-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 12 Feb 2014 14:30:40 -0600
Source: byobu
Binary: byobu
Architecture: source
Version: 5.73-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Changes: 
 byobu (5.73-0ubuntu1) trusty; urgency=low
 .
   * usr/lib/byobu/include/Makefile.am, usr/lib/byobu/include/tmux-send-
 command-to-all-panes, usr/lib/byobu/include/tmux-send-command-to-
 all-windows, usr/share/byobu/keybindings/f-keys.tmux,
 usr/share/byobu/keybindings/f-keys.tmux.disable,
 usr/share/doc/byobu/help.tmux.txt:
 - add two new keybindings for byobu-tmux, Shift-F9 and Ctrl-F9
 - these will prompt you for a command, and then run that command
   in all splits or windows (respectively)
Checksums-Sha1: 
 63d07c59da44a99fc85c5c497d5777449e412340 1841 byobu_5.73-0ubuntu1.dsc
 b7a27b41c7bc384394fabfe9e589ad2d0c4fcd89 635985 byobu_5.73.orig.tar.gz
 7364d3c2631d79b9e5bca632810aa0b8a290ac6f 66808 
byobu_5.73-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 d5e9667af067f66e6bb3ea6d7c59acb75219ad33fdecdc25e3b9994c96a7c122 1841 
byobu_5.73-0ubuntu1.dsc
 c5508b591f4bb1f9cbfb3e9264b3e123eac791c395c5864b9ccb3da10e684ce1 635985 
byobu_5.73.orig.tar.gz
 de53d9a143316b14cffb12c01571b02c4d087049870fd1afe6d07bd5d0f78b54 66808 
byobu_5.73-0ubuntu1.debian.tar.gz
Files: 
 e7f8abd931b93ccfb3a123ba9d9c8daa 1841 misc optional byobu_5.73-0ubuntu1.dsc
 9d0e546b1f2b8e3c08e06c931b25e665 635985 misc optional byobu_5.73.orig.tar.gz
 d7d4f114cbe21f70a4a05fdcb7056b6b 66808 misc optional 
byobu_5.73-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJTAnmiAAoJEJXmQ3PxUpRp3OwP/iueb/LU657Biwg0iAcSuVpS
bJQnDsLF/KIfWCrMQ9OzFNpgGwpBhZPznn8mZUDOO1eUoeJ+cGJxpN0T9q+bMiaG
g4qMrHxpowWBukNG7r6Sp3leQbrbwx+HBC+ooFBHkdBbFsM7JG9idZJQJQcRDrPi
fRcJm2Wea4PHwVb4OYG+I90quSkxqrrDzY4AkOomb5Q8nSJ+tmpor6bPpTs/vS0B
NRRb+344YWaQougVxbUDNJeXv93gNWJsglEiSxgjvqJV/eNJUe9F+1trsjCbbXkn
589MgiUHESNwv/vb7zzpbYxVM2a8L+fKeGpbgrK0erLCIy6C5XlqyfnmZGNmZedz
eTZc20abNrt6O2Uh8vZxhepb06119mq2Isu0iNi4ffPvbRccesEGiG90J/bjDXN1
/kY9aNXWW5oc2eTg6mepWv/B5WmeNQuPJJQb05aj1vajgIP/CVY4ULehkXAh4hHF
lInfcm9SL7zU2XfAQbvzGsVyNW+Si86vcMBFPpbF9/n3fIN5SNM146GkleooyufK
SQDoKD9LJ1BrkORtyNbR8TOsdqLwMM/SuG/qvlW3wyt3PQicO7G+lvkbPDVODSIg
9DHqsCbIfo+7gRYAvrNT6F4ydIKzV8If/Bhbv4cEUJ2fsIdLeHQ1CWRkviC/Kx10
RcWIMrGpe1TiQiunf+Nd
=kCM2
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.72-0ubuntu1 (Accepted)

2014-02-12 Thread Dustin Kirkland
byobu (5.72-0ubuntu1) trusty; urgency=low

  * usr/lib/byobu/include/constants:
- make sure we export this variable, so that we only need to
  do the expensive test once

Date: Mon, 10 Feb 2014 15:38:26 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.72-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 10 Feb 2014 15:38:26 -0600
Source: byobu
Binary: byobu
Architecture: source
Version: 5.72-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Changes: 
 byobu (5.72-0ubuntu1) trusty; urgency=low
 .
   * usr/lib/byobu/include/constants:
 - make sure we export this variable, so that we only need to
   do the expensive test once
Checksums-Sha1: 
 711781d90aa6c15c76facdc79c3a34be82c0d074 1841 byobu_5.72-0ubuntu1.dsc
 a0a7e75fe4f55f27aee073dbf77869aea5df6fb6 635637 byobu_5.72.orig.tar.gz
 4001ed67e0c20bc47d7a2478296a2787968db372 66654 
byobu_5.72-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 0394413b79d2d443895e44399ecb632f0a0988ef952f86e0952b161344d04774 1841 
byobu_5.72-0ubuntu1.dsc
 185d192f2a95bf2b2ee5bfa52452df52eb31f8c23df27edbd24e5788fad3d069 635637 
byobu_5.72.orig.tar.gz
 25cafdf1a384d06f32e7437e3c35b8b3f5cbd850afcbed78adf3e9b6d5c46dd7 66654 
byobu_5.72-0ubuntu1.debian.tar.gz
Files: 
 2b49d4ebb261466a05eef1dccc5024f5 1841 misc optional byobu_5.72-0ubuntu1.dsc
 69b6ffbaf61bc0e5bdc893aa8967ce3f 635637 misc optional byobu_5.72.orig.tar.gz
 db6b66e876f979c71bbe88202c936f4d 66654 misc optional 
byobu_5.72-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS+9mFAAoJEJXmQ3PxUpRppScQAKVf3AqvCloeKRViRg1IiN8q
0pZJw8r24WBu+Z3dfMgXdZeabWN3lIDcpRIPqDNT8SeJDLNqn0E/3mFe43IEWYtc
S33unIP02QNscBtQpZCVeOQhkPdybJAmcaNtKnrLXgO9CHVVJ1Irn7rdmOveD3N0
VovF+ybgSQHmQzpmz1lB/p2p5+Xl+DIOcWbDUAMtZD8d+cAFDO+PowlF21DSg6RR
PXGJlLYvNVYmu/nzx3eEMqjUa23TG5Sbr04td1ZtEurxTCxQodciQKWzoGx5kU7n
bJpThTlAiFtnSt8lEBlEzut/9tFAnEZwzv/ef1cvRXSYciKENeffZHZyaQ/e1lCE
pRwTCR7yOutmXq1Ccca3H9B1TGeBUtIHdRFPWZnt6yurt42EVDESOKFFlfkR910g
aYNWA66w32fnNGujJ6iNHukjPC8G8jRkHxFv7qjoxnr9kaCfYRpKwPUExDtBfrSp
a61XbkUb4kUbLQnIqmsvj0N6T0uVKPNSUL+oUsFw/fUDWSMgqpWrDd0Co0ifguRx
dVoLSvuceQ8yVzI2vHTkcsqCETBHRFNqesuBG4EQBjTrFTuNdB3XtRxZ8Ij7YWuQ
kjh9kMTflXGRk3HZ1RGayOyBu/8sSpq7E9kNl4DPi7zMTybREilFdf+sKgamy95j
t8Yha0mne57rkMY+vc4Y
=1/Q5
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollinate 4.0-0ubuntu1 (Accepted)

2014-02-11 Thread Dustin Kirkland
pollinate (4.0-0ubuntu1) trusty; urgency=low

  * ChangeLog, check_pollen, COPYING, debian/control, debian/copyright,
debian/pollen.default, debian/pollen.install,
debian/pollen.manpages, debian/pollen.postinst,
debian/pollen.postrm, debian/pollen.upstart, debian/rules,
img/pollen_14.png, img/pollen_192.png, img/pollen_64.png,
img/pollinate_14.png, img/pollinate_192.png, img/pollinate_64.png,
img/pollinate.png, INSTALL, Makefile, pollen.8, pollen.go,
usr.bin.pollen:
- split pollinate out into its own project and source package
- pollinate is a simple shell script, whereas pollen is a compiled
  golang binary; this was proving far too complex to manage together
  * debian/pollinate.postinst, debian/pollinate.preinst: LP: #1278770
- clean up busted/broken conffile, oops

Date: Mon, 10 Feb 2014 14:16:12 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollinate/4.0-0ubuntu1
Format: 1.8
Date: Mon, 10 Feb 2014 14:16:12 -0600
Source: pollinate
Binary: pollinate
Architecture: source
Version: 4.0-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollinate  - seed the pseudo random number generator in virtual machines
Launchpad-Bugs-Fixed: 1278770
Changes: 
 pollinate (4.0-0ubuntu1) trusty; urgency=low
 .
   * ChangeLog, check_pollen, COPYING, debian/control, debian/copyright,
 debian/pollen.default, debian/pollen.install,
 debian/pollen.manpages, debian/pollen.postinst,
 debian/pollen.postrm, debian/pollen.upstart, debian/rules,
 img/pollen_14.png, img/pollen_192.png, img/pollen_64.png,
 img/pollinate_14.png, img/pollinate_192.png, img/pollinate_64.png,
 img/pollinate.png, INSTALL, Makefile, pollen.8, pollen.go,
 usr.bin.pollen:
 - split pollinate out into its own project and source package
 - pollinate is a simple shell script, whereas pollen is a compiled
   golang binary; this was proving far too complex to manage together
   * debian/pollinate.postinst, debian/pollinate.preinst: LP: #1278770
 - clean up busted/broken conffile, oops
Checksums-Sha1: 
 0fc4d96046c746ff03119a384f2876f1f2fa418d 1769 pollinate_4.0-0ubuntu1.dsc
 ccfc624a19146ab82d3d7076eae183520e6c12d7 90097 pollinate_4.0.orig.tar.gz
 6bf5e71eb3dc5c95758065d36489fecaedfe3a62 10569 
pollinate_4.0-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 e002786982bd24458834d3b37aeee308e89abd0919a10999c4d26e55ec6f4a16 1769 
pollinate_4.0-0ubuntu1.dsc
 f672d3c807dddeee779ec6bec6e7db22d620d58e9408d3c52194027c853a73a5 90097 
pollinate_4.0.orig.tar.gz
 353f27af103f093ef2dc0976605a2e120ea80aae0ef202604ae322b4d7f14a44 10569 
pollinate_4.0-0ubuntu1.debian.tar.gz
Files: 
 a6d080ac03262755ced2061d8e6061a9 1769 admin optional pollinate_4.0-0ubuntu1.dsc
 0e087ee0b7eef5d2b8d42eed89356eb7 90097 admin optional pollinate_4.0.orig.tar.gz
 681644db8977f1d7e81c5c801f606fb2 10569 admin optional 
pollinate_4.0-0ubuntu1.debian.tar.gz
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 4.0-0ubuntu1 (Accepted)

2014-02-11 Thread Dustin Kirkland
pollen (4.0-0ubuntu1) trusty; urgency=low

  * check_pollen, debian/control, debian/copyright,
debian/pollinate.default, debian/pollinate.install,
debian/pollinate.manpages, debian/pollinate.postinst,
debian/pollinate.postrm, debian/pollinate.upstart,
entropy.ubuntu.com.pem, INSTALL, Makefile, pollinate, pollinate.1:
- split pollen and pollinate into separate projects and packages
- re-enable the pollen build

Date: Mon, 10 Feb 2014 14:16:12 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.0-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 10 Feb 2014 14:16:12 -0600
Source: pollen
Binary: pollen
Architecture: source
Version: 4.0-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Changes: 
 pollen (4.0-0ubuntu1) trusty; urgency=low
 .
   * check_pollen, debian/control, debian/copyright,
 debian/pollinate.default, debian/pollinate.install,
 debian/pollinate.manpages, debian/pollinate.postinst,
 debian/pollinate.postrm, debian/pollinate.upstart,
 entropy.ubuntu.com.pem, INSTALL, Makefile, pollinate, pollinate.1:
 - split pollen and pollinate into separate projects and packages
 - re-enable the pollen build
Checksums-Sha1: 
 4143c4158166deceec8007065e499877eeed38a2 1766 pollen_4.0-0ubuntu1.dsc
 74c2bb942c687233ff66a919d80c4cf462480e8c 117775 pollen_4.0.orig.tar.gz
 9c34e35a991b4a39f310a89ec8e0e3436085098c 10829 
pollen_4.0-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 eb0f5886cf56dcc0ece99104215ade802dec59a30ca049c15b0d7972db6fea6a 1766 
pollen_4.0-0ubuntu1.dsc
 7c30e63b14f0899e7225fdf3658f52964dad195d9041d7c73f01967765063a00 117775 
pollen_4.0.orig.tar.gz
 9d93531ae845d61d49d3d6bea1cee41e912d14549bff0a97324a49fe82820530 10829 
pollen_4.0-0ubuntu1.debian.tar.gz
Files: 
 a275be21c6e22c8ad1c9a196cb4acd45 1766 admin optional pollen_4.0-0ubuntu1.dsc
 6448d6919bccde55c2ba679c255cccf0 117775 admin optional pollen_4.0.orig.tar.gz
 037b1ce551500acb0226807871342de6 10829 admin optional 
pollen_4.0-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS+kRUAAoJEJXmQ3PxUpRphVEP/i9fOTG+jZwi1l/iikG0eZzN
lrt+IqDP3BvA2v9b4RDrzuV7W14JgO1HlBqzP5BNWHZ3RJg3NDBHw+O7xuPepErr
G6p9JIrTxDImi/LbP9cQzwUZG6fzrlND3E9fCcdce8yGodQ0qCh3EqR57Z6JltL2
Hn/fqfKRPCdKyhBpkusHCGgJL3CR8EkzpERssN5WSBQMUtaF2Q7D78+35uu/F/6U
GPJenTto2ksmxLbVwWtkibuEz0s0lDi4JKBpGOvPZhxr4u3lBQCEdl9/E8/DFG/T
lrZKEb3J6GQsbwb3LVx6yaPh55B3R3oD82PfJNrpEG4dJnZma9KMPY/U8G/o0d0J
RSUC96k1+NIz8Rn2T5wQK7eFSlwrRutYJQMQxTWuFOhtgx+LVEn1I+K30W3b261y
yuWgQeEiTLk1VcQ11Rakrx85+iWlx82EO9CxA81T5weoiV97DyV3Ct4J/MPC1Z2m
+Ipq6OxDvLj26UfXMa3qdPOxzwK+REoMvITifJHKve/dXs0fdC6NkJKKIosEyJHL
Cya08dd8sVH5P80iY0a79DwrjCxHMCQ01MitXoYdDPyqllsmVlZ6Mtt8SHMo3KbD
gS5DXkXGn/VO5v0Vp4hPQ64aZy2H8JI14w+hrKFAlwnskbTRuxCuXZL6EHnQtSx2
fdIFn0DR9r8RVfaVGoKw
=5d/y
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 4.1-0ubuntu1 (Accepted)

2014-02-11 Thread Dustin Kirkland
pollen (4.1-0ubuntu1) trusty; urgency=low

  * debian/control:
- build on amd64 and i386 only
- these are the only builds I've been able to confirm when building
  with golang-go
- note that this undoes the fix for LP: #1274074, but that's the
  way it has to be, until either golang-go supports more architectures
  or gccgo doesn't suck

Date: Tue, 11 Feb 2014 09:40:28 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.1-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 11 Feb 2014 09:40:28 -0600
Source: pollen
Binary: pollen
Architecture: source
Version: 4.1-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Launchpad-Bugs-Fixed: 1274074
Changes: 
 pollen (4.1-0ubuntu1) trusty; urgency=low
 .
   * debian/control:
 - build on amd64 and i386 only
 - these are the only builds I've been able to confirm when building
   with golang-go
 - note that this undoes the fix for LP: #1274074, but that's the
   way it has to be, until either golang-go supports more architectures
   or gccgo doesn't suck
Checksums-Sha1: 
 5f62c5e993021cdcae622a2c2cc52700938e585b 1773 pollen_4.1-0ubuntu1.dsc
 4ea1af7661f14565c44755755a323f19950f68c6 117896 pollen_4.1.orig.tar.gz
 2cd6cfb8887156c707081bd25682514ede7b53be 10977 
pollen_4.1-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 93a4471592c2e147697e35c6650fe7b2269791a08456aab3ea811eb7a625857c 1773 
pollen_4.1-0ubuntu1.dsc
 769e0866b64dd22d405ea32eeb0f5baa7c3dee9a99fcabc0446cfe05241eefce 117896 
pollen_4.1.orig.tar.gz
 dde31d054d8d091daf078620858614b17cc746f2035b6badb77caca6b41c6692 10977 
pollen_4.1-0ubuntu1.debian.tar.gz
Files: 
 77409605f3135eeaae3168d6f75358ab 1773 admin optional pollen_4.1-0ubuntu1.dsc
 f68412b4024d5046afe8d25b8d4aa39a 117896 admin optional pollen_4.1.orig.tar.gz
 e427f92032c7171fd14bd35a62107203 10977 admin optional 
pollen_4.1-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS+kt9AAoJEJXmQ3PxUpRpOO0P/09yu9QB1jtW1XzHEK5D0x+H
ed3V9L9PW5L1+CdVYkG4FLQFyLHNOcki6Du+aeGKf7idzoMIppBfRDqtzVJ2cc7A
U964tVUGklcY8ufwIfs3XWFj7yyH32ZM6DeZsbn6PCO36fBq7Emcvn4fFIgY6318
a6bqEhEoGHeGiVfMI/azITuocZD8jK5Q6+ZHCQJZFLSdu55YTxHfdIfxYUHdjGbB
MEtfLpqTPDR2d8fVXtzAysGaQTxbjxGXDLzPzcGByPMF+ohB5JSKNY4DUfea0chE
cPrFWt1XlzO9S9/xOvzFJ2UmYN91+HPNXasetLgcoyTBunD6vidt6IvIWfhPOnAw
yDwsvQ/BMGi13A+28kxTED+CxgtYFRbPLBayiLSUyXaxmKf0rjL4K3jiCoUPa8Qa
pEz9TZiCt3LnVjCRezl6rELgo2IqPijd1+HPK8zOWjB71ynaapQMMCj6HMX/WMU1
pD5H917voUsdmDk6hgW94jNUM8Ac0S38KviSW0IFdPcKb+j7mz2tPwOgozFEYlLp
xR25EkvlXFmgPNjRIExhb4VF4n/8PEzAtJh1jzPw//2Zps2hIq+mkiI0HR+kJE39
azLQCnOzb0kAvpSexZZDehSwBf1km3MFStyaJ8T5XoO5phlpmAVsFJgg1n++2FcC
5tMGeAbMoqzAufZC730U
=4b3W
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 4.2-0ubuntu1 (Accepted)

2014-02-11 Thread Dustin Kirkland
pollen (4.2-0ubuntu1) trusty; urgency=low

  * pollen.go:
- remove redundant line
  * README:
- remove deprecated bit of documentation

Date: Tue, 11 Feb 2014 10:11:21 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/4.2-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 11 Feb 2014 10:11:21 -0600
Source: pollen
Binary: pollen
Architecture: source
Version: 4.2-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
Changes: 
 pollen (4.2-0ubuntu1) trusty; urgency=low
 .
   * pollen.go:
 - remove redundant line
   * README:
 - remove deprecated bit of documentation
Checksums-Sha1: 
 590db5f25c0ad38fa8af65355edf7d9e3deccb70 1773 pollen_4.2-0ubuntu1.dsc
 fa815297fe40c39c1bac606cc6f3193d756d2771 117983 pollen_4.2.orig.tar.gz
 2589a0bee4f1a2b9c731689004aba8df42f22b0e 10985 
pollen_4.2-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 2b533298a646a5d8e7f4dd697964a653b0301faa3e69f3920f81ccd7152b6506 1773 
pollen_4.2-0ubuntu1.dsc
 8e954b2644853cd03fa0a75af4cedcef5348bccefbb6f78342f2b80a5cc49a0c 117983 
pollen_4.2.orig.tar.gz
 dd582c2e28a7853cc64ddbee5c7a640b1cc68d477077c66f2fccd40593d6bc7b 10985 
pollen_4.2-0ubuntu1.debian.tar.gz
Files: 
 ae21d0382a7984a582c386ba17f79f44 1773 admin optional pollen_4.2-0ubuntu1.dsc
 b4764648476c37f9ea6d3dd72cb01983 117983 admin optional pollen_4.2.orig.tar.gz
 64ce03078c08417828406632ef87ec9c 10985 admin optional 
pollen_4.2-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS+rlkAAoJEJXmQ3PxUpRp6TgP/3q1YQsc2a2gRFthP13XJi2n
WbAeJa1gHHaTWwIhGFQ6hu1N86QCPAEYmNLG26C7z2pBHU9WgiNDJHQ37KdY4ya7
WWD3SXKpJjjx3Gcott4guzgkrd1dMe3tQEtZviwQW+eAqQB4dQLRZUSJJfPZgBU9
s90YCVW/9kUuXDB9o16RkPUn9vNbWSOtKm7brEPhM/gsV/kVRLGgmvh7KiS3Sd0R
35LA/Yeh3RKg3Hxq7nFzoom0QbfmR80lV+o59n9hmz6wxG4xA6PgQ5/ZY5d9g/3G
3/b9fcyJTC+vYHbJnmhFpLHfyb/6gicjwCqvZ7KhBFfVmw/8rOceizk/054kuvLz
KWwvEf7vaw8MXh/01EvjGm/dghVs/nHY8IIhOLUv+Kvb3uYvruT0sr0oU/vb/VTt
VjvT011btpusbQ/FtA0rrsgvDIZ3pu5NqBc3yzE8SmsiADRkdM0xYxyKWv6WHDUb
JLjnbqAA/MUIoe+vuVT3/gGKy3KcKgC8XPfvYHW809h71G+BrzpEx7XLn7fC7zY9
h6GHP4UumZDHv7FAyraewe99gsAG42wlCrYZoaVMNO++Z+TAkdkqBPbw8eeDFjsw
4+oKt8ayztUnk+yXz+HIFxqy+50G87aAD5OVrtpUkaa2dBJ2nITjJckqRNQeT7pv
M2Pke4doJN3wKQJZU7XF
=OnlE
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollinate 4.1-0ubuntu1 (Accepted)

2014-02-11 Thread Dustin Kirkland
pollinate (4.1-0ubuntu1) trusty; urgency=low

  * pollinate, pollinate.1:
- remove unused variable f2
- add support for -n|--no-challenge argument
- this technically makes it possible to use any arbitrary
  URL as an entropy server
  + e.g. random.org, news.google.com
- document the option in the manpage
  * pollinate:
- move CURL_OPTS to the end of the line, so that the admin can override
  any curl option, such as the user-agent string in /etc/default/pollinate

Date: Tue, 11 Feb 2014 09:43:26 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollinate/4.1-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 11 Feb 2014 09:43:26 -0600
Source: pollinate
Binary: pollinate
Architecture: source
Version: 4.1-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollinate  - seed the pseudo random number generator in virtual machines
Changes: 
 pollinate (4.1-0ubuntu1) trusty; urgency=low
 .
   * pollinate, pollinate.1:
 - remove unused variable f2
 - add support for -n|--no-challenge argument
 - this technically makes it possible to use any arbitrary
   URL as an entropy server
   + e.g. random.org, news.google.com
 - document the option in the manpage
   * pollinate:
 - move CURL_OPTS to the end of the line, so that the admin can override
   any curl option, such as the user-agent string in /etc/default/pollinate
Checksums-Sha1: 
 7737939b9a0467942fcee36f3984913456b4ba5d 1769 pollinate_4.1-0ubuntu1.dsc
 abd0ead9a956550573a991f41b9676dc4f0325cc 90962 pollinate_4.1.orig.tar.gz
 c238c2da021e4b06a34751d3d171c47537f84e75 10709 
pollinate_4.1-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 33f024fc1e205177c61705cfb6640e9f2f48a8097a69575bf187ef09791f8434 1769 
pollinate_4.1-0ubuntu1.dsc
 0704d23c90208c60f4a0862569dc9ce6f84f4903a9a4d0440183f892fa343c04 90962 
pollinate_4.1.orig.tar.gz
 3347e79c1fbf6bf4944598259a9911db63ca0da28d5f2bc0260310bfd5eff9e7 10709 
pollinate_4.1-0ubuntu1.debian.tar.gz
Files: 
 8c8d148ab2910bd5c1e86844fd2313cf 1769 admin optional pollinate_4.1-0ubuntu1.dsc
 fe4e6f3774eb5f1604fb099bec2747b2 90962 admin optional pollinate_4.1.orig.tar.gz
 0b2d9e8cfee5f49e65e0593c1325377e 10709 admin optional 
pollinate_4.1-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS+rqMAAoJEJXmQ3PxUpRpfDUP/0BBpcf5Fe+xtkqB+Zk641Qd
xJg6X06uKVKXi9kdO/CGNZbsE0vYGuzneP/RrWC/bG1NGalTtwCyTsrbbaGLFjXm
Kd6A2G38KwiXWExxxef81AkHINbAyJXxwvg0H8Xf0pqD44424zSiJIb0Y963psIv
hdgKmfV9qPa5s225wg1va/T2g5jjmv+zfK4+xTPHhyXfhF6G7eEt14ybWBPnpV3D
3+4grJW0bSNJEQwrGgefY6DAZWQdxMNfeAisGbqUj28S3dGZJKw2f4NWrULcCdbp
4kCY8HY2seVQwK1gbFc7CYXVZaaXL6jMFO0wYQGi7fRUjJr4O623UGDN4sYeRuI5
BKHFtsjr/b9Eatn8v6vIN+zTeYW+NbptTo/FQS/r1Sx9nmU2wggJXpOuMgPFLURi
3g29uKxR2EmAfBSOhqGxpwqZ/iQ22uxRijfTX68xnhV+NsOeQQA8m56ndivpY+xX
BS1X9pPBLTXzam0SRo4Yiq4jKffD9qhcRebC+wH1hswTqt/64MD2bLol+ylMI0Ai
JskWYoNSOx7pU8kql6sER3PmRsi1YXv2FX6DnXw+s7mj/MqKmKybkg05kSsbkbg6
byP/iaM0JDXUkrNxzMXxXA26dd4L9CwIRckq9VV4iE805wXtMgFtIL/1+w3m6lL8
JTnxlFNhdvv02VOFOws/
=ZoGc
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 3.17-0ubuntu1 (Accepted)

2014-02-10 Thread Dustin Kirkland
pollen (3.17-0ubuntu1) trusty; urgency=low

  * pollinate:
- improve kernel debug info
  * debian/control, debian/pollen.install, Makefile:
- TEMPORARILY disabling the building of pollen, until
  either gccgo or golang-go get promoted to main
- this should be reverted as soon as a go compiler
  is available as a build dep

Date: Wed, 05 Feb 2014 13:57:45 +0200
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/3.17-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 05 Feb 2014 13:57:45 +0200
Source: pollen
Binary: pollen pollinate
Architecture: source
Version: 3.17-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
 pollinate  - seed the pseudo random number generator in virtual machines
Changes: 
 pollen (3.17-0ubuntu1) trusty; urgency=low
 .
   * pollinate:
 - improve kernel debug info
   * debian/control, debian/pollen.install, Makefile:
 - TEMPORARILY disabling the building of pollen, until
   either gccgo or golang-go get promoted to main
 - this should be reverted as soon as a go compiler
   is available as a build dep
Checksums-Sha1: 
 a0135902e28898b8cd3cda0d41488f1772a47b8e 1807 pollen_3.17-0ubuntu1.dsc
 8dff18e84f03848a12039053d2ff2ea7e5d08647 129436 pollen_3.17.orig.tar.gz
 0ef9379f57bccda93af28ffcf2bccc04a89cfb41 11554 
pollen_3.17-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 13c49645b561391b4959b26f571c8f71cecc1dc770fdbc8fd2d5d451a8a77114 1807 
pollen_3.17-0ubuntu1.dsc
 278973c660bc2c745e7a7d3c3b68aa12d93153dbcc153bb4f389fce77f7589b8 129436 
pollen_3.17.orig.tar.gz
 822cb002837a966711ae3d6ad8db8f0a24f12fee1f2937896e4f5146673a4d99 11554 
pollen_3.17-0ubuntu1.debian.tar.gz
Files: 
 4fcaeca1392607c31d0d8eb947e09630 1807 admin optional pollen_3.17-0ubuntu1.dsc
 4a69b310b434719b52ad0217cfc144c4 129436 admin optional pollen_3.17.orig.tar.gz
 ce8363d023450ed2ad2a713f6f57b051 11554 admin optional 
pollen_3.17-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS+TM3AAoJEJXmQ3PxUpRpYFYP/27QsNeJEkqwMtu+ReDJvSDC
B1fjK9w2AxZMMJb051cKcH4ueJwH2fjVOJP0wZXFtJ9LS71gZHtr7irfp3cI0DwZ
bCc9zRhCQqmeVMmQmAd0ii+YmDQFgbMI+xhBp08vCbAbd8mpdj8bdH1wOrzgNpaX
G6d0rUOVEzH0+nNeA0kMFs3AvU/jY12Mom5cQjPcFXxUofqSEGz3RfnxoG5Pl3hO
tlGtIiayWHcGumj3u08+C0fglOnRucxqF0Xi8rNoCg+l38qF4oeLY7gCeXSG987k
QOuPALuoYw9+dB+WAfs/w8hhT619a9SkSwRrdIahMSAfvcuYU3bzSWsxQQf9lVPh
CoGqm7Rsta15BwQYq5YeZ70uqjRO+YjG9oc/hNyokzCZ7J2i1cexcdr41h9NpaJz
qlYICMWiyeOjZ9aNJ291SZOhqUdzTJeG5oJi8MSHIeii9JoKjioyR7TZErfqZL6X
r+mPMBuOG8kEAnwOKel+z113nHbF9fpnkH5tfkgRfwx6xaKJPylCM0UEcR3a/w33
/zTeGa4vAaDQ5iOgQzdOop/EnKXFsfO5uNQ6740Tcbwggz6LuUUFjOXkJMmzNKJ1
tUK9cF8aCe/cw2DPCD7uKH2kfTONaUBpJpQsefYo2j//k7IDpkx+Dfy4AHBk3VfX
DK8mFfiJPt14qi06v8q5
=xqvp
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] bikeshed 1.42-0ubuntu1 (Accepted)

2014-02-10 Thread Dustin Kirkland
bikeshed (1.42-0ubuntu1) trusty; urgency=low

  * release-build:
- missed one, complete fix for last upload

Date: Mon, 10 Feb 2014 14:24:23 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/bikeshed/1.42-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 10 Feb 2014 14:24:23 -0600
Source: bikeshed
Binary: bikeshed
Architecture: source
Version: 1.42-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 bikeshed   - random useful tools that do not yet have a permanent home
Changes: 
 bikeshed (1.42-0ubuntu1) trusty; urgency=low
 .
   * release-build:
 - missed one, complete fix for last upload
Checksums-Sha1: 
 85be18d8b025e8fccf7e18566054e7443b8e72f7 1692 bikeshed_1.42-0ubuntu1.dsc
 e9a5e332d841c37fa82adfdcf64792acceb7dc24 57002 bikeshed_1.42.orig.tar.gz
 561e50fa3e3a481c9dcb8d1f62da682d77977ab1 5539 bikeshed_1.42-0ubuntu1.diff.gz
Checksums-Sha256: 
 011fd583aa1b9e9bf936f420351f18e30be4cec3cd88bc6433f872599414ce32 1692 
bikeshed_1.42-0ubuntu1.dsc
 5ae28a9b3eb3e67b6e131279b6f88fc3b8b2a3566dd25b9987cf915e47a2f88e 57002 
bikeshed_1.42.orig.tar.gz
 cff66bb63b080b1694e8b92c1ffb572a44848ac344327a9ec0e633262a7eb628 5539 
bikeshed_1.42-0ubuntu1.diff.gz
Files: 
 50f73caea6336b79b851042736ecf694 1692 misc extra bikeshed_1.42-0ubuntu1.dsc
 4f09033ccda2cb29c1729766c65aebbc 57002 misc extra bikeshed_1.42.orig.tar.gz
 b5533a31ae01af24253000ac03f3e9df 5539 misc extra bikeshed_1.42-0ubuntu1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS+Tl3AAoJEJXmQ3PxUpRpRSsQAJpMrrEDIeJGGjl2Qt4TnYr7
7HKlk7aXr62BovoH8xLUyk0jzn9XQjhDSfXfutpBJJxn4/sNZUu/TadH227vidEM
ZZBRQs53ako5Wl/v1fU310gltXSHlMJl4oy9iehaodnn1u+rGpVlPpW4776wFMf0
lNuNqSuKHar3XqxyBwQS3nVR5EbvwIAw/LnWzspAwmdkIuy9lhrWUPLiKm6sY582
m03yBUbtrKdz1+TjsisqZlTdp/zF0kqAYYM7IT/X6FUO8RA3VWq3J6SlrNEHTpNC
KlGCYnf5ZjsnRGcSDrIbl6uSOZ7CIbgqrTL2dPKU1i1SRkmawhoRT/yxjJhPVERC
S+ov1l9T1eFrsEEf7dyOutH7oY6LHcoTmtm8IOHiMLuh7PHCGs9i37fUgmmBVB+w
sQT60hVJv53e82Mab0z7u5ozU/wCzzvknn9XccAWICXCmIHTaRC1qGdPhFFqF1Oz
zpr8lykSP2Wux6Ouu0hjWTWKVel0yDtf9mlL5o9i0tOgNMiFA58eUqWl5VIu8nMZ
BjsPLb+YFuZp3SfMIzPC9iqDHzIg32+R7oxHlU3FS6hSRm0EJg3LZeO/r2lPY93Y
IvCz4HuWfXNaZlJgZIeg6Z4WOuRRCTW1hOFyVIyRcAfrzj7UI5DQn3bQtfh+kH8s
OAgb4dZcQOgyka/5e5E3
=z3ol
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.71-0ubuntu1 (Accepted)

2014-02-10 Thread Dustin Kirkland
byobu (5.71-0ubuntu1) trusty; urgency=low

  * usr/bin/byobu-janitor, usr/lib/byobu/date,
usr/lib/byobu/include/constants, usr/lib/byobu/include/shutil,
usr/lib/byobu/time, usr/share/byobu/profiles/tmux,
usr/share/byobu/profiles/tmuxrc, usr/share/man/man1/byobu.1:
- LP: #1059127
- fix longstanding date and time flash on and off bug
- this isn't a great fix, but it's a start
- basically, we need to use the tmux status native support
  for timestamps
- support configuration through ~/.byobu/datetime.tmux
- this will be a difference between byobu-tmux and byobu-screen,
  which is a bummer
- also, there's more work to be done, in order to enable/disable
  this via F9/byobu-config
  * usr/lib/byobu/include/constants: LP: #1278446
- ensure that we pick a python that has a proper snack module
  installed

Date: Thu, 16 Jan 2014 17:48:35 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.71-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 16 Jan 2014 17:48:35 -0600
Source: byobu
Binary: byobu
Architecture: source
Version: 5.71-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 1059127 1278446
Changes: 
 byobu (5.71-0ubuntu1) trusty; urgency=low
 .
   * usr/bin/byobu-janitor, usr/lib/byobu/date,
 usr/lib/byobu/include/constants, usr/lib/byobu/include/shutil,
 usr/lib/byobu/time, usr/share/byobu/profiles/tmux,
 usr/share/byobu/profiles/tmuxrc, usr/share/man/man1/byobu.1:
 - LP: #1059127
 - fix longstanding date and time flash on and off bug
 - this isn't a great fix, but it's a start
 - basically, we need to use the tmux status native support
   for timestamps
 - support configuration through ~/.byobu/datetime.tmux
 - this will be a difference between byobu-tmux and byobu-screen,
   which is a bummer
 - also, there's more work to be done, in order to enable/disable
   this via F9/byobu-config
   * usr/lib/byobu/include/constants: LP: #1278446
 - ensure that we pick a python that has a proper snack module
   installed
Checksums-Sha1: 
 24647cd2c79601ad1cf67f48dd8fded3fd7c7bd8 1841 byobu_5.71-0ubuntu1.dsc
 3dee7d1bb3aa96e63cefb436126a60a393b10870 635621 byobu_5.71.orig.tar.gz
 dd3026590171e4e75c486d253e2d2adbc8427d8a 66617 
byobu_5.71-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 b50948bc4387b7fddfddb0a66575810e18867ae7872f4ef7743a9ee3d38b7c81 1841 
byobu_5.71-0ubuntu1.dsc
 031fff3858f336fc5e29e98c2dcf3edd42804c025cb751de2c9847cd59c7acff 635621 
byobu_5.71.orig.tar.gz
 9a1bfe70533c9f8f8417798abc3a897b16351ce3c7f4fbcfd22152b1541c73d7 66617 
byobu_5.71-0ubuntu1.debian.tar.gz
Files: 
 5363e2fa96f76cf5ba7bbb52de112e63 1841 misc optional byobu_5.71-0ubuntu1.dsc
 b8a42e8c7ce49a225aa30979fcfdf299 635621 misc optional byobu_5.71.orig.tar.gz
 9a786fb49002a71b803c1ee5f4916d4d 66617 misc optional 
byobu_5.71-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS+UajAAoJEJXmQ3PxUpRpfPMQANdSAmMOhlojDC/5ePXWm3Zc
jwywcWEjCLD4CVSuQIXbgOaXT37tLWWI3DVDRikWW/VVbPCbTu6Bjma0ijlZclwE
K1e9F3g8HE1LvUOOo9rGqatbTyp5BWyNdedcfL8+CJhyAnKwCcyTUxLjlVyOS8ZF
ekgiNYYSg/kYNU6NR/iTDByfTxSbGE3NZqQ+EFNEAIawy4jmm/O0GmGcPrD8UoSW
4vBCpk04m3z2L3mOBwcqmDl7RqR92RaMdw194arCL8UdOtPowXldUBr8Bl5f0/ry
hklNY7TZq93P7KC7oLX013yh+xGOBvhFHpjVDTKh5YyvevQcxnOH17UvP9vbDoLr
OzPNbm8hVrIC81IaEnaifY5B3zmyfNjnZZ27b+dSBbHzRJDKP1nBObZFXdBeun5J
JgV2NNoCFywfpZqKyobXbhsQKeKMb3OMNrDfmgwjuLKLIpCwN/BTaSH5V609uJIF
OuIVADBsxxW30RIOb5xO0U0I5/rQCbp09BdFRHOPBbAO6aEUioy2PlVqyse+DJwA
jj/dZCTu+jIUYT7eooyf4MkUkr4geKOhx04BzY6FW4/4hSrx9AT2Lx8TRzGZB670
b3FcMt11UGQyk7HYBXBt4vpcaaJyIwT1u+2HLZfNan8afdmQ6uFuk8+Myg9hBP87
ZHbIkfhvpGbvh+0kBg0c
=EtUO
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 3.15-0ubuntu1 (Accepted)

2014-02-05 Thread Dustin Kirkland
pollen (3.15-0ubuntu1) trusty; urgency=low

  * debian/control: LP: #1274074
- build on any architecure, now that we build with gccgo

Date: Wed, 05 Feb 2014 11:34:39 +0200
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/3.15-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 05 Feb 2014 11:34:39 +0200
Source: pollen
Binary: pollen pollinate
Architecture: source
Version: 3.15-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
 pollinate  - seed the pseudo random number generator in virtual machines
Launchpad-Bugs-Fixed: 1274074
Changes: 
 pollen (3.15-0ubuntu1) trusty; urgency=low
 .
   * debian/control: LP: #1274074
 - build on any architecure, now that we build with gccgo
Checksums-Sha1: 
 00cbac13bc5c1cb1777a77dbdc0518a40fa934ec 1814 pollen_3.15-0ubuntu1.dsc
 2720a996bd8e632c432ea47190f000c2e4af4d74 129284 pollen_3.15.orig.tar.gz
 d00286363a88cfcacac38cc77f0b65bb16d663cf 11418 
pollen_3.15-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 3569c3f11228fc3c72e4061a3096dd4b6b600689a0eb29ef1f3b6facac297bef 1814 
pollen_3.15-0ubuntu1.dsc
 982def9eea70d7840caf33512c58b6f920c9932ffba1439bc4ab3da30915501a 129284 
pollen_3.15.orig.tar.gz
 6b06b3eceeb5b4f3fb54b7c1b74bde3bb0e5d9ef0447505184c405257cec7b58 11418 
pollen_3.15-0ubuntu1.debian.tar.gz
Files: 
 a1da679bd91a8445b32d6fc8ceefb244 1814 admin optional pollen_3.15-0ubuntu1.dsc
 dd2f564aa8186879c7f56faeaeb2f333 129284 admin optional pollen_3.15.orig.tar.gz
 64483daecaf0ecb3c77dbd3aefd66a48 11418 admin optional 
pollen_3.15-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS8hLdAAoJEJXmQ3PxUpRpW3EQAJZwqAecWzqpp7tGIAQsUsA6
zaF1VIFDJ0zjYI/mpqs2k3kJRVi5/gJMnZEjdjKroHhCfpEExAE3p00eqHZ1TOYY
CBZMC+En1pkJYYsz5bVreP0YQX+5qqdz8ZZnlkVoKDn7vjDdRH8Sl2usbNAoXOjc
CXAxZWbIxKIseHMm2UBkOh8u2uzbZgNewiF3hSicALG6hjB45RB6+lzrJCOHMw0T
c1PzwBSJQv91sSuT5duLRkeQq3u4jqP3jIMG0x7VjcmQ7xxL8AxFTRRR7ZaFh5/w
eb35hMjw506cPPk/LrJ3LHSYzCaIYT031TTosfEfreOKE6ukWciRkvv3P7qOgKSV
hY9lk95SFIJdttmwL3lT17IBETW//GLjoE4nvWsoUxW2Rp88V352VoWAX3sqG84n
v3dHIZm+JdSxfY+QdZc37Is8y1r4tj6QauFyWVLlTeiL/v4HkUisWaePsrHqhlAD
PUuAKSuOnNq/WDGJnekmO40xpaUyBnLciW1iMXIqa5dXXCruWf44L9P1h0Wu7d/C
17dXNeQ7azQOGc0ycpwhu7KLM/9YaDuh3emnBOthbOFK2SrAcBSnZwJ+9A0v2Yyt
0E6pEW27eno4dPzkvup2LxDL+mKXutFU4nqwektYBdoH1FwAOGPl8fFl9Z/BNYZp
bYNCjVRlJ8V5vGyujBtF
=xN8U
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 3.16-0ubuntu1 (Accepted)

2014-02-05 Thread Dustin Kirkland
pollen (3.16-0ubuntu1) trusty; urgency=low

  * pollinate:
- minor standardization of the user agent string

Date: Wed, 05 Feb 2014 12:31:52 +0200
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/3.16-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 05 Feb 2014 12:31:52 +0200
Source: pollen
Binary: pollen pollinate
Architecture: source
Version: 3.16-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
 pollinate  - seed the pseudo random number generator in virtual machines
Changes: 
 pollen (3.16-0ubuntu1) trusty; urgency=low
 .
   * pollinate:
 - minor standardization of the user agent string
Checksums-Sha1: 
 4d6b2aeb01299ae42c040d12becbbcf00fd3afe6 1814 pollen_3.16-0ubuntu1.dsc
 04d973cc09ab963b292e7ef78a482a2c71e50574 129325 pollen_3.16.orig.tar.gz
 80ea368b8979b02b1c6911bea8618ae9b0787ad6 11509 
pollen_3.16-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 905c4ce2bbe35d2605020316de2dafd98e7b9fa10d51330be1c8db1c0e40ecb3 1814 
pollen_3.16-0ubuntu1.dsc
 02503ddfa433188e70b6d5aff0b1abb60315692f55515ed3604da13d3dccbcf1 129325 
pollen_3.16.orig.tar.gz
 924c2a228a953187ae09aedfca90898b52853f44cb4a6b7b80d126677ed113e3 11509 
pollen_3.16-0ubuntu1.debian.tar.gz
Files: 
 2729236fdb8a19c326fa665b6eed0345 1814 admin optional pollen_3.16-0ubuntu1.dsc
 6ff73983fbbdf165b5fd1f9f238d708e 129325 admin optional pollen_3.16.orig.tar.gz
 f449a56448f0367205135170ec678cfc 11509 admin optional 
pollen_3.16-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS8icgAAoJEJXmQ3PxUpRpXdEP/3cauCcjFa4XkmJ5TxBwu4B6
yswVL0daWn1JiFKBlWaYmiivWdkffw/sZePgvjoep0PHS1NiiSSgeLIrvE9fzXo7
4gr1+JUTHhXYKi0U2IvfpgaXh+J1yxZ+xWpi509OVlpllm8hr5r5Kn4grGuWaxkQ
i4fe8o7AQlIChp3cJb3C6XO30LZUuLwLS3eEnJs84KxburLirMvPM83wajAyvL3J
QmRj3M8NTdOfSLF1aQsoo1eQnR4zh38JuKPvXZp4ccBNIMu2ZDJ7dR1ENfpFqjnb
fabE3gUnprA+Q8GVOPQaXRhVBVyYZwQlkJ+3lzg7p6y2oD/7K8ucAwRQPiy5E0lW
4y/1ODJi9XOri9IyNVgj3kfRatotd2+Ec8BF6heii53WbA1TQYdjm9yGYzfNO3Ui
Ct8zKiOZQTb2TZOH16zpKvV8x4k05UfGCs5vktPSZA0Vd+6e1i6eRIhG1PpSfU0i
u/4mqQqLEhGvT5MNF0bOlK9xQrCnR2h0Ss6h7efo3/TGUopryjunbtVqiFknLsto
s8QE02i7T2Bbxkfnhzu3uV4FPX2THvguOp82e4xs//s5LrN7MBCPyGIcaiBrxDCS
kFLJ4nWRsWpj5V8kle3kPMCQ/9PiASRQQIdoLo7EWYehDKtZlOCWXwhSxyNNoo3Z
QKabFbOc4R4zI2emkAPJ
=Du4m
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] ssh-import-id 3.20-0ubuntu1 (Accepted)

2014-01-30 Thread Dustin Kirkland
ssh-import-id (3.20-0ubuntu1) trusty; urgency=low

  * bin/ssh-import-id: LP: #1274426
- ensure that we exit zero if any of the id's that we try to import
  affect 0 keys (ie, if we fail to do something we were asked to do)
- however, we should continue to try to succeed, as much as possible,
  even if one of the earlier accounts failed

Date: Fri, 16 Aug 2013 15:33:27 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/ssh-import-id/3.20-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 16 Aug 2013 15:33:27 -0500
Source: ssh-import-id
Binary: ssh-import-id
Architecture: source
Version: 3.20-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 ssh-import-id - securely retrieve an SSH public key and install it locally
Launchpad-Bugs-Fixed: 1274426
Changes: 
 ssh-import-id (3.20-0ubuntu1) trusty; urgency=low
 .
   * bin/ssh-import-id: LP: #1274426
 - ensure that we exit zero if any of the id's that we try to import
   affect 0 keys (ie, if we fail to do something we were asked to do)
 - however, we should continue to try to succeed, as much as possible,
   even if one of the earlier accounts failed
Checksums-Sha1: 
 6378187fad5ef99b82f46c83279da6306a446d8f 2002 ssh-import-id_3.20-0ubuntu1.dsc
 5368adc2e90cb4cc78b2d8f64ea3a052055d39b3 138568 ssh-import-id_3.20.orig.tar.gz
 599e1e33653050d35be679793a8bdf56c2a950fc 7284 
ssh-import-id_3.20-0ubuntu1.diff.gz
Checksums-Sha256: 
 baa7ded1565cc63e256d505f4a3a1120d3e92f12dd8c414d5450bde151697586 2002 
ssh-import-id_3.20-0ubuntu1.dsc
 dec431d5b08de3202e3c8f1db3da251370327321423c21304c0daef724de6a48 138568 
ssh-import-id_3.20.orig.tar.gz
 9b675c5d06efd0c72a63bfa218b0d76fc62ea240c7baccc3663dea4f9c81b05f 7284 
ssh-import-id_3.20-0ubuntu1.diff.gz
Files: 
 c38cc0ec167b87c30556aed03f04c382 2002 misc extra 
ssh-import-id_3.20-0ubuntu1.dsc
 d7be91d42b670a6bd9ac3b82349a9a0c 138568 misc extra 
ssh-import-id_3.20.orig.tar.gz
 c17da7e425839cccd9b10942822d192c 7284 misc extra 
ssh-import-id_3.20-0ubuntu1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS6hlTAAoJEJXmQ3PxUpRpWbEP/2I5k+HegRRAK+WfljhMdvKz
NAjTGNTnmDeYu9UUKrNv+p6QuKKlnO1QYlQ8NOH/IdvXJ0RLDIleLJJxVbx/v43n
5M74WF+QaQ0+HndyVS/yEHX5r9jX2HPrhVPb25tqR12Rxc5TxIkYPL2IXrvGeMqF
zqgGU2EN8fqB7fX62q9DrpvlYF7GoKbD2OAs2VwsFQ5voSaDoD9HVZQX/u/8DRgs
uqzPs5yuAnRuMcL9gJHkmmoXH4M2raDhZt4J2U0bUtrpMth8TvgrrEVo6q1J80mM
ib2A93jgG/DUOd8aheHCguBVc7oE4y8NKhJxcT344wflR9VaZyrDBmQKuhg2MIvU
eYv0eXiCduPt3cq4WkfpxlvP1jwl4WwFW8SX/D6c/oExyH4bIpKIiGkVkE4wd/q8
PY9DmNaanikW/FE1rem7SWu3gO0/txTLKmYUEmyuou0TmHH0OoOHX2t19HHWa7yl
No2C5/AsZHoyQrEKRyDwS96cCRAekNTC/IghKCt+BaExn7Qzdha6dw6V5tlG99mU
OJYmwBSv/Bxe9CWS7ZlPF9vpJDOPNiWgyJ6GgWmvuo4dDNyFFKLjpMvhJBI7QZmj
RXw4ZVso/9e+sz1OyTm8GXXN+cRY1I/MRgDP3cY825NipcBJylkaf8eLeyU78j+o
BzvEH2k8enD1VfcQDSX9
=SRV5
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] bikeshed 1.40-0ubuntu1 (Accepted)

2014-01-30 Thread Dustin Kirkland
bikeshed (1.40-0ubuntu1) trusty; urgency=low

  * debian/control:
- release and release-build depend on debhelper

Date: Fri, 13 Dec 2013 10:46:06 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/bikeshed/1.40-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 Dec 2013 10:46:06 -0600
Source: bikeshed
Binary: bikeshed
Architecture: source
Version: 1.40-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 bikeshed   - random useful tools that do not yet have a permanent home
Changes: 
 bikeshed (1.40-0ubuntu1) trusty; urgency=low
 .
   * debian/control:
 - release and release-build depend on debhelper
Checksums-Sha1: 
 debb629678e978c85cdb5bd173bc6c5b09e2024f 1692 bikeshed_1.40-0ubuntu1.dsc
 4ca15867c04b67a75f640db046407171c4fa9a03 56964 bikeshed_1.40.orig.tar.gz
 6705abb6023314535192434528aeb25c1c88507a 5466 bikeshed_1.40-0ubuntu1.diff.gz
Checksums-Sha256: 
 07f82e09474ef6596fe36836643541cf0177ca3b5ed71cb49ce3ae6485b0deab 1692 
bikeshed_1.40-0ubuntu1.dsc
 f16ebc21250c44bbc6786033179284b2fc7e260bc0b366f27999a67b7b73c8e9 56964 
bikeshed_1.40.orig.tar.gz
 64cd7a9b8a1d7b677ff60df9b677448a6ff5c271a3136402110544b42a0e7aa5 5466 
bikeshed_1.40-0ubuntu1.diff.gz
Files: 
 e465b1e8485f3ad23931517a7bdd2406 1692 misc extra bikeshed_1.40-0ubuntu1.dsc
 8de63f95189d47e158c6cb0eae95d537 56964 misc extra bikeshed_1.40.orig.tar.gz
 41fbabb461732f315547db6fe81b38ea 5466 misc extra bikeshed_1.40-0ubuntu1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS6uyvAAoJEJXmQ3PxUpRpLjgP/3LDLF1ubZ6yc5VGR7lDTS8I
Uq9JHpS/IqHfuxVF86YTZZ47hqlB3+xyHdQyCKdw4M2GMc2nGcypqpq6g4yp9lRe
8plyBmDoS7/iyMjQUJVLffsj0YpYHpvF8QUpjPwDUZIJ9ktQ7FK2AY6UcD1nJQPh
PqOXQbmpSc7YWCESdpFb6XOiKugfdLAhmCf8DW1FWmyXIfpqPDQgeng9slN9qTQv
vBphEOnHsukrZ6bxQ2MEReUBk1kRKrF1t29vhkojxuiSS4OLMQm/k0rQcQx5Z8Q0
E22cRXW2IXbzJ4Uel3L6mvfeVE4OWphc9ZJhKfiqoobRNGicBLIRK8q7tkIA5ZPC
RgbY6vazTfbLKkUhOkWmXepeN2uTTE6sQuXprsdWptNQRQv0RqeojHqEx1LyBYtq
9/L/ZlyGCgl+Q8GRrlAnZNb74RzlBdlwCg6Kc8l2Cz8AMGEtR4wedFQ/DqH6QhRM
TSRfHVVlWEDj73HmH46pIUXhAMstjCxQWQdUd+Rf78occSMkTyGWeH9uk4OhG6/7
3drDk2xPMv1ELOPkotd/M3siCQ180vuAg0Wz8aQnynzCnPNVDzlkS+AHaAjs3qEA
hTk9AwVvR1QdGExaAlPBdeAOm2reUQRdwwxvocHFW5WifsoD+s27bFWQzMG9jlEp
1dsEwPgv7PI9+5qSiqtj
=xEey
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 3.9-0ubuntu1 (Accepted)

2014-01-16 Thread Dustin Kirkland
pollen (3.9-0ubuntu1) trusty; urgency=low

  * debian/pollinate.default:
- don't use quiet by default, do use binary
  * pollinate:
- save ourselves an unneeded fork
  * debian/control:
- drop haveged as a suggests
  * debian/pollinate.default, debian/pollinate.install,
entropy.ubuntu.com.pem:
- install entropy.ubuntu.com.pem's certificate and intermediate
  chain, to get rid of --insecure curl option
  * debian/control, pollinate:
- log to the system log, using the logger utility
- add a final message, noting successful (re-)seed
- have pollinate depend on bsdutils, which provides logger

Date: Wed, 15 Jan 2014 16:49:39 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/3.9-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 15 Jan 2014 16:49:39 -0600
Source: pollen
Binary: pollen pollinate
Architecture: source
Version: 3.9-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
 pollinate  - Entropy-as-a-Service client
Changes: 
 pollen (3.9-0ubuntu1) trusty; urgency=low
 .
   * debian/pollinate.default:
 - don't use quiet by default, do use binary
   * pollinate:
 - save ourselves an unneeded fork
   * debian/control:
 - drop haveged as a suggests
   * debian/pollinate.default, debian/pollinate.install,
 entropy.ubuntu.com.pem:
 - install entropy.ubuntu.com.pem's certificate and intermediate
   chain, to get rid of --insecure curl option
   * debian/control, pollinate:
 - log to the system log, using the logger utility
 - add a final message, noting successful (re-)seed
 - have pollinate depend on bsdutils, which provides logger
Checksums-Sha1: 
 5c8a15346533e33c5927a799e099916b8b490265 1834 pollen_3.9-0ubuntu1.dsc
 8f3dac9077e89e49cf803584604eefcb75628d3a 125256 pollen_3.9.orig.tar.gz
 003bb034649757545f7699c872e28c6c953f71e2 10470 
pollen_3.9-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 c8bf9b48b5d3fa4a3936a729de8055deacf0178b2ca770b51aaa8d15ce8ab620 1834 
pollen_3.9-0ubuntu1.dsc
 03ed4b72c752079030691ab6eec38eca04d9da22dcda0ca7f3250e53647a1d81 125256 
pollen_3.9.orig.tar.gz
 db42a946d2829158fc14c9443866a4136ae6eff74741fc480ce9baf1f9f0e927 10470 
pollen_3.9-0ubuntu1.debian.tar.gz
Files: 
 5c139124328a6ccefb1b1ce030961644 1834 admin optional pollen_3.9-0ubuntu1.dsc
 1f08f5350d8e3f693bafb8cf35e6e0ef 125256 admin optional pollen_3.9.orig.tar.gz
 88b82a4b2712793776706df8081b325b 10470 admin optional 
pollen_3.9-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS1+WkAAoJEJXmQ3PxUpRpiIwQAL1DLTh+H2DaL105jUUNUtkY
y6+AI3oSdzT/FN8MicCQZyCFE8GjNp4eyBYVobHEKtFKbOSBfxcBL/M6YGZO10ox
gtURXkDFaRFs8FMpKVdAb+SNud2JzsUrOzAc6XWfsKL9+9XoMiZgbVCqbjuLuQIC
IdNXUx06xHfAwhLZz/Gwvjchsb0wL2sGh2XVaE/kTL+vytnTKqEea9P3aks6OGGq
jKr5AH4R1PXOii+EKA5q+kE8XdKKBGss5cZ/xgXieXVOaIkkYlu3WnITAzmwQBfm
u+ACRba5L+HotcT4CTvakqUwKf5ncQ14yluVKrNM89qfqXKXwa4b03O8DyRSgH1o
KU7LKFVLsD42ExEPiLZzZOicX9sOrnjWVRMxlJVWyiBzwsTtvTMD4s5iuaS0DAzx
hGdoYcdrM8ERJFgx9cBNeF0lMJmBGDiO+AaQVaVIW2giuV07BP2zcwDBGVz+5jko
/zdFw988nE4psXOR1A+o3tVg9g47NedH0FhZkHYY5bh4lMfGG7x9jVXU/u2GppB1
27QLfEAxaakugBqsKAeIMpgFVE0t3nweA5Pe2RWAuJ+X/6EJ0i5UNfQsJcwkNZvb
ydQh5BIQQlsIfvdsvm9Q0Mu0AgRwrjhZ5SpDxWKebwbeFkK4dmDVFckB0dxrWkgQ
wlAOYCsL9wTIxkjg6udt
=F7rX
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.70-0ubuntu1 (Accepted)

2014-01-16 Thread Dustin Kirkland
byobu (5.70-0ubuntu1) trusty; urgency=low

  * usr/share/byobu/keybindings/f-keys.tmux:
- fix navigation among sessions
  * usr/share/byobu/keybindings/f-keys.tmux,
usr/share/byobu/keybindings/f-keys.tmux.disable,
usr/share/doc/byobu/help.tmux.txt:
- change the rarely used Ctrl-F8 keybinding to rename the current
   session
- move the restore-a-split-layout to Shift-Alt-F8
  * usr/lib/byobu/session, usr/share/byobu/keybindings/f-keys.screen,
usr/share/byobu/keybindings/f-keys.screen.disable,
usr/share/byobu/status/status: LP: #1255139
- add support for screen session names in the status item
- only display when more than one session in tmux, always displayed by
  default in screen, where we have more real estate
- support the Ctrl-F8 hotkey in screen too, to rename session

Date: Tue, 17 Dec 2013 14:27:43 -0700
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.70-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 17 Dec 2013 14:27:43 -0700
Source: byobu
Binary: byobu
Architecture: source
Version: 5.70-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 1255139
Changes: 
 byobu (5.70-0ubuntu1) trusty; urgency=low
 .
   * usr/share/byobu/keybindings/f-keys.tmux:
 - fix navigation among sessions
   * usr/share/byobu/keybindings/f-keys.tmux,
 usr/share/byobu/keybindings/f-keys.tmux.disable,
 usr/share/doc/byobu/help.tmux.txt:
 - change the rarely used Ctrl-F8 keybinding to rename the current
session
 - move the restore-a-split-layout to Shift-Alt-F8
   * usr/lib/byobu/session, usr/share/byobu/keybindings/f-keys.screen,
 usr/share/byobu/keybindings/f-keys.screen.disable,
 usr/share/byobu/status/status: LP: #1255139
 - add support for screen session names in the status item
 - only display when more than one session in tmux, always displayed by
   default in screen, where we have more real estate
 - support the Ctrl-F8 hotkey in screen too, to rename session
Checksums-Sha1: 
 a2c24f50c71af5a50b45041d6f38d401cb40302b 1841 byobu_5.70-0ubuntu1.dsc
 05a4d64d60fc127db55673988ae6133092ea 635429 byobu_5.70.orig.tar.gz
 ae379d33609f0eadff42d4865e7ace91ebf822ed 66337 
byobu_5.70-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 5f4335132767c1363fc6f2d1905e115a9846139d5c11a209dd6898608de7dc4e 1841 
byobu_5.70-0ubuntu1.dsc
 40668fef1fe5cbafaf6b73470cd175976ae50e2802d193918477307c201617f0 635429 
byobu_5.70.orig.tar.gz
 f499e565b81753d0dc61a4ebdb6d19a316eb35320300c0afb3476fc45f4d6ae9 66337 
byobu_5.70-0ubuntu1.debian.tar.gz
Files: 
 98ff90087c5dbf547774f189ce972f74 1841 misc optional byobu_5.70-0ubuntu1.dsc
 5ab7892ca3b4d06ccb15bb78dfe40400 635429 misc optional byobu_5.70.orig.tar.gz
 c73a5fbee2c816e868f2740d0bb8b27a 66337 misc optional 
byobu_5.70-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJS2G+oAAoJEJXmQ3PxUpRpfLIP/jpSmQDDrBOdSgW8DEC9DtwN
4Q3Q7GsbWhSnhVVjKTEH2i3iSep2gnfOJBF81J+AQebV/SGrA6HYrXTPqT4bXuQF
cw0/v89StmWyKhuAmXzTknAX02nMFKHxD8lzQKz0gNNcO6oLc7C9uq9Ua6ZVI8bW
U0OqN5RYol2SIxQ4WhKnsUlQSyJlEIb8oxXOx3JPNitJrR5prFDNNMnpA3gvdZrL
Evm8NuJURRVLOn6axTBUzw1KmqiBwwA1yMOsJBo86Tp65QGuELdXwRajbERgYy8H
+DoIL6PTXCmUuVJ0+THYFP3f7+cidfRm+Awn1xZXL2d25eCUAwI9DPzcevVcxnoJ
3SDSP+pLRsyZHBaUx0UzoJ+pum9YqGLUctfw9tBpzM0bERi8QkHRl0OEh8Zu/i4b
eWArwYkh0BJTfOu/T/E94faQzwFay009eHuEf3+iFQtKygaf0Hm4gCBJcTaMrcKl
Hnz3bbbhRlOdEa8x9OnFpvFdfuHVqTTa7sBL9XGvoX/siJPdr7kfBwCD1YEfEHKX
k4jeXJ7rjkYT0EMWqYUrrsYZZ1BWzwQe+18wJ2SmdDDijqhB3DH00bCQ1BEL28UA
dQ6K+Co+I2HG7tloaOQXdUjs2j+ZLfQKY2Ktva3NiN3p2k3oUKnG+CHpZZMHnb1j
Z8gsheP6S0kXyagS0BDi
=P5kD
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 3.7-0ubuntu1 (Accepted)

2014-01-15 Thread Dustin Kirkland
pollen (3.7-0ubuntu1) trusty; urgency=low

  * debian/control:
- demote haveged to suggests, based on feedback from Seth Arnold
  in LP: #1246098
  * pollinate:
- ensure both -c and -i can be used, without losing CURL_OPTS,
  as identified by Seth Arnold in LP: #1246098
  * pollinate:
- drop unused IPV6 variable, per review by Seth Arnold in LP: #1246098
  * debian/pollen.postinst:
- use pollen as our fake email address, suggested by Seth Arnold
  in LP: #1246098
  * debian/pollinate.cron.d:
- add notes in the comments about NIST DRBG Special Publication 800-90A
  recommendations on reseeding
- add notes in the comments about why we choose a random minute
- fix a bug, that was causing the cronjob to run far more frequently
  than desired
- Addresses some issues raised by Seth Arnold in LP: #1246098
  * debian/pollen.upstart, pollen.8, pollen.go:
- add DEVICE as the 3rd argument to the pollen server in the upstart
  script
- test that DEVICE is a special in upstart
- document that the DEVICE is now a required argument
  * debian/pollen.install, Makefile, pollen:
- build static binary at package build time, rather than dynamically
  compiling at each run, per feedback from Seth Arnold in LP: #1246098
- use a very simple, basic Makefile
  * debian/control:
- move golang-go to a build-dependency, rather than a runtime dependency
  * debian/control, debian/pollen.postinst, debian/pollen.postrm,
debian/pollen.upstart:
- create a new user, pollen:daemon, in the postinst, remove in postrm
- depend on libcap2-bin, which provides setcap
- use setcap to allow the pollen binary to bind to privileged ports
- run the pollen daemon as the pollen user
- per feedback from Seth Arnold in LP: #1246098
  * debian/pollen.upstart:
- use setuid in upstart to run the pollen daemon as the pollen user
  * debian/pollen.postinst:
- change pollen user's shell to /bin/false
  * debian/control, debian/pollen.install, debian/pollen.postinst,
debian/rules, usr.bin.pollen:
- add an apparmor profile for the pollen server, per suggestion
  by Seth Arnold in LP: #1246098
- big thanks to Jamie Strandboge and Seth Arnold for assistance
  * debian/pollinate.postinst:
- these chowns are not necessary; thanks for catching Michael Terry
  in LP: #1246098
  * debian/control: LP: #1259014
- have the pollen server depend on ent, which is used by the
  check_pollen nagios script

Date: Fri, 08 Nov 2013 09:59:37 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/3.7-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Nov 2013 09:59:37 -0600
Source: pollen
Binary: pollen pollinate
Architecture: source
Version: 3.7-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
 pollinate  - Entropy-as-a-Service client
Launchpad-Bugs-Fixed: 1246098 1259014
Changes: 
 pollen (3.7-0ubuntu1) trusty; urgency=low
 .
   * debian/control:
 - demote haveged to suggests, based on feedback from Seth Arnold
   in LP: #1246098
   * pollinate:
 - ensure both -c and -i can be used, without losing CURL_OPTS,
   as identified by Seth Arnold in LP: #1246098
   * pollinate:
 - drop unused IPV6 variable, per review by Seth Arnold in LP: #1246098
   * debian/pollen.postinst:
 - use pollen as our fake email address, suggested by Seth Arnold
   in LP: #1246098
   * debian/pollinate.cron.d:
 - add notes in the comments about NIST DRBG Special Publication 800-90A
   recommendations on reseeding
 - add notes in the comments about why we choose a random minute
 - fix a bug, that was causing the cronjob to run far more frequently
   than desired
 - Addresses some issues raised by Seth Arnold in LP: #1246098
   * debian/pollen.upstart, pollen.8, pollen.go:
 - add DEVICE as the 3rd argument to the pollen server in the upstart
   script
 - test that DEVICE is a special in upstart
 - document that the DEVICE is now a required argument
   * debian/pollen.install, Makefile, pollen:
 - build static binary at package build time, rather than dynamically
   compiling at each run, per feedback from Seth Arnold in LP: #1246098
 - use a very simple, basic Makefile
   * debian/control:
 - move golang-go to a build-dependency, rather than a runtime dependency
   * debian/control, debian/pollen.postinst, debian/pollen.postrm,
 debian/pollen.upstart:
 - create a new user, pollen:daemon, in the postinst, remove in postrm
 - depend on libcap2-bin, which provides setcap
 - use setcap to allow the pollen binary to bind to privileged ports
 - run the pollen daemon as the pollen user
 - per feedback from Seth Arnold in LP: #1246098

[ubuntu/trusty-proposed] bikeshed 1.39-0ubuntu1 (Accepted)

2013-12-13 Thread Dustin Kirkland
bikeshed (1.39-0ubuntu1) trusty; urgency=low

  * purge-old-kernels, purge-old-kernels.1:
- remove old header packages, too

Date: Tue, 29 Oct 2013 16:48:49 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/bikeshed/1.39-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 29 Oct 2013 16:48:49 -0500
Source: bikeshed
Binary: bikeshed
Architecture: source
Version: 1.39-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 bikeshed   - random useful tools that do not yet have a permanent home
Changes: 
 bikeshed (1.39-0ubuntu1) trusty; urgency=low
 .
   * purge-old-kernels, purge-old-kernels.1:
 - remove old header packages, too
Checksums-Sha1: 
 094cd29364eaee884da6f827a4d59532acab7269 1692 bikeshed_1.39-0ubuntu1.dsc
 e9751795aa8b3f861790a4c67ad58ddd4f37fbc5 56933 bikeshed_1.39.orig.tar.gz
 39420b6aa05e1c9a21214285bdd5addd59f767f5 5431 bikeshed_1.39-0ubuntu1.diff.gz
Checksums-Sha256: 
 74529310d11ba542a0fbf618018f043c416c5c13325bbdd6e525120b308557a5 1692 
bikeshed_1.39-0ubuntu1.dsc
 e0b45f5765553d5af2f9ed2508109ab614c25ca0dae93514e0a49b7fb593e2e7 56933 
bikeshed_1.39.orig.tar.gz
 7f589ec91393f75113e5e0b14d00985d33792d2c196367e4efe8f2ff5bd0a73f 5431 
bikeshed_1.39-0ubuntu1.diff.gz
Files: 
 2ebe029a230933f807fbaca2a0a9283b 1692 misc extra bikeshed_1.39-0ubuntu1.dsc
 acb1e90c72b9174ca5c82e253294cf9b 56933 misc extra bikeshed_1.39.orig.tar.gz
 837343f6c7670290ef11919a89c230b0 5431 misc extra bikeshed_1.39-0ubuntu1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSqzGqAAoJEJXmQ3PxUpRpAvwP/isrHnaP4BalxoUpLeyjErSY
QIVRhYe/x7IKtICrMw/p8YUdkuFO62GfhzGw7MbG/qu2n1bmDQfP61ka9BOIv/f5
fjMpxPcC3ORrKi3W/wOzm3FyXEOalMr5mjf0H665iWL+riXe/flHquNoy+t+kLU9
CUMA9oLIuDZeABvbuRTDkvjKVwSTHM0UuIItLNVRsVKKKd6p0nT2Pt6wmunBTeDI
8U9CWlj3o0IOleVTLdFgB+LLYEZ/KZSAlA4svzX8pqD2rOmwHkxZ3z6QN/EAi61/
EKmQB0gEwHIW4g6F2bl77q0QanEN0QWkPj02uCSyVz+jCM38iC+XVyW1Bz7fgYf8
wz6JWDAx2slts/zC6QS3lMIJDf9YOBhkCnFyo5N/RyuyAqeDa7EUM1VBQqKO3Mhm
bI2gDLOPK5/BNiyGMAUm222r+m2ERksmJFoquta0mVGS3xzEM84JS7KBzhl1MT2Z
oITA7DiOmvpsILISHkTppnPbhPMqOEu1bYSF2PSv+bM6hO4zk4T6VPqjRWVm4KWE
C72ccoYIx2S/RY3ONfwxxQI7+VIu1L/ZgO8EL1Bl44toAcKAscgFtz8BDuf5WdJD
Y583j+/HG98FmiYj/x3fCBM2hbpF6DV2K5r3obk3ydtfEUtBQ17ltTR2b3XP6BZu
HeTo4HoiLGixew05qSyQ
=wFcA
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.67-0ubuntu1 (Accepted)

2013-12-02 Thread Dustin Kirkland
byobu (5.67-0ubuntu1) trusty; urgency=low

  * usr/bin/byobu, usr/lib/byobu/include/constants:
- support global variable for default window name
  * usr/bin/byobu-config:
- fix broken fix for LP: #1255484

Date: Fri, 29 Nov 2013 09:46:48 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.67-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 29 Nov 2013 09:46:48 -0600
Source: byobu
Binary: byobu
Architecture: source
Version: 5.67-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 1255484
Changes: 
 byobu (5.67-0ubuntu1) trusty; urgency=low
 .
   * usr/bin/byobu, usr/lib/byobu/include/constants:
 - support global variable for default window name
   * usr/bin/byobu-config:
 - fix broken fix for LP: #1255484
Checksums-Sha1: 
 ba1a85097e7af49858c3e0c0864426afcf6d4c2b 1841 byobu_5.67-0ubuntu1.dsc
 0531d67e8800cf194a8cfb40e70ad4fc6954f884 632676 byobu_5.67.orig.tar.gz
 a523b21ad2265b150a8aeb0b3804d77212b52d05 65767 
byobu_5.67-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 5d953b9bab7b91e34451732cb76e8ce2ab75a3fb8fa5fd08a5db805e121ee1f2 1841 
byobu_5.67-0ubuntu1.dsc
 067992a2616b5b5fb426235b5e530d2cecce6a102a55543ffac3ebb6949e297b 632676 
byobu_5.67.orig.tar.gz
 ad31981d815a906afad16f0aab061afe7e83b56e2e9314f6ee60191b291b1125 65767 
byobu_5.67-0ubuntu1.debian.tar.gz
Files: 
 13fdfd4f9cd12f87b03662f5caf2a20e 1841 misc optional byobu_5.67-0ubuntu1.dsc
 0e93d65283047f2aacc4bd5b52cbe317 632676 misc optional byobu_5.67.orig.tar.gz
 2a167f440b13affb26a2e8d647b7cd5a 65767 misc optional 
byobu_5.67-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSnSnIAAoJEJXmQ3PxUpRpPOYQALF+D9SHI09/ZVdu44ZkVx1O
2j1/UPoJjtpHJkmBO05UWO083z4kMhzx3C6jDlyUQ8bqZbSHUfrmJMgnVAu4EgbH
aEUY9BuqV0vSlfBw2HkqL4J+eR8e8oN/GZz8j+hn+STPouiojxkFnqegtzo6fRoB
uuvu1AXT06j7Q2ai1OLlU2jTAqfNoI9QwsHkiBX7Iz6U4P2BeejtpDKz9V+OQkXU
g61s9OAX8hZ4wL+G9nyIs2nyUieEs/DHl3Fjdz4H27VzQVdQTt/86vAkG/TzBajv
PZNCn/PDKTreXk97v8BWIxYAJkxrbxjpWCrrWXAmH5JTkJP2MIJXZgfRuYFKSTLq
acsd/ewBjXf+1UtaZHQ/I4SyqicvE+ocd/VH+6jUx+RDwGFdCtSzyTOk4+RBacIp
/CWoCWeuUvdmZM1OSMqUkA2oMhPJvLmYrcmXrxis9XFcZmsy8J0m94YnlNghAFIc
ctOcuI7a/hxFgyKklH8/72DNEsNQ69Yf2fCXlhV0hvXr6juOmiYN0GvGe5dPxlfK
LZahBG0t2EPuNBLwEoggrNQ3wRNe4soW28hESSlpQOLzP7zoYAbHKAPMPtxaf0uR
doAxlzAs2N9uMebrdefimy5yffIAUJpM12i+4ef0CiMN8F7eUcoeqcCVJ5rNxpzg
PMB8AeCtPgJaiqp1zXyb
=ZL8k
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.66-0ubuntu1 (Accepted)

2013-11-29 Thread Dustin Kirkland
byobu (5.66-0ubuntu1) trusty; urgency=low

  * usr/share/byobu/keybindings/f-keys.screen,
usr/share/byobu/keybindings/f-keys.screen.disable,
usr/share/byobu/keybindings/f-keys.tmux,
usr/share/byobu/keybindings/f-keys.tmux.disable,
usr/share/doc/byobu/help.tmux.txt:
- change the printscreen hotkey from Shift-F9 to Shift-F7
- Shift-F7 should be more memorable, in that F7 has long been
  used to enter scrollback mode
  * usr/lib/byobu/memory: LP: #1255491
- fix the name of the __memory_detail() function
  * usr/bin/byobu-config: LP: #1255484
- reload-required should always be in run-dir, not config-dir
  * usr/lib/byobu/updates_available: LP: #1255493
- fix updates_available for pkcon
- Thanks, kealt...@gmail.com
  * usr/lib/byobu/custom: LP: #1255490
- ignore backup files, ending in ~

Date: Mon, 18 Nov 2013 12:31:12 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.66-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 18 Nov 2013 12:31:12 -0600
Source: byobu
Binary: byobu
Architecture: source
Version: 5.66-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 1255484 1255490 1255491 1255493
Changes: 
 byobu (5.66-0ubuntu1) trusty; urgency=low
 .
   * usr/share/byobu/keybindings/f-keys.screen,
 usr/share/byobu/keybindings/f-keys.screen.disable,
 usr/share/byobu/keybindings/f-keys.tmux,
 usr/share/byobu/keybindings/f-keys.tmux.disable,
 usr/share/doc/byobu/help.tmux.txt:
 - change the printscreen hotkey from Shift-F9 to Shift-F7
 - Shift-F7 should be more memorable, in that F7 has long been
   used to enter scrollback mode
   * usr/lib/byobu/memory: LP: #1255491
 - fix the name of the __memory_detail() function
   * usr/bin/byobu-config: LP: #1255484
 - reload-required should always be in run-dir, not config-dir
   * usr/lib/byobu/updates_available: LP: #1255493
 - fix updates_available for pkcon
 - Thanks, kealt...@gmail.com
   * usr/lib/byobu/custom: LP: #1255490
 - ignore backup files, ending in ~
Checksums-Sha1: 
 dc1f42dc28af3810d84a289581ca246da0d880fd 1841 byobu_5.66-0ubuntu1.dsc
 5b958694ca60df713c013b8f1bca37208663730a 632591 byobu_5.66.orig.tar.gz
 261a050c88c8c36b718f8e185442329b7edb7b0e 65750 
byobu_5.66-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 9dda2bac8dc9a9d04abea0e6cd1a7fe3f37ed4ee85c9c36dedd2a0f3d3b15f01 1841 
byobu_5.66-0ubuntu1.dsc
 73e37396710dd7520d717af77055dfa5bdf97770912bb4df8dae2094d6c47a08 632591 
byobu_5.66.orig.tar.gz
 4afc3f92f0204e3a072237bcb90850da0953c236d7bafd4f895138ca91cebe88 65750 
byobu_5.66-0ubuntu1.debian.tar.gz
Files: 
 c108badec2ab3389ccfc7f33f4312807 1841 misc optional byobu_5.66-0ubuntu1.dsc
 5bb591b5b946501b68973a5894840776 632591 misc optional byobu_5.66.orig.tar.gz
 ef4b181e1a0784b44719fc8d1b932a4d 65750 misc optional 
byobu_5.66-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSmLXmAAoJEJXmQ3PxUpRpoSgP/0wMErttlj+8T27UpflkEtM7
+8GPQeYuwITX37Y6Ap+jNUtl4jCD8InoMtwBouBGfnPaVwroSX3IW9M0zK4+yo6j
QewUsDeBm0eMrFHeDwJxPXOfGD9zYC6t5VwN5pGDHitJ8G576/JIS5Ldior0x28q
Pe5/d/GxXUcv+hyHoW1cCodi1BkpshzTqUSnQcAtkrMjUt5k9Nr6oBTFol0yK098
IFilfyk/fetnvZjKyNigpft1rLw/fGNAoufl10IsxENl/Gd30nJ3I6GgLM+w77i9
EmO+j86BudrbJx7/xBqb1eAEQUX46kqCniV88GBTnPyBdtfs1MWA79d1HsyIi2cL
ENZKuiv5t8Bcvzz/0u+df/QH+jJIKywtVgoMspeCiFWKxXAK7qXcvt1aqcpLwabS
nPPyv8fQsWpwi8KltXGn+4YeM5IEROuuJP8cElYh4ilPjPl4WfXXTb00betoekw4
IuoP2EaKtmDLdhcwq/D17yKjh/brq0ZaZyClo3zcvFqpgSg8lbp1GszLrLBRIvl/
Eye5ehltVDGRxgDG1Tr0fv5ss9VJ6CQqSTVBgj467LvSDt/WNAdI65EN4wgaXJBT
qeEgWXY4TFMOnRDoM6r4iwOWN5fXcNIdFuGR1nS1z+cG9ekc1HQE4l1GRggNz/Ne
9HseGNsAv6r16nAqFfOx
=am6F
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.65-0ubuntu1 (Accepted)

2013-11-18 Thread Dustin Kirkland
byobu (5.65-0ubuntu1) trusty; urgency=low

  * debian/control: LP: #888770
- recommend run-one, which is useful for some long-running status
  items, now that it has been MIR-approved

Date: Fri, 08 Nov 2013 13:32:40 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.65-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Nov 2013 13:32:40 -0600
Source: byobu
Binary: byobu
Architecture: source
Version: 5.65-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Launchpad-Bugs-Fixed: 888770
Changes: 
 byobu (5.65-0ubuntu1) trusty; urgency=low
 .
   * debian/control: LP: #888770
 - recommend run-one, which is useful for some long-running status
   items, now that it has been MIR-approved
Checksums-Sha1: 
 0a50e6a05b61b916c089c5b825e6dbb41c8a1d7f 1841 byobu_5.65-0ubuntu1.dsc
 763240232bb048b7e2c481ec1943c3db088d73b3 631451 byobu_5.65.orig.tar.gz
 bf38e48266c30b7900493e460ea28265bca5ea30 65551 
byobu_5.65-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 72a25ac9a421f1b60dfd117c89532aebf236906aa3c9cf3bf89566defeb61f9d 1841 
byobu_5.65-0ubuntu1.dsc
 68315020d4e1bbe98f3e4d805343250891eb08b441e415b527cef0b32836e873 631451 
byobu_5.65.orig.tar.gz
 e73e506960139ccfb79d5f34f3f4b24312bf4c489ead6e165026617320ac5042 65551 
byobu_5.65-0ubuntu1.debian.tar.gz
Files: 
 213a24f0ac3e5a8952e9e29e5aa8d5cc 1841 misc optional byobu_5.65-0ubuntu1.dsc
 f1e5a553db3116ddd61d2ae7ee76f662 631451 misc optional byobu_5.65.orig.tar.gz
 48f789054c0b65e7858279af6ef2c86f 65551 misc optional 
byobu_5.65-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSilzWAAoJEJXmQ3PxUpRpB0EQAMOarXgvN0NwNAxE0jIpB7dc
pba56Ac9zEqohiCnS43Q0z/NfFdytbcNZfv6BuuRBMNpxxF9h2Q1gd/CJuXZ3OoT
wfSifW6jS3kBp06XwG63xs5VUKVwsbP7ADk63fpE5W/KI1bQh3fCdQ4JGblKG7gu
Mns7iDkIfQno1yDf7o5Vf7/eKw1C4pwg0pcF38HYyUh6Fe0Ye6ARnhbabWbKUoL2
w4ZspP23q4NRk+X9ClZ5dE7D16pEN60Qfm3VT5lV38Zw6tvtFlyyaWQphYT/lDxU
NgCoER0ncxXh4otC0lM5rmK2p10+CT9Q+wF9+nJ1ZmN+T1voYYfVr6ss8bW+0ov7
yjSwhRMMsf/WcAgz9cgUGOjrWGU0Elk/+abXK1Hn+4keh3Kq0BueL9EZIIRvTvuo
gyGCgE92TX4gNLJSVNgt5Nl2t+TlhCUUEFPLsU3pynw03tROVSZXIUv6wxKfitps
NaGpTOBqjjw1gRQXcuPGfwMAIarOt03YSxZWS7MfJLvcRKxSEOx4Cegcwa/VTC+E
Oko62WIAQmWD8DLZfW5kevQxn3+Su+VmsVJeeOR7MT9YF9rvjkOGP6Q3JGBkzVTG
Cw3C4EgI3ChZm20cACVIqGUfmS5+b5hzEzxrtzP93+pkNX9/srzVq4seH7QkxqKy
c/hZ/rbDt8LeQZOl7sH3
=tL2G
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 3.6-0ubuntu1 (Accepted)

2013-11-08 Thread Dustin Kirkland
pollen (3.6-0ubuntu1) trusty; urgency=low

  * pollinate:
- remove sourcing of an rc config file from $HOME, per security
  review from Seth Arnold
  * pollinate.1:
- update documentation to note that multiple servers can be specified
  on the command line
  * debian/pollinate.default:
- use the entropy.ubuntu.com beta site for testing
- note that we're specifying the --insecure option here, as this is
  very much a work in progress
  * debian/pollinate.upstart:
- start pollinate when we have networking up and running, or
  when we start ssh
  * pollen.go:
- drop the nanosecond timestamp collection on the server
- a good server should have real entropy hardware, and a busy server
  will have network traffic entropy already captured by the kernel
- Suggestion by Seth Arnold in a security review
  * debian/pollen.default, pollinate:
- drop timestamp based salting, not terribly valuable
- per security review by Seth Arnold
  * pollinate:
- drop unused $bin variable

Date: Tue, 29 Oct 2013 16:55:31 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/3.6-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 29 Oct 2013 16:55:31 -0500
Source: pollen
Binary: pollen pollinate
Architecture: source
Version: 3.6-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
 pollinate  - Entropy-as-a-Service client
Changes: 
 pollen (3.6-0ubuntu1) trusty; urgency=low
 .
   * pollinate:
 - remove sourcing of an rc config file from $HOME, per security
   review from Seth Arnold
   * pollinate.1:
 - update documentation to note that multiple servers can be specified
   on the command line
   * debian/pollinate.default:
 - use the entropy.ubuntu.com beta site for testing
 - note that we're specifying the --insecure option here, as this is
   very much a work in progress
   * debian/pollinate.upstart:
 - start pollinate when we have networking up and running, or
   when we start ssh
   * pollen.go:
 - drop the nanosecond timestamp collection on the server
 - a good server should have real entropy hardware, and a busy server
   will have network traffic entropy already captured by the kernel
 - Suggestion by Seth Arnold in a security review
   * debian/pollen.default, pollinate:
 - drop timestamp based salting, not terribly valuable
 - per security review by Seth Arnold
   * pollinate:
 - drop unused $bin variable
Checksums-Sha1: 
 14abd4c1eb263b2c2961dcb9445605f5b32ac119 1807 pollen_3.6-0ubuntu1.dsc
 715a49ee1472fa5b4cb79c0f823ad55f7eeb2064 119372 pollen_3.6.orig.tar.gz
 7a02781e5389b7af53616fe248530fbd4492900d 8853 pollen_3.6-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 59c441e719eaec518a21f11a22d832d9e020c9c6aacb2268d1478da76d52526a 1807 
pollen_3.6-0ubuntu1.dsc
 fbc54c326fd3e7cf5dc5eeb135fdc9b4f493df3babcc2864b043b1f011424409 119372 
pollen_3.6.orig.tar.gz
 abcd448329916d00d2fcffab5dc62526a06fcf5776c825215dbd080b6b033e41 8853 
pollen_3.6-0ubuntu1.debian.tar.gz
Files: 
 e047c7aa8cabc1ca685143a2b83f68a6 1807 admin optional pollen_3.6-0ubuntu1.dsc
 8447a992283fdce7a61f995d7a5ffcac 119372 admin optional pollen_3.6.orig.tar.gz
 38c920aa24f2de6780c582ab91df54da 8853 admin optional 
pollen_3.6-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSfQpZAAoJEJXmQ3PxUpRp79UP/1RrZIMc3Qt4adTYQowWoeOC
9JrjoFOBYs1LRWRMmFjHKCE3Z6basvN6Eemyc4BEQil3JyDSYnepH0UMRdO+tmq4
KE4iPujSrIspucvdMRiEjZ3/kya9s2hQPrQXopiRRmiaoS6ddYDehLMmoG4Kyn+6
BnEToiYV2RsGwpZOZbZuTeD/k+q4fSFs1DPlqWxoyDtdXZ5O7VuewD7XxJAWbeIt
AQMMYWT7Qm9L77u8XVx4UVziwV/Z/naDbph5amtjtxTGzgt4BQ+Xq2TBcQWTM5xW
Khx8ZkDJtT9nbiLASvE56CtVg9j6l3n/hYyUMkRPSv1AJZAop187XBlUWwnV7Flv
6/DA5deMUKsRy78VYUqRLxCN6EERG6MqZXFC3lMOxjrTATfCSDwP1JlbdI2mmCzX
TMbrvdBTS6G7nbpkltaTkHaja+T9fbAolUMZKy0KLrU+PBgGdbM/BXINUzI0khoS
aKX8rn6s9MTkCgF8Fum8vtl8GQoW1TGhsbGzOB7fGprBdRYL6x5OXXdTud6m/jRs
fRCbohRBcOv5CBw2HBJISCrLt7WDbUnAvoCztE2uAQyLDKPNh273Sk2QASuDt5PY
U3MRSVTscA2A/xRz7aI520k0UfF967rgFh5po3vE2FhC3a15Cz2+TJqbqqIsBxlE
a8L+ZEBd2Fqu5mXjRGxx
=Ukdo
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] byobu 5.64-0ubuntu1 (Accepted)

2013-11-08 Thread Dustin Kirkland
byobu (5.64-0ubuntu1) trusty; urgency=low

  * usr/share/byobu/profiles/bashrc:
- adjust whitespace
  * usr/bin/byobu:
- handle the backend better
  * etc/byobu/backend, usr/lib/byobu/include/common:
- really default to tmux, at this point
- tmux was the default in the previous LTS
  * usr/lib/byobu/include/common:
- simplify backend detection

Date: Thu, 07 Nov 2013 11:55:15 -0600
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/byobu/5.64-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Nov 2013 11:55:15 -0600
Source: byobu
Binary: byobu
Architecture: source
Version: 5.64-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 byobu  - powerful, text based window manager and shell multiplexer
Changes: 
 byobu (5.64-0ubuntu1) trusty; urgency=low
 .
   * usr/share/byobu/profiles/bashrc:
 - adjust whitespace
   * usr/bin/byobu:
 - handle the backend better
   * etc/byobu/backend, usr/lib/byobu/include/common:
 - really default to tmux, at this point
 - tmux was the default in the previous LTS
   * usr/lib/byobu/include/common:
 - simplify backend detection
Checksums-Sha1: 
 58cfb22c3f8484e1633c481aadc71a84fffcad34 1841 byobu_5.64-0ubuntu1.dsc
 777a7e45bc3a9074c0a5ac20337c08323e79270c 631359 byobu_5.64.orig.tar.gz
 d2d75cc4af83f63cf90ff4a7c9e9f2d4e4bf2ac6 65490 
byobu_5.64-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 3311c77681c7358bfe7d625b7706ae27962e8e451e16bb812d35483eeb35f9e2 1841 
byobu_5.64-0ubuntu1.dsc
 c6f61254e9857ed4b62be76443f174dd823b7b179a0e68f328db2ae1c76ed121 631359 
byobu_5.64.orig.tar.gz
 8326684cfdc86a05e9eb7d2265da1b15597411b6d7e57b5517b9db1f302abfdb 65490 
byobu_5.64-0ubuntu1.debian.tar.gz
Files: 
 b547fac575029bc0bf70fea041085bfb 1841 misc optional byobu_5.64-0ubuntu1.dsc
 c928f18fff2252e124c18116a11fe631 631359 misc optional byobu_5.64.orig.tar.gz
 1aef57ca736d4939b23dad53e1290984 65490 misc optional 
byobu_5.64-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSfTwpAAoJEJXmQ3PxUpRpex0QANQIA48btw+e/rCVlyfv0CX6
+4qSylTsdBkII4Jvi/OAErz/+BK+IixFY74D12x0NA7lFAeuOGb32OUO+dpH0pXT
ZndwheZIjweOY3rLL/16Cj6Z5VYutN7Mgdvsf4rGKsFVAV4cgrLNSIhv/gWgD2i5
xBkaJmlqD65/2eZ9qGUs0GLdCVXJF+4x7zuAEQ8poRvhKsnL2W9OzLQ1DJBa+UUx
PmjUH5expt4BHX8jkQKMNa9D9U5mgXJvH22iLzoi/GR4paA7RIilIWLriu4jvf7o
RVWoQI0EKTRCjXyeP3yR+IrRyNK6jtJJHrf9hQLBtPwhnT0IGKRxf1993Ok5e17i
TuN/ewiE6SsVdtI2eURRk+UuUwG8ol/Co0pLXSQCWjeKHNx2z1aCp2ZfXhXNy6cU
1t+0Vk8WZj59n/VDFH78IjKvnyJqG17N/wfyCIydNuGrZMiLkJqhzUrMJ1PDaAFQ
ThrmjgXduE7gPBgqYlkSt31PKUXS75z753CiG/c8mr6KPNRPSBMgyaZ54l2OrLAv
OkA107wQcKh4yjqU4T6sz1tgn5e5NwoSxiGkrEwc+lDLgS7frI+hvZN+nJtD8RPo
B9740Xu5eKgwIeDVrrepmZEcLtzRcV3gg67zWdxtksyf3gZMSSPQKejAKUcZs7Ja
NHO3pOiJXGypJj5/N9J+
=2ax+
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] screen 4.1.0~20120320gitdb59704-9 (Accepted)

2013-11-07 Thread Dustin Kirkland
screen (4.1.0~20120320gitdb59704-9) unstable; urgency=low

  * Build-Conflict against libelf-dev on non-linux (Closes: #684386)
  * Allow /dev/console to be a symlink. (Closes: #701173) Thanks to Igor
Pashev for the report and patch.
  * screen-cleanup init.d script: Label /var/run/screen for SE Linux
(Closes: #680360)
  * Add a package with debugging symbols (Closes: #715170)
  * Ensure that the title prompt can only appear once. (Closes: #625866)
  * No more pass --update-rcd-params='start 70 S .' to dh_installinit. The
LSB headers of the init script already contain all necesssary
information. (Closes: #717553)
  * Expand 50increase-max-TERM-length.patch to also allow larger terminal
type names when using the term command interactively from inside
screen or from .screenrc. (Closes: #491812)

Date: 2013-07-28 16:17:28.793318+00:00
Changed-By: Axel Beckert a...@debian.org
Signed-By: =?utf-8?q?Dustin_Kirkland_=EE=83=BF?= dustin.kirkl...@gmail.com
https://launchpad.net/ubuntu/trusty/+source/screen/4.1.0~20120320gitdb59704-9
Sorry, changesfile not available.-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] run-one 1.16-0ubuntu1 (Accepted)

2013-10-29 Thread Dustin Kirkland
run-one (1.16-0ubuntu1) trusty; urgency=low

  * rebuild for trusty

Date: Tue, 29 Oct 2013 16:33:13 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/run-one/1.16-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 29 Oct 2013 16:33:13 -0500
Source: run-one
Binary: run-one
Architecture: source
Version: 1.16-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 run-one- run just one instance of a command and its args at a time
Changes: 
 run-one (1.16-0ubuntu1) trusty; urgency=low
 .
   * rebuild for trusty
Checksums-Sha1: 
 a337928381f53b8f237ec11ab5e22d724dcf85b7 1712 run-one_1.16-0ubuntu1.dsc
 4d73b84a76d63ea1d7974c44ff670d5375f41520 34824 run-one_1.16.orig.tar.gz
 8532920effe7169351c9e970870aadf35e914b46 2943 
run-one_1.16-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 1643efd91c27891a7b562c514b21a0a901c0c86ee288d15934bc9449c088247c 1712 
run-one_1.16-0ubuntu1.dsc
 dd6c11bb7a37ffc0a12fd64fee8eae50b501950a7c4622a2aedd11db4fb50f03 34824 
run-one_1.16.orig.tar.gz
 59473606725dc0cd2fa65227b99e7e3b9220c083085cb863545d95a78afcb745 2943 
run-one_1.16-0ubuntu1.debian.tar.gz
Files: 
 dd1cfc8ff9bc680f0da833f74966042e 1712 admin optional run-one_1.16-0ubuntu1.dsc
 3bc19e3c6e962b93c9cc787108b6aaf2 34824 admin optional run-one_1.16.orig.tar.gz
 b8dc6876b2072d84190faa2d6f0631b6 2943 admin optional 
run-one_1.16-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJScCvzAAoJEJXmQ3PxUpRphu4P+gOrPk8Is8yDmB8g85syqpIy
aAT5bocuwVhbUYwQHVvIiOzu8oRPsS2VVLBvkj6z+I4wdaI9sEFRoW/9p4Fe4prv
BL+ar3evF9rOSbVn0hqGd4xCje3MrYK8bYDe4eKVyLGw1VaJAd0xPp1nY4so9R0L
yApDvoNf2d0waumfqxoRVx4ewYsUdXHfit1pd3FCnWPchcFZ/JX3MtXlohZpQyKq
FC+6Ygd+UnOAVWJvdV/37W0BMGoEfPpGyWxRYlbS6xL/EY9zTvNCv/5PxLBD0dws
Ki4goVc7BfUHmpTMi4YgfkVYSt5FJBc7QCH1L9t42sMqNLBmUloxxHF2uXwbJtnp
nemo54QX/5fn6x3rvEq7Q2VCOgcwKw5h4D1ujQ/c7rwCZxhqjRZeG35nJQ7qVtEb
eSQ5CVhhYQLFWesIn5hfwpn90JrlIc5vbxjZ8GV8JPN/XQq1kZPx8Igkudcaaon5
V1qVVPQdne8u1cPSHa3d7nf7NEETdEMbZgpWT8xUFafy/O9VsmXF11Ds6wVGWepP
0PDUVm2MZ9rO0ZmaLjWowqblGSAVYasKO10Wx5WN5210gTU2ECbsbNVESCuR3Lge
oUC6yH+kVUQF1srMakVE3rAyh3r3oO1cbbMGURyCmFdbfqcTAwvPVwFQPuQx6w2g
gdvWQOIP7+uk7cjHWTI9
=sg0b
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] bikeshed 1.38-0ubuntu1 (Accepted)

2013-10-29 Thread Dustin Kirkland
bikeshed (1.38-0ubuntu1) trusty; urgency=low

  * release-build:
- add trusty

Date: Fri, 18 Oct 2013 15:41:18 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/bikeshed/1.38-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Oct 2013 15:41:18 -0500
Source: bikeshed
Binary: bikeshed
Architecture: source
Version: 1.38-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 bikeshed   - random useful tools that do not yet have a permanent home
Changes: 
 bikeshed (1.38-0ubuntu1) trusty; urgency=low
 .
   * release-build:
 - add trusty
Checksums-Sha1: 
 67e495a3b10caf014fe8de9c4a12e1b791185ca1 1692 bikeshed_1.38-0ubuntu1.dsc
 0b1ccf2afbea7fe513c3383be760f698144f66d8 56876 bikeshed_1.38.orig.tar.gz
 46af37cd69088f094d3347310f42ad5f66299c39 5398 bikeshed_1.38-0ubuntu1.diff.gz
Checksums-Sha256: 
 32378885f982462746e3c33b55ac74d57dc5c00a34d9b35d37a2242c2174afe0 1692 
bikeshed_1.38-0ubuntu1.dsc
 5be78ed340c02272a1a224f219f148473281e00d1a84183be87445c45caf68c9 56876 
bikeshed_1.38.orig.tar.gz
 946dfc12d9916064a06a8b6b67c53537d58747341e74a09d63245d74638c22ce 5398 
bikeshed_1.38-0ubuntu1.diff.gz
Files: 
 006f64f0951012e9c9dc95160bea1aee 1692 misc extra bikeshed_1.38-0ubuntu1.dsc
 dd5323f464bcaa21a02ab4e71fbe5de1 56876 misc extra bikeshed_1.38.orig.tar.gz
 32ecbaabf62c38ac6e2620d17626b5ae 5398 misc extra bikeshed_1.38-0ubuntu1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJScCzeAAoJEJXmQ3PxUpRpmyMP/iV3FeTSere0rKJ1mJjoTKmy
9UppStCoBGNthPc6vA3EC2OkyhiEAQCqGL1JvpBWSpAAsxUNXuMpMdGWJQbugslm
9VQOKlorBN6XsTiFbPRFvSvAvCDCrtdt48k5pwo2PPRaf7+B+Tk3hqHy4QbRh5jd
83pGDFb7mSI2Qi49hrUhCGoWBj0VQUHSoESzTfVzmDvtXAU/YmW73VjGhLuMs8Op
JvEAX1BX4ddI5wiPobi3oSGkYZI8Xj/Ff9WGX/C7P23I1MA9uykLRidJ69Jgj8f8
+G4is9UkqhasKTiAof/Wg9UOuZp8bVFHs6DMi+Lb+PK+tKtDAfvb5vIhcB1sbiCR
7cRSTgAEHruptMQkC072RZP9zB8NX/+9NPNp2A+ARfhGLha3ZtWXWTAm8WuWNf45
s446/kl96YVoZGzX/gkst8T2GSoDz1w/voMFa2OoDpq3gmlSCNetdxCw595WXslt
RVt8HnEZPsxiVkFih3agwFsbgVN3zS42A+scG7TW+Em1/LNm/68J4j5EkzFjajhA
q3JSAavE+qhUdl4j3NTOYxM+sRTM69z0aQY124FyWpgiR0fzj0QNQ61twuRrrlIx
94gHJTyZSMddsaAj0aKKkp6YNz62E7MS2pzYfFRyP53YQ+TnB3ZZBv00r+7x49pe
mVSthe6wxbUavXx9bejp
=A//B
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pollen 3.5-0ubuntu1 (Accepted)

2013-10-29 Thread Dustin Kirkland
pollen (3.5-0ubuntu1) trusty; urgency=low

  * README:
- enhance and update design documentation
  * debian/copyright:
- update to DEP-5 format

Date: Wed, 11 Sep 2013 16:56:54 -0500
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pollen/3.5-0ubuntu1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Sep 2013 16:56:54 -0500
Source: pollen
Binary: pollen pollinate
Architecture: source
Version: 3.5-0ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Dustin Kirkland kirkl...@ubuntu.com
Description: 
 pollen - Entropy-as-a-Service web server
 pollinate  - Entropy-as-a-Service client
Changes: 
 pollen (3.5-0ubuntu1) trusty; urgency=low
 .
   * README:
 - enhance and update design documentation
   * debian/copyright:
 - update to DEP-5 format
Checksums-Sha1: 
 c15c4dc85c2b820c0d8a1f07ead76dc35ea69b4c 1807 pollen_3.5-0ubuntu1.dsc
 858b1ca429255018001a5c5080335b3b5fa0e561 119175 pollen_3.5.orig.tar.gz
 358e329ed9b9bcf564b2b2ea2d844dd8fa55c709 8484 pollen_3.5-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 3fb1dfda7dd574c70545c28046c5e04c1e81bcc38c253419143f64b159ceab4d 1807 
pollen_3.5-0ubuntu1.dsc
 5c61d368443cd611e1ba04b767c3fa517654dddc18b2117ef482ae98b80b7e86 119175 
pollen_3.5.orig.tar.gz
 f0990e1d0c80b97dbb7243e3a0f76cac579a46be8c833dda46a0e4e47bdf50a7 8484 
pollen_3.5-0ubuntu1.debian.tar.gz
Files: 
 64179b9ba5c6ae885a3babf1a6af5255 1807 admin optional pollen_3.5-0ubuntu1.dsc
 88a9d9c896539aca369572c3ea121c57 119175 admin optional pollen_3.5.orig.tar.gz
 d5dc5ce3768e5beb7aa6ac93facae8e9 8484 admin optional 
pollen_3.5-0ubuntu1.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJScC7AAAoJEJXmQ3PxUpRpynsP/33seRFd+ABeGXDy/xlNuyjD
js69LuQBFSu0fEOKX7KswwCVio0Sa0IWjLoGRNGiEXQsDpdpD0OYUHumd10vLXFT
jWiuTvIMm5gYlou65CkQBjMbXVjKBinfXswm5B9BaqhyrACKK3HLkYa5Xp7M2uVH
OW+q8ze77wvESkftSZlChfLQRdHUsg/L2187P19q8hem369TuBiSDnQ61z6evcG0
g7Op3c2rXNHHVtfqtuceE4YwFQ1iKHLRRxdEInSsHtgksKVMgD2+pMTxxdEdsnAR
Knm9ldLhW4zBvszuoHPKt097FSzXgptfyJRHG/JNp7PBGdYA0nV8NOxRoR56aQ4i
bTJC3qo59zJKFX2LUuji82ccLl3pPD5+kd8Xei/8Q6vdanaTZkluq9HGarnSIeg5
cxuJevcYNefuk7wfDWyypD8st00IjKxq4nFVJEZ4z+zhIeC2q2x6hXJv0uAPvsbt
YMMLE418n17Pkx/90ATR6+CLArMiUY/wrUXEQqSKlm6RV/miMSsNKBBH8EaWNMBg
wAHRITk1fuIvE5UH/igk/o0yzb55vwf0//0BY4eJS3IOPAhs4BgproVbSrwAVCox
RgRz/tDcwI84opX9gfsGCBfQ1OYhtUnuJLTUif5e9wIGajteuUh5hCDomwVhTANm
dOFlaNpcNz9wQKkL+j7d
=87yD
-END PGP SIGNATURE-
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes