Commit Graph
100 Commits
Author SHA1 Message Date
Andreas Rammhold 0dfc60af86 Merge pull request #75710 from andir/spamassassin
spamassassin: 3.4.2 -> 3.4.3
2019-12-16 10:12:44 +01:00
Andreas Rammhold f23627cb12 advancecomp: fix CVE-2019-9210 2019-12-15 23:15:35 +01:00
Andreas Rammhold b21b92947e ansible_2_6: 2.6.17 -> 2.6.20
This addresses the following security issues:

  * CVE-2019-14846 - Several Ansible plugins could disclose aws
    credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
    lookup/aws_account_attribute.py, and lookup/aws_secret.py,
    lookup/aws_ssm.py use the boto3 library from the Ansible process. The
    boto3 library logs credentials at log level DEBUG. If Ansible's
    logging was enabled (by setting LOG_PATH to a value) Ansible would set
    the global log level to DEBUG. This was inherited by boto and would
    then log boto credentials to the file specified by LOG_PATH. This did
    not affect aws ansible modules as those are executed in a separate
    process. This has been fixed by switching to log level INFO
  * Convert CLI provided passwords to text initially, to prevent unsafe
    context being lost when converting from bytes->text during post
    processing of PlayContext. This prevents CLI provided passwords from
    being incorrectly templated (CVE-2019-14856)
  * properly hide parameters marked with no_log in suboptions when
    invalid parameters are passed to the module (CVE-2019-14858)
  * resolves CVE-2019-10206, by avoiding templating passwords from
    prompt as it is probable they have special characters.
  * Handle improper variable substitution that was happening in
    safe_eval, it was always meant to just do 'type enforcement' and have
    Jinja2 deal with all variable interpolation. Also see CVE-2019-10156

Changelog: https://github.com/ansible/ansible/blob/9bdb89f740a87bcf760424577ce18a8f68d7a741/changelogs/CHANGELOG-v2.6.rst
2019-12-15 21:25:07 +01:00
Andreas Rammhold 71cde971c7 ansible_2_8: 2.8.4 -> 2.8.7
This addresses the following security issues:

  * Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)
  * CVE-2019-14846 - Several Ansible plugins could disclose aws
    credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
    lookup/aws_account_attribute.py, and lookup/aws_secret.py,
    lookup/aws_ssm.py use the boto3 library from the Ansible process. The
    boto3 library logs credentials at log level DEBUG. If Ansible's
    logging was enabled (by setting LOG_PATH to a value) Ansible would set
    the global log level to DEBUG. This was inherited by boto and would
    then log boto credentials to the file specified by LOG_PATH. This did
    not affect aws ansible modules as those are executed in a separate
    process. This has been fixed by switching to log level INFO
  * Convert CLI provided passwords to text initially, to prevent unsafe
    context being lost when converting from bytes->text during post
    processing of PlayContext. This prevents CLI provided passwords from
    being incorrectly templated (CVE-2019-14856)
  * properly hide parameters marked with no_log in suboptions when
    invalid parameters are passed to the module (CVE-2019-14858)

Changelog: https://github.com/ansible/ansible/blob/24220a618a6d5cd3b5c99f8c7f7771661ed08d33/changelogs/CHANGELOG-v2.8.rst
2019-12-15 21:25:02 +01:00
Andreas Rammhold 64e2791092 ansible_2_7: 2.7.11 -> 2.7.15
This fixes the following security issues:
  * Ansible: Splunk and Sumologic callback plugins leak sensitive data
    in logs (CVE-2019-14864)
  * CVE-2019-14846 - Several Ansible plugins could disclose aws
    credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
    lookup/aws_account_attribute.py, and lookup/aws_secret.py,
    lookup/aws_ssm.py use the boto3 library from the Ansible process. The
    boto3 library logs credentials at log level DEBUG. If Ansible's
    logging was enabled (by setting LOG_PATH to a value) Ansible would set
    the global log level to DEBUG. This was inherited by boto and would
    then log boto credentials to the file specified by LOG_PATH. This did
    not affect aws ansible modules as those are executed in a separate
    process. This has been fixed by switching to log level INFO
  * Convert CLI provided passwords to text initially, to prevent unsafe
    context being lost when converting from bytes->text during post
    processing of PlayContext. This prevents CLI provided passwords from
    being incorrectly templated (CVE-2019-14856)
  * properly hide parameters marked with no_log in suboptions when invalid
    parameters are passed to the module (CVE-2019-14858)
  * resolves CVE-2019-10206, by avoiding templating passwords from
    prompt as it is probable they have special characters.
  * Handle improper variable substitution that was happening in
    safe_eval, it was always meant to just do 'type enforcement' and have
    Jinja2 deal with all variable interpolation. Also see CVE-2019-10156

Changelog: https://github.com/ansible/ansible/blob/0623dedf2d9c4afc09e5be30d3ef249f9d1ebece/changelogs/CHANGELOG-v2.7.rst#v2-7-15
2019-12-15 21:24:59 +01:00
Andreas Rammhold 5d3607b2da spamassassin: 3.4.2 -> 3.4.3
Two security issues have been fixed in this release:
  * CVE-2019-12420 for Multipart Denial of Service Vulnerability
  * CVE-2018-11805 for nefarious CF files can be configured to
    run system commands without any output or errors.

https://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.3.txt
2019-12-15 20:48:56 +01:00
Andreas Rammhold e1699e3c71 thunderbird-bin: 68.2.2 -> 68.3.0 2019-12-15 20:37:50 +01:00
Andreas Rammhold cd394340d8 dovecot: 2.3.8 -> 2.3.9.2
Update to latest version & updated the patch file to match with the
lastest verison.

Fixes the following security issue:
  * CVE-2019-19722: Mails with group addresses in From or To fields
    caused crash in push notification drivers.
2019-12-15 20:11:01 +01:00
Andreas Rammhold 928bc00ec4 Merge pull request #75673 from flokli/exa-broken-symlinks
exa: apply patch to not panic on broken symlinks
2019-12-15 02:28:29 +01:00
Andreas Rammhold 2d7b7b805d Merge pull request #75574 from musteresel/patch-1
anydesk: Provide alternative URL
2019-12-12 22:54:42 +01:00
Andreas Rammhold 89647059dc Merge pull request #75181 from wamserma/fix-modules-shrunk
modules-shrunk: preserve module priorities from build
2019-12-12 22:53:14 +01:00
Andreas Rammhold b5de0c55f1 Merge pull request #74518 from andir/chirp
chirp: modernize the expression by using buildPythonApplication
2019-12-12 17:55:37 +01:00
Andreas Rammhold e8bb94fca9 Merge pull request #68459 from volth/patch-364
nixos/nat: create nixos-nat-{pre,post,out} in ip6tables too
2019-12-12 15:55:51 +01:00
Andreas Rammhold b6de96bf34 Merge pull request #75155 from risicle/ris-libofx-0.9.15
libofx: 0.9.14 -> 0.9.15, addressing CVE-2019-9656
2019-12-12 12:28:58 +01:00
Andreas Rammhold 5368791937 Merge pull request #75169 from mayflower/fix/firefox-71-lto
firefox: fix indexedDB for 71.0
2019-12-08 00:45:52 +01:00
Andreas Rammhold 8465cae85c Merge pull request #74905 from andir/firefox-71
firefox: 70.0.1 -> 71.0
2019-12-05 10:45:34 +01:00
Andreas Rammhold 1993a8bb45 firefox-esr-68: 68.2.0esr -> 68.3.0esr 2019-12-03 14:52:06 +01:00
Andreas Rammhold ff0cd023ef firefox-devedition-bin: 71.0b6 -> 72.0b1 2019-12-03 12:10:45 +01:00
Andreas Rammhold bbb74cdb3c firefox-beta-bin: 71.0b6 -> 72.0b1 2019-12-03 12:10:26 +01:00
Andreas Rammhold ba1acd2f0c firefox-bin: 70.0.1 -> 71.0 2019-12-03 12:10:06 +01:00
Andreas Rammhold 8eb6c64404 firefox: 70.0.1 -> 71.0 2019-12-03 11:38:30 +01:00
Andreas Rammhold d4ee04bd16 nss: 3.46.1 -> 3.47.1 2019-12-03 11:38:30 +01:00
Andreas Rammhold 120eda95a6 Merge pull request #74737 from andir/cudatoolkit
cudatoolkit: move the dependencies into a common expression
2019-12-03 11:34:26 +01:00
Andreas Rammhold 06ccc821b7 Merge pull request #74500 from r-ryantm/auto-update/nlohmann_json
nlohmann_json: 3.7.0 -> 3.7.3
2019-11-28 19:34:14 +01:00
Andreas Rammhold f9dd4b27f1 chirp: modernize the expression by using buildPythonApplication 2019-11-28 19:06:21 +01:00
Andreas Rammhold 78816a875b cudatoolkit: move the dependencies into a common expression 2019-11-29 03:57:23 +12:00
Andreas Rammhold 464ff0aa24 Revert "cudatoolkit: move the dependencies into a common expression"
This reverts commit ceafd896f5.
2019-11-29 03:49:34 +12:00
Andreas Rammhold 059faab65a Merge pull request #73803 from andir/buildRustCrate-lib-output
buildRustCrate: add lib output
2019-11-28 15:36:45 +01:00
Andreas Rammhold d2ef08d3be Merge pull request #74361 from andir/nss
nss: 3.46.1 -> 3.47.1
2019-11-28 14:29:51 +01:00
Andreas Rammhold 3c6a33e049 Merge pull request #74177 from jtojnar/neard
nixos/neard: init
2019-11-28 07:53:32 +01:00
Andreas Rammhold 1c0b2785b4 nss: 3.46.1 -> 3.47.1 2019-11-27 21:08:19 +01:00
Andreas Rammhold 2930ea5304 Merge pull request #73497 from dtzWill/update/intel-microcode-20191115
microcodeIntel: 20191113 -> 20191115
2019-11-27 16:25:31 +01:00
Andreas Rammhold 660e754074 microcodeIntel: add andir as maintainer 2019-11-27 16:23:16 +01:00
Andreas Rammhold 958358d1ff Merge pull request #74275 from talyz/fix-rl-2003
rl-2003: Fix typo
2019-11-26 17:14:00 +01:00
Andreas Rammhold a53a46f1be Merge pull request #74241 from xrelkd/update/cargo-expand
cargo-expand: 0.4.15 -> 0.4.16
2019-11-26 15:19:06 +01:00
Andreas Rammhold 1b748554d5 buildRustCrate: add lib output
This cuts down the dependency tree on some rust builds where a crate not
just exposes a binary but also a library. `$out/lib` contained a bunch
of extra support files that among other information carry linker flags
(including the full path to link-time dependencies). Worst case this led
to some binary outputs depending on the full build closure of rust
crates.

Moving all the `$out/lib` files to `$lib/lib` solves this nicely.

`lib` might be a bit weird here as they are most of the time just rlib
files (rust libraries). Those are essential only required during
compilation but they can also be shared objects (like with traditional
C-style packages). Which is why I went with `lib` for the new output.

One of the caveats we are running into here is that we do not (always)
know ahead of time of a crate produces just a library or just a binary.
Cargo allows for some ambiguity regarding whether or not a crate
provides one, two, … binaries and libraries as it's outputs. Ideally we
would be able to rely on the `crateType` entirely but so far that isn't
the case. More work on that area might show how difficult that actually
is.
2019-11-26 15:05:01 +01:00
Andreas Rammhold e38f83c762 Merge pull request #72826 from andir/cudapackages
cuda: make cudatoolkit & cudnn packages overrideable
2019-11-26 13:10:56 +01:00
Andreas Rammhold a06529b7ad nixos: default environment.homeBinInPath to false
This is a more sane default since we do not magically (without opt-in)
pull in binaries from `~/bin`. That is not really an expected behavior
for many users. Users that still want that behavior can now just flip
that switch.
2019-11-26 12:44:12 +01:00
Andreas Rammhold ceafd896f5 cudatoolkit: move the dependencies into a common expression
This has the benefit of being able to override all the inputs to the
build where you were previously only able to override the entire package
set (if at all).
2019-11-26 12:28:45 +01:00
Andreas Rammhold 289a292608 cuda: make cudatoolkit & cudnn packages overrideable 2019-11-26 12:27:10 +01:00
Andreas Rammhold d5914d7d68 systemd: v243 -> v243.3 2019-11-24 11:53:28 +01:00
Andreas Rammhold 58fb23f72a Merge pull request #73802 from cdepillabout/add-extraconfig-to-timesyncd
nixos/timesyncd: add extraConfig option
2019-11-20 08:40:07 +01:00
Andreas Rammhold b62f324fa9 Merge pull request #72006 from taku0/thunderbird-bin-68.2.0
thunderbird, thunderbird-bin: 68.1.1 -> 68.2.2 [Critical security fixes]
2019-11-08 17:36:03 +01:00
Andreas Rammhold 1e72fa5158 Merge pull request #68954 from dguibert/dg/cudatoolkit_10_1
cudatoolkit: add 10.1.243
2019-11-06 08:58:30 +01:00
Andreas Rammhold dbbadbb1ec Merge pull request #72600 from risicle/ris-opencv-4.1.2
opencv4: 4.1.0 -> 4.1.2, addressing CVE-2019-14491, CVE-2019-14492 & CVE-2019-15939
2019-11-02 23:26:50 +01:00
Andreas Rammhold 5d5b1405a7 Merge pull request #68483 from chkno/optional-home-bin-in-path
nixos/shells-environment: Make ~/bin/ in $PATH optional
2019-11-02 14:27:24 +01:00
Andreas Rammhold d1bef95b4c dino: unstable-2019-09-12 -> unstable-2019-10-28
This fixes a crash when receiving files via OMEMO.
2019-11-02 13:35:07 +01:00
Andreas Rammhold 41cb4b321d Merge pull request #72323 from nagisa/berglas-0.2.1
berglas: 0.2.0 → 0.2.1
2019-10-30 20:58:17 +01:00
Andreas Rammhold ed8f58fe8b Merge pull request #71624 from taku0/firefox-bin-70.0-esr-68.2.0esr
firefox-bin: 69.0.2 -> 70.0,  firefox-esr: 68.1.0esr -> 68.2.0esr
2019-10-22 18:03:04 +02:00
Andreas Rammhold 1b2b4768f6 firefox: 69.0.2 -> 70.0 2019-10-21 21:58:37 +02:00
Andreas Rammhold 61017517a3 sqlite: 3.28.0 -> 3.30.0
Also bumps sqlite3_analyze as those have to be kept in sync
2019-10-21 21:58:37 +02:00
Andreas Rammhold b4f278a07c nss: 3.46 -> 3.46.1 2019-10-21 21:58:37 +02:00
Andreas Rammhold f19920f755 rust-cbdindgen: 0.9.0 -> 0.9.1 2019-10-21 21:58:36 +02:00
Andreas Rammhold 2deef75624 rust-cbindgen: skip expand tests
The expand tests require unstable rust features.
2019-10-21 21:58:36 +02:00
Andreas Rammhold 7391a7d584 buildRustPackage: support checkFlags and checkFlagsArray 2019-10-21 21:58:36 +02:00
Andreas Rammhold 8d77a83e96 Merge pull request #70259 from andir/rust-checkflags
rust introduce `checkFlags` to parametrize test execution
2019-10-21 17:33:10 +02:00
Andreas Rammhold e07c2974e6 rust-cbdindgen: 0.9.0 -> 0.9.1 2019-10-20 03:04:23 +02:00
Andreas Rammhold 06744bb2d4 rust-cbindgen: skip expand tests
The expand tests require unstable rust features.
2019-10-20 02:31:13 +02:00
Andreas Rammhold d13022417f buildRustPackage: support checkFlags and checkFlagsArray 2019-10-20 02:31:13 +02:00
Andreas Rammhold c1c9758e7c Merge pull request #70815 from r-ryantm/auto-update/libyaml-cpp
libyamlcpp: 0.6.2 -> 0.6.3
2019-10-09 12:03:20 +02:00
Andreas Rammhold 633baf4273 Merge pull request #70843 from B4dM4n/systemd-tmpfiles
nixos/systemd: fix broken tmpfiles.d symlinks
2019-10-09 11:44:19 +02:00
Andreas Rammhold f86d3c2f78 Merge pull request #70356 from chkno/nerdfonts-shebangs
nerdfonts: Use patchShebangs
2019-10-04 01:17:49 +02:00
Andreas Rammhold 475e88a6fb Merge pull request #70045 from nagisa/berglas-init-0.2.0
berglas: init at 0.2.0
2019-09-30 14:45:47 +02:00
Andreas Rammhold 8495566fb6 Merge pull request #68348 from andir/google-cloud-sdk-pythonenv
Google cloud sdk pythonenv
2019-09-22 09:15:28 +02:00
Andreas Rammhold 20c7a35429 openssl_1_0_2: fixup sha256 2019-09-11 13:48:31 +02:00
Andreas Rammhold 4859debf9a Merge pull request #68448 from andir/openssl
openssl: 1.1.1c -> 1.1.1d, openssl_1_0_2: 1.0.2s -> 1.0.2t (low severity security)
2019-09-11 11:38:54 +02:00
Andreas Rammhold d49fb86b1b openssl: 1.1.1c -> 1.1.1d
(cherry picked from commit 76d54c72acaaa32e2c1f8b13002f0ceac3b7b06f)
2019-09-10 21:22:50 +02:00
Andreas Rammhold 5d5cd70516 openssl_1_0_2: 1.0.2s -> 1.0.2t
(cherry picked from commit aa6327c29c2de41a61db5aef8444385c531d4cc2)
2019-09-10 21:22:47 +02:00
Andreas Rammhold a69a6c1117 Merge pull request #68296 from danieldk/crateRenames
buildRustCrate: add support for renaming crates
2019-09-10 10:57:54 +02:00
Andreas Rammhold e023b3b1d9 google-cloud-sdk: remove from python-modules
It is not a python module just an application using/based on python.
2019-09-09 15:36:26 +02:00
Andreas Rammhold 28367c64fd pythonPackages.pyopenssl: add missing six dependency
It might have been there as a transitive dependency but better be
explicity about it.
2019-09-09 12:14:32 +02:00
Andreas Rammhold 4fdbdcede0 google-cloud-sdk: prefer using a pythonEnv vs just a search path
Previously only direct dependencies were available in the python search
path. Transitive dependencies would not be available and thus a few
features would not work due to import errors. Those import errors were
being caugth and gave a (wrong) hint why it wouldn't work. By using
`python.withPackages` instead of the crafted search path with only the
direct dependencies those missing feature should now be working.

See issue #67094 for details on the observed errors.

Fixes #67094
2019-09-09 10:50:12 +02:00
Andreas Rammhold 5f3d43fedf pythonPackages.pyopenssl: add missing six dependency
It might have been there as a transitive dependency but better be
explicity about it.
2019-09-09 10:50:11 +02:00
Andreas Rammhold 02e83699bb Merge pull request #68096 from andir/systemd-v243
systemd: 242 -> 243
2019-09-08 17:16:40 +02:00
Andreas Rammhold 9c06aae94a systemd: add myself as maintainer 2019-09-08 17:14:15 +02:00
Andreas Rammhold f59b4cb8d5 nixos/tests/login: fix the seat test by loading sound drivers
It turned out that /dev/snd/* always exists even if there are no sound
drivers loaded at all. Loading `snd` and `snd_timer` fixes that
situation. It is probably fair to assume someone that wants to use sound
also enables that in the NixOS configuration.
2019-09-08 17:14:14 +02:00
Andreas Rammhold 2b605e96c2 nixos/networkd: continue supporting 99-main with wildcard interface match
With systemd version 243 network units with empty match block will
generate warnigs. The reasoning seems to be that the intended behaviour
is hard to infere. Being explicit about really meaning any interface is
the reasonable thing here.

We want to get rid of this mechanism in the long run but as long as we
do not have a replacement we should stick with it and keep it in
reasonable good shape.
2019-09-08 17:14:13 +02:00
Andreas Rammhold d9b1256f93 systemd: 242 -> 243 2019-09-08 17:14:10 +02:00
Andreas Rammhold 722a286aff Merge pull request #68298 from Ma27/bump-weechat
weechat: 2.5 -> 2.6
2019-09-08 12:35:47 +02:00
Andreas Rammhold 29e4048d0a Merge pull request #67186 from xbreak/libyaml-cpp/no-gtest
libyamlcpp: Disable build & install of Google Test
2019-09-04 14:20:29 +02:00
Andreas Rammhold 6dce809b32 firefox-esr: 68.0.2esr -> 68.1.0esr 2019-09-04 11:03:32 +02:00
Andreas Rammhold 87e261843c firefox/wrapper: Set new style override for legacy profiles & allow downgrades
While Firefox 68 started messing with our profiles and required new
profiles on binary location changes Firefox 69 now verifies that we
aren't downgrading to an older Firefox even of the same version. If you
switch between two channel versions and/or between nixpkgs releases
Firefox will refuse to start and demand a fresh profile. Disabling the
downgrade protection works around that issue.
2019-09-04 02:14:53 +02:00
Andreas Rammhold cde7715039 systemd: fix CVE-2019-15718
More details at: https://www.openwall.com/lists/oss-security/2019/09/03/1
2019-09-04 01:05:28 +02:00
Andreas Rammhold 91c7f8b99f firefox-bin: 68.0.2 -> 69.0 2019-09-03 08:49:00 +02:00
Andreas Rammhold 77fc386344 firefox: 68.0.2 -> 69.0 2019-09-02 20:58:57 +02:00
Andreas Rammhold 7b504b49b0 nss: 3.44.1 -> 3.46 2019-09-02 16:13:19 +02:00
Andreas Rammhold f3d3377477 firefox: support building firefox 69 2019-09-02 16:13:19 +02:00
Andreas Rammhold 4e60699fa7 Merge pull request #67858 from flokli/local-fs-target-services
nixos: remove dependencies on local-fs.target
2019-09-02 09:16:41 +02:00
Andreas Rammhold 9cd7a73f94 maintainer: rename f-breidenstein to fleaz
He changed the GitHub handle a while ago.
2019-08-31 07:53:35 -04:00
Andreas Rammhold 5fd022d65c Merge pull request #65856 from jonringer/bump-cbindgen
rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31 11:45:36 +02:00
Andreas Rammhold 360b2314b8 irssi: 1.2.1 -> 1.2.2 (CVE-2019-15717)
https://irssi.org/security/irssi_sa_2019_08.txt
2019-08-29 23:13:09 +02:00
Andreas Rammhold e6e3270bd4 kea: 1.5.0 -> 1.5.0-P1 (security)
Fixes:

* CVE-2019-6472 affects the Kea DHCPv6 server, which can exit
  with an assertion failure if the DHCPv6 server process receives
  a request containing DUID value which is too large.
  (https://kb.isc.org/docs/cve-2019-6474)

* CVE-2019-6473 affects the Kea DHCPv4 server, which can exit with
  an assertion failure if it receives a packed containing a malformed
  option.  (https://kb.isc.org/docs/cve-2019-6473)

* CVE-2019-6474 can cause a condition where the server cannot be
  restarted without manual operator intervention to correct a problem
  that can be deliberately introduced into the stored leases.
  CVE-2019-6474 can only affect servers which are using memfile
  for lease storage.  (https://kb.isc.org/docs/cve-2019-6474)

Annoucement: https://www.openwall.com/lists/oss-security/2019/08/29/1
2019-08-29 10:38:24 +02:00
Andreas Rammhold f43086caa9 Merge pull request #67637 from andir/dovecot
dovecot-pigeonhole: 0.5.7.1 -> 0.5.7.2 (CVE-2019-11500)
2019-08-28 20:58:10 +02:00
Andreas Rammhold 46ff96c05b dovecot-pigeonhole: 0.5.7.1 -> 0.5.7.2 (CVE-2019-11500)
This is a followup on #67623
2019-08-28 17:57:57 +02:00
Andreas Rammhold ec3271cc15 Merge pull request #67623 from tokudan/patch-1
dovecot: 2.3.7.1 -> 2.3.7.2 (CVE-2019-11500)
2019-08-28 17:49:36 +02:00
Andreas Rammhold c41f88198d Merge pull request #67550 from mmahut/CVE-2018-20852
python2: CVE-2018-20852 forwarding to master
2019-08-27 08:33:46 +00:00
Andreas Rammhold a583152ff8 Merge pull request #66727 from jabranham/firefox
Firefox 68.0.2
2019-08-16 22:55:44 +00:00
Andreas Rammhold 17843aa025 firefox-bin: 68.0.1 -> 68.0.2 2019-08-16 23:08:08 +02:00
Andreas Rammhold a1b7ce78fa firefox-beta-bin: 69.0b10 -> 69.0b14 2019-08-16 23:07:35 +02:00
Andreas Rammhold 1a72fe89f8 google-cloud-cpp: init at 0.11.0 2019-08-13 17:26:51 +02:00