Mario Limonciello
52252395c9
update to 0.1.5 release
2015-08-13 11:22:47 -05:00
Mario Limonciello
301cab0277
Release fwupd 0.1.5
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJVywIgAAoJEBesuo36lw4XIzcIAJ0wjhSyrY5YzyAoaab9XJ/D
ceHpGsXuzJCw/tZ0ehEvsly8iYyOJFM8Di5r9TeOwcs25gE18j9EyB5fewI2JD/c
0zo9PyHww9F/AOefJQJq9cnfMsGAwkn8vmWVCo2hztE9H+oZ6922LJG821Flo1lF
Dol+ShMFTMiWyCotz8LNnUHKPLAoKCcJT1nJkNGi5YSegNGrWJxBPEf+Y3rJfH+j
E7MzF3uBgX+c/aG+wQThzZzAc1ZTRE1xmpLelvuoeiW6IcJq7x6i6l6vVKIk4DGq
2S89p0fRftAkGj8d9ozzOG89j0lcO0JgKHB6P9NgnuaBq9BwAjUe/r0P/eYlgaw=
=Miap
-----END PGP SIGNATURE-----
Merge tag '0.1.5' into debian
Release fwupd 0.1.5
2015-08-13 11:19:58 -05:00
Richard Hughes
18a83f4fba
Release fwupd 0.1.5
2015-08-13 11:19:54 -05:00
Richard Hughes
2d6712b651
trivial: post release version bump
2015-08-12 09:23:53 +01:00
Richard Hughes
13e9d1266c
Release fwupd 0.1.5
2015-08-12 09:21:52 +01:00
Richard Hughes
ff7e6ceb98
Generate the ColorHug test files at runtime
...
Also, fix the firmware.inf to have the correct ClassGuid.
2015-08-12 09:09:28 +01:00
Richard Hughes
ba14582ef4
Use the AppStream 0.9 firmware specification by default
2015-08-11 14:34:08 +01:00
Richard Hughes
76d14e1a03
trivial: Use the new libappstream-glib API where available
2015-08-10 09:29:18 +01:00
Mario Limonciello
0ccc5310a6
update copyright
2015-08-09 23:28:02 -05:00
Mario Limonciello
ad39ce42b9
adjust to more commonly used format for debian/*.install
2015-08-09 23:17:49 -05:00
Mario Limonciello
6330cfbe8b
add missing libsoup-2.4-dev build dependency
2015-08-09 22:58:37 -05:00
Mario Limonciello
b005c511b5
cleanup gbp.conf
2015-08-09 22:55:00 -05:00
Mario Limonciello
2a81889d21
drop empty series file
2015-08-09 22:36:27 -05:00
Mario Limonciello
7ea37c3476
wrap-and-sort -a
2015-08-09 22:34:52 -05:00
Mario Limonciello
ddf2cb6747
make debian/rules consistent on tab/space
2015-08-09 22:32:52 -05:00
Richard Hughes
25cf6ab53e
Add a Raspberry Pi firmware provider
...
This queries the current firmware version and also allows online or offline
updating.
2015-08-05 12:14:56 +01:00
Richard Hughes
804c075fee
Make parsing the option ROM runtime optional
...
On devices with a lot of PCI devices this can take a couple of seconds per
device, and if this feature is not desired then disabling it saves system
resources.
2015-08-04 14:56:39 +01:00
Richard Hughes
ac8b192033
Add a simple config file to store the correct LVFS download URI
2015-08-04 14:56:39 +01:00
Richard Hughes
e00d70dabe
trivial: Fix compile with AppStreamGlib git master
2015-08-04 14:44:37 +01:00
Richard Hughes
c6ff8fa574
Move the verification and metadata matching phase to the daemon
...
This allows us to use the functionality in gnome-software or cockpit without
loading the system AppStream store.
2015-08-03 18:00:54 +01:00
Richard Hughes
9985a24a29
Fix validation of written firmware
...
It turns out comparing sha1{firmware.cab} and sha1{firmware.bin} doesn't match.
Require appstream-glib 0.5.x for the new API required to fix this.
2015-08-03 13:22:34 +01:00
Richard Hughes
6064c2ef88
Add the ability to remove a vendor on the LVFS site
2015-07-31 07:55:31 +01:00
Richard Hughes
d51173d448
Allow no arguments to 'fwupdmgr verify-update' and use sane defaults
...
Reading firmware from devices and writing to the default path will typically
require authentication.
2015-07-30 19:56:04 +01:00
Richard Hughes
40b6b3f597
Prefer the GUID from the firmware than the device
...
The firmware may be more generic, and it also allows us to match the GUID then
doing 'verify' on a device with a different device PID than the firmware
actually declares.
2015-07-30 18:41:39 +01:00
Mario Limonciello
6f5fdafecd
update vcs field too
2015-07-29 22:20:32 -05:00
Mario Limonciello
99258efdac
adjust maintainer to be debian-efi
2015-07-29 16:58:02 -05:00
Richard Hughes
a7c99b54ea
Devices with option ROM are always internal
2015-07-29 15:55:48 +01:00
Richard Hughes
a245841335
trivial: Always enable fwsignd when doing 'make distcheck'
2015-07-29 15:30:57 +01:00
Richard Hughes
441785d215
trivial: Fix up some harmless lint, no code changes
2015-07-28 14:56:19 +01:00
Richard Hughes
eaa09993b0
trivial: Remove some unused code found by clang
2015-07-28 14:05:26 +01:00
Richard Hughes
1e9adee499
trivial: Add a simple style guide for firmware descriptions
2015-07-28 13:13:49 +01:00
Richard Hughes
fe8b96e74e
Do not pre-convert the update description from AppStream XML
...
This allows the text clients like fwupdmgr to convert to UTF-8 text, and
graphical clients can use the markdown target to ensure the links are made
clickable and paragraphs are presented in the right way.
2015-07-28 13:13:41 +01:00
Richard Hughes
04ee5856d0
Sign the test binary with the correct key
...
Use the LVFS key rather than my own GPG key, and load that in the self tests.
Fixes https://github.com/hughsie/fwupd/issues/14
2015-07-28 09:47:03 +01:00
Richard Hughes
e223577fac
trivial: Update spec file from downstream
2015-07-27 15:50:04 +01:00
Richard Hughes
23b500a3af
Allow fwupd to be autostarted by systemd
2015-07-27 15:49:48 +01:00
Richard Hughes
d6e8885bf2
Merge pull request #28 from phomes/master
...
trivial: remove unused variables
2015-07-27 08:18:48 +01:00
Thomas Hindoe Paaboel Andersen
1058ce8155
trivial: remove unused variables
2015-07-27 00:24:01 +02:00
Richard Hughes
66b69827b9
Release fwupd 0.1.4
2015-07-25 14:01:11 -05:00
Richard Hughes
9a5bacbc5a
trivial: Fix make distcheck
2015-07-25 14:01:05 -05:00
Richard Hughes
324b49d6a1
trivial: post release version bump
2015-07-25 14:54:03 +01:00
Richard Hughes
578a195094
Release fwupd 0.1.4
2015-07-25 14:52:14 +01:00
Richard Hughes
31477cf4e7
trivial: Fix make distcheck
2015-07-25 14:51:36 +01:00
Mario Limonciello
221f7878f9
drop all patches upstream now
2015-07-24 12:14:32 -05:00
Mario Limonciello
e4177a7ad8
Add ITP bug to debian/changelog
2015-07-24 12:14:32 -05:00
Mario Limonciello
68ed437648
create a directory so that fwupdmgr refresh works
2015-07-24 12:14:32 -05:00
Mario Limonciello
48cb8fa12f
add a few missing files from current upstream code
2015-07-24 12:14:32 -05:00
Mario Limonciello
803fc98d1f
Merge branch 'master' into debian
2015-07-24 12:14:27 -05:00
Mario Limonciello
3ed5447c92
Reload appstream data after refreshing.
2015-07-23 19:01:15 -05:00
Mario Limonciello
a570bb5195
Fallback to offline install when calling the update argument.
...
The fallback support is currently only present in the regular
install argument.
Signed-off-by: Richard Hughes <richard@hughsie.com>
2015-07-23 20:40:52 +01:00
Richard Hughes
69fa1d37e9
trivial: Prepend the SHA hash to the uploaded firmware file
...
We don't want to enforce a filename policy on vendors.
2015-07-23 10:36:49 +01:00