1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
|
fwupd (0.8.3-1) oldstable; urgency=medium
* Update to 0.8.3 point release
- Upstream no longer supports the 0.7.x series
* Drop existing patches all merged into 0.8.3 release.
* Drop no longer used libebitdo1 and libebitdo-dev packages
* Refresh symbols
* Backport series of commits to allow better longevity on 0.8.x
- Use a CNAME to redirect to the correct CDN for metadata (Closes: #961490)
- Do not abort startup if the XML metadata file is invalid
- Add the Linux Foundation public GPG keys for firmware and metadata
- Raise the metadata limit to 10Mb
- Validate that gpgme_op_verify_result() returned at least one signature
(Closes: #962517)
-- Mario Limonciello <mario.limonciello@dell.com> Tue, 07 Jul 2020 23:15:59 -0500
fwupd (0.7.4-2) unstable; urgency=medium
* Backport a patch to make sure that appstream metadata validates
properly. (Closes: #837765)
* Drop armel from libfwup-dev build dependency architecture list.
* Drop valgrind build dependency for mipsel, mips64el, armhf, and armel
where it is segfaulting.
-- Mario Limonciello <mario.limonciello@dell.com> Tue, 11 Oct 2016 10:17:09 -0500
fwupd (0.7.4-1) unstable; urgency=medium
* New upstream version (0.7.4)
* Update symbols file.
* drop binary patches
* Drop existing upstream patches
* Add a patch that verifies providers are called with proper mode
* debian/control:
- Update dell email addresses (_ -> .)
- Add an explicit build dependency on new version of efivar
- Add build dep on gir1.2-appstreamglib-1.0
* debian/rules:
- Adjust architectures that tests are run for missing valgrind
- Add autoconf archive to build-depends (Closes: 837826)
- Adjust daemon install path to be non multi-arch (Closes: #808831)
* Backport patch to make sure test suite runs without sysfs
bind mounted.
* Mark fwupd-doc package as Multi-Arch: foreign.
-- Mario Limonciello <mario.limonciello@dell.com> Mon, 03 Oct 2016 14:55:16 -0500
fwupd (0.7.3-1) unstable; urgency=medium
* New upstream version (0.7.3)
* debian/rules: Adjust launch of test suite due to 4eb527
* Drop wheel/sudo patch, and instead make change in debian/rules at build.
* Update Vcs-Git URL to secure URL
* Update standards version
* Add libsmbios-dev to build dependencies for Dell features
* Drop gtk-doc documentation into new package fwupd-doc
* Add new packages for lib0bitdo support
* require building against libfwup 7
* Backport patch to allow building on older appstream-glib
* Add a lintian override for fuzzing tests
* add gir:depends for libdfu1
* don't install ebitdo-tool helper tool
* Backport patches for s390x failures.
- include binary patch of example.elf
* set libsmbios to i386/amd64 only
* Add lintian override for systemd services missing Install.
* Add libelf-dev to build-depends.
-- Mario Limonciello <mario_limonciello@dell.com> Thu, 01 Sep 2016 13:00:30 -0500
fwupd (0.7.2-1) unstable; urgency=medium
[ Mario Limonciello ]
* New upstream version (0.7.2)
* Drop unnecessary patches now upstream.
* Add gobject-introspection to build dependencies
[ Michael Biebl ]
* Split GObject introspection files into a separate package
named gir1.2-fwupd-1.0. (Fixes: #826743)
[ Jurica Stanojkovic ]
* Disable test suite on mips to prevent FTBFS.
Fixes: #826251)
-- Mario Limonciello <mario_limonciello@dell.com> Tue, 28 Jun 2016 08:45:42 -0500
fwupd (0.7.0-1) unstable; urgency=medium
* New upstream version (0.7.0)
* Install static app-info file for fwupd
* Drop alienware version quirk table patch included upstream
* Update headers installed for libdfu-dev
* Use correct dpkg-architecture variable to apply
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
* Block builds on test suite failures
* update libgusb requirement in debian/control
* update symbols
* Backport commits from upstream to fix problems on big endian
* Backport commit to remove requirement for gnupg 2.1
* Backport UEFI naming to DMI Product Name from master.
* Set HOME to current directory for the test suite to run properly on buildd
* Stop gpg-agent process that persists after test suite run (Closes: #820669)
-- Mario Limonciello <mario_limonciello@dell.com> Sun, 17 Apr 2016 23:32:05 -0500
fwupd (0.6.3-1) unstable; urgency=medium
* New upstream release (0.6.3)
* Enable quirked firmware versions on Alienware as well
* Conditionally enable colorhug if a new enough version is available.
This will allow for easier backporting in the future
* update standards version
* Only build against libfwup-dev on x86 and arm architectures
* add armel to supported architectures too
* Explicitly turn off UEFI if libfwup-dev wasn't installed to fix FTBFS
on these other architectures.
* Fix FTBFS on powerpc related to GPGME
* Update build-depends to libasppstream-glib-dev 0.5.10
* Add symbols files for libfwupd and libdfu1
* Adjust build depends to ensure building with at least gnupg 2.1.0
* Add libtool-bin into build-depends
* Re-enable test suite (but don't block additional failures)
* Include plugins not compiled in as providers in install
* Install static app-info file for fwupd
* Use dh_install --fail-missing to catch other things added upstream
at build time
* Backport patches from upstream that fix the test suite as a non-root user
-- Mario Limonciello <mario_limonciello@dell.com> Thu, 31 Mar 2016 08:59:34 -0500
fwupd (0.6.2-1) unstable; urgency=medium
* New upstream release (0.6.2)
- Fixes for Dell HW versions and UEFI get-results.
* Set polkit rules to be effective with proper group (Closes: #808832)
* Add rules compatible with polkit 0.105. (Closes: #808833)
-- Mario Limonciello <mario_limonciello@dell.com> Mon, 15 Feb 2016 08:37:19 -0600
fwupd (0.6.0-1) unstable; urgency=medium
* New upstream release (0.6.0)
- Adds support for DFU based flashing.
* Generate libdfu* packages for the newly included libdfu support
* Update copyright for current source
* Rename fwupd-dev to the more conventionally named libfwupd-dev
* update appstream-glib version requirement
* add gtk-doc-tools to build depends and cleanup after using them.
-- Mario Limonciello <mario_limonciello@dell.com> Tue, 08 Dec 2015 13:05:50 -0600
fwupd (0.5.4-1) unstable; urgency=medium
* New upstream release (0.5.4).
- Adds support for compiling against fwupdate 0.5.
* Fix FTBFS on armhf by passing -D_FILE_OFFSET_BITS=64 as well.
-- Mario Limonciello <mario_limonciello@dell.com> Thu, 03 Dec 2015 10:51:48 -0600
fwupd (0.5.3-2) unstable; urgency=medium
* Add build dependency on udev. (Closes: #804279)
* Fix hardening flags.
-- Mario Limonciello <mario_limonciello@dell.com> Sat, 07 Nov 2015 11:33:31 -0600
fwupd (0.5.3-1) unstable; urgency=medium
* New upstream release (0.5.3)
* Drop all patches, now upstream.
* debian/control: Update build dependencies for new upstream version.
-- Mario Limonciello <mario_limonciello@dell.com> Thu, 05 Nov 2015 23:23:19 -0600
fwupd (0.1.5-1) unstable; urgency=low
* Initial release (Closes: #793446)
-- Mario Limonciello <mario_limonciello@dell.com> Wed, 30 Sep 2015 17:04:40 -0500
|