All of lore.kernel.org
 help / color / mirror / Atom feed
* thud: 19 cherry-picks from master
@ 2018-11-14  1:30 Randy MacLeod
  2018-11-14 16:48 ` akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: Randy MacLeod @ 2018-11-14  1:30 UTC (permalink / raw)
  To: openembedded-devel, Armin Kuster

Armin,

Please consider each of the following commits to be
cherry-picked back to thud. I believe that they are all
defect fixes except in one or two case as noted.

3cb226393 uftrace: Support x86 <-- optional I suppose.

4d53ab222 netcat-openbsd: update SRC_URI
32e5f3506 netkit-telnet: update SRC_URI
5cf604e13 vlan: update SRC_URI
57bcd4df9 lvm2: update SRC_URI
2aa70599d geoip: update md5sum and sha256sum

17a4e8269 uriparser: Allow native build <-- optional but easy

bcbbace22 netkit-telnet: fix qa warnings of alternative target

e9e214875 apache2: Fix CVE-2018-11763

40a43f59d network-manager-applet: change default buildclass

e15f5c08a pcsc-lite: fix SRC_URI
15141ab55 lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1)


030c3ce91 network-manager-applet: move GNOMEBASEBUILDCLASS to
           correct position
d77cac3c5 vim-tiny: remove alternative for xxd
3be07aff4 modemmanager: set udev base dir to ${nonarch_base_libdir}/udev

6646362e7 python-configparser.inc: Fix SUMMARY

aea60d4cc curlpp: Fix packaging and reference to license

0e0104d62 libunique: fix installed-vs-shipped qa issue
993da5d96 hwloc: Update the SRC_URI



I've selected the fixes from the list below.
I looked at each commit but I haven't done any build testing yet.
I can do that tomorrow if you like but it seems that they are working
now and cherry-picked over without a problem so they should all
build fine.


You can get the full series cherry-picked to thud with:
$ for i in \
3cb226393 4d53ab222 32e5f3506 5cf604e13 57bcd4df9 \
2aa70599d 17a4e8269 bcbbace22 e9e214875 40a43f59d \
e15f5c08a 15141ab55 030c3ce91 d77cac3c5 3be07aff4 \
6646362e7 aea60d4cc 0e0104d62 993da5d96; \
do \
   echo $i; \
   git cherry-pick $i; \
done

../Randy


$ git log --oneline  master  ^thud
3d0c2d028 stress-ng: Upgrade from 0.09.37 to 0.09.45
016b243f1 libgpiod: bump version to v1.2
993da5d96 hwloc: Update the SRC_URI
0e0104d62 libunique: fix installed-vs-shipped qa issue
97f56b745 sedutil: Add recipe
aea60d4cc curlpp: Fix packaging and reference to license
b534159b1 tk: extend to nativesdk
8a8808315 networkmanager: Fix build with musl
317412bd1 Adding support for xscreensaver-5.39
b40cc1890 meta-xfce: xfconf: fixup installed-vs-shipped QA issue
6646362e7 python-configparser.inc: Fix SUMMARY
030c3ce91 network-manager-applet: move GNOMEBASEBUILDCLASS to
           correct position
d77cac3c5 vim-tiny: remove alternative for xxd
3be07aff4 modemmanager: set udev base dir to ${nonarch_base_libdir}/udev
cabdfa287 cpprest: upgrade to version 2.10.7 and add support for
           brotli library
80d37c453 brotli: add initial recipe, based on meta-webkit layer
c90572b2f glog: updated libunwind look up function
15141ab55 lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1)
e15f5c08a pcsc-lite: fix SRC_URI
40a43f59d network-manager-applet: change default buildclass
7163946b5 rapidjson: Allow empty package
60f3d467d mariadb: Upgrade to 5.5.62
334d73dc7 v4l-utils: update to 1.16.0
fd23b9c95 dbus-broker: fetch submodules too
4be3dce46 networkmanager: upgrade 1.10.10 -> 1.14.4
1627aa060 xfce4-settings: upgrade 4.12.3 -> 4.12.4
e9e214875 apache2: Fix CVE-2018-11763
5f94a97b0 adduser: 3.117 -> 3.118
57d261cad lcov: Fix perl module dependencies
6570a8d56 libio-socket-ssl-perl: 2.059 -> 2.060
fae12cab3 gvfs: 1.36.2 -> 1.39.1
31d701261 libwnck3: 3.24.1 -> 3.30.0
f27c15d94 thunar: 1.8.1 -> 1.8.2
c1bc28f18 xfce4-notifyd: 0.4.2 -> 0.4.3
76bfed565 xfce4-clipman-plugin: 1.4.2 -> 1.4.3
4222cac97 xfconf: 4.13.5 -> 4.13.6
bcbbace22 netkit-telnet: fix qa warnings of alternative target
8d7a7ad33 libyui-ncurses: fix ncurses find module
2417acf4f libyui: make resulting cmake config relocatable
b5dd6804f civetweb: disable tests
a21e2ae87 civetweb: remove redundant EXTRA_OECMAKE_class-native
12c394588 python-twisted: Add more python-twisted-* packages
           to the "meta" package
2731f210c python-pyiface: Upgrade to 0.0.11
17a4e8269 uriparser: Allow native build
4d53ab222 netcat-openbsd: update SRC_URI
32e5f3506 netkit-telnet: update SRC_URI
5cf604e13 vlan: update SRC_URI
57bcd4df9 lvm2: update SRC_URI
2aa70599d geoip: update md5sum and sha256sum
3cb226393 uftrace: Support x86

-- 
# Randy MacLeod
# Wind River Linux


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: thud: 19 cherry-picks from master
  2018-11-14  1:30 thud: 19 cherry-picks from master Randy MacLeod
@ 2018-11-14 16:48 ` akuster808
  2018-11-14 17:03   ` Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: akuster808 @ 2018-11-14 16:48 UTC (permalink / raw)
  To: Randy MacLeod, openembedded-devel

Randy,

On 11/13/18 5:30 PM, Randy MacLeod wrote:
> Armin,
>
> Please consider each of the following commits to be
> cherry-picked back to thud. I believe that they are all
> defect fixes except in one or two case as noted.
>
Thanks for this list.

Khem talked to me about Thud last week and we decided to sync master to
Thud. We did not say which one of us was doing that so I will start this
work shortly.

kind regards,

Armin

> 3cb226393 uftrace: Support x86 <-- optional I suppose.
>
> 4d53ab222 netcat-openbsd: update SRC_URI
> 32e5f3506 netkit-telnet: update SRC_URI
> 5cf604e13 vlan: update SRC_URI
> 57bcd4df9 lvm2: update SRC_URI
> 2aa70599d geoip: update md5sum and sha256sum
>
> 17a4e8269 uriparser: Allow native build <-- optional but easy
>
> bcbbace22 netkit-telnet: fix qa warnings of alternative target
>
> e9e214875 apache2: Fix CVE-2018-11763
>
> 40a43f59d network-manager-applet: change default buildclass
>
> e15f5c08a pcsc-lite: fix SRC_URI
> 15141ab55 lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1)
>
>
> 030c3ce91 network-manager-applet: move GNOMEBASEBUILDCLASS to
>           correct position
> d77cac3c5 vim-tiny: remove alternative for xxd
> 3be07aff4 modemmanager: set udev base dir to ${nonarch_base_libdir}/udev
>
> 6646362e7 python-configparser.inc: Fix SUMMARY
>
> aea60d4cc curlpp: Fix packaging and reference to license
>
> 0e0104d62 libunique: fix installed-vs-shipped qa issue
> 993da5d96 hwloc: Update the SRC_URI
>
>
>
> I've selected the fixes from the list below.
> I looked at each commit but I haven't done any build testing yet.
> I can do that tomorrow if you like but it seems that they are working
> now and cherry-picked over without a problem so they should all
> build fine.
>
>
> You can get the full series cherry-picked to thud with:
> $ for i in \
> 3cb226393 4d53ab222 32e5f3506 5cf604e13 57bcd4df9 \
> 2aa70599d 17a4e8269 bcbbace22 e9e214875 40a43f59d \
> e15f5c08a 15141ab55 030c3ce91 d77cac3c5 3be07aff4 \
> 6646362e7 aea60d4cc 0e0104d62 993da5d96; \
> do \
>   echo $i; \
>   git cherry-pick $i; \
> done
>
> ../Randy
>
>
> $ git log --oneline  master  ^thud
> 3d0c2d028 stress-ng: Upgrade from 0.09.37 to 0.09.45
> 016b243f1 libgpiod: bump version to v1.2
> 993da5d96 hwloc: Update the SRC_URI
> 0e0104d62 libunique: fix installed-vs-shipped qa issue
> 97f56b745 sedutil: Add recipe
> aea60d4cc curlpp: Fix packaging and reference to license
> b534159b1 tk: extend to nativesdk
> 8a8808315 networkmanager: Fix build with musl
> 317412bd1 Adding support for xscreensaver-5.39
> b40cc1890 meta-xfce: xfconf: fixup installed-vs-shipped QA issue
> 6646362e7 python-configparser.inc: Fix SUMMARY
> 030c3ce91 network-manager-applet: move GNOMEBASEBUILDCLASS to
>           correct position
> d77cac3c5 vim-tiny: remove alternative for xxd
> 3be07aff4 modemmanager: set udev base dir to ${nonarch_base_libdir}/udev
> cabdfa287 cpprest: upgrade to version 2.10.7 and add support for
>           brotli library
> 80d37c453 brotli: add initial recipe, based on meta-webkit layer
> c90572b2f glog: updated libunwind look up function
> 15141ab55 lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1)
> e15f5c08a pcsc-lite: fix SRC_URI
> 40a43f59d network-manager-applet: change default buildclass
> 7163946b5 rapidjson: Allow empty package
> 60f3d467d mariadb: Upgrade to 5.5.62
> 334d73dc7 v4l-utils: update to 1.16.0
> fd23b9c95 dbus-broker: fetch submodules too
> 4be3dce46 networkmanager: upgrade 1.10.10 -> 1.14.4
> 1627aa060 xfce4-settings: upgrade 4.12.3 -> 4.12.4
> e9e214875 apache2: Fix CVE-2018-11763
> 5f94a97b0 adduser: 3.117 -> 3.118
> 57d261cad lcov: Fix perl module dependencies
> 6570a8d56 libio-socket-ssl-perl: 2.059 -> 2.060
> fae12cab3 gvfs: 1.36.2 -> 1.39.1
> 31d701261 libwnck3: 3.24.1 -> 3.30.0
> f27c15d94 thunar: 1.8.1 -> 1.8.2
> c1bc28f18 xfce4-notifyd: 0.4.2 -> 0.4.3
> 76bfed565 xfce4-clipman-plugin: 1.4.2 -> 1.4.3
> 4222cac97 xfconf: 4.13.5 -> 4.13.6
> bcbbace22 netkit-telnet: fix qa warnings of alternative target
> 8d7a7ad33 libyui-ncurses: fix ncurses find module
> 2417acf4f libyui: make resulting cmake config relocatable
> b5dd6804f civetweb: disable tests
> a21e2ae87 civetweb: remove redundant EXTRA_OECMAKE_class-native
> 12c394588 python-twisted: Add more python-twisted-* packages
>           to the "meta" package
> 2731f210c python-pyiface: Upgrade to 0.0.11
> 17a4e8269 uriparser: Allow native build
> 4d53ab222 netcat-openbsd: update SRC_URI
> 32e5f3506 netkit-telnet: update SRC_URI
> 5cf604e13 vlan: update SRC_URI
> 57bcd4df9 lvm2: update SRC_URI
> 2aa70599d geoip: update md5sum and sha256sum
> 3cb226393 uftrace: Support x86
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: thud: 19 cherry-picks from master
  2018-11-14 16:48 ` akuster808
@ 2018-11-14 17:03   ` Randy MacLeod
  0 siblings, 0 replies; 3+ messages in thread
From: Randy MacLeod @ 2018-11-14 17:03 UTC (permalink / raw)
  To: akuster808, openembedded-devel

On 11/14/18 11:48 AM, akuster808 wrote:
> Randy,
> 
> On 11/13/18 5:30 PM, Randy MacLeod wrote:
>> Armin,
>>
>> Please consider each of the following commits to be
>> cherry-picked back to thud. I believe that they are all
>> defect fixes except in one or two case as noted.
>>
> Thanks for this list.
> 
> Khem talked to me about Thud last week and we decided to sync master to
> Thud. 

Super.

> We did not say which one of us was doing that so I will start this
> work shortly.

Thanks Armin.
../Randy

> 
> kind regards,
> 
> Armin
> 
>> 3cb226393 uftrace: Support x86 <-- optional I suppose.
>>
>> 4d53ab222 netcat-openbsd: update SRC_URI
>> 32e5f3506 netkit-telnet: update SRC_URI
>> 5cf604e13 vlan: update SRC_URI
>> 57bcd4df9 lvm2: update SRC_URI
>> 2aa70599d geoip: update md5sum and sha256sum
>>
>> 17a4e8269 uriparser: Allow native build <-- optional but easy
>>
>> bcbbace22 netkit-telnet: fix qa warnings of alternative target
>>
>> e9e214875 apache2: Fix CVE-2018-11763
>>
>> 40a43f59d network-manager-applet: change default buildclass
>>
>> e15f5c08a pcsc-lite: fix SRC_URI
>> 15141ab55 lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1)
>>
>>
>> 030c3ce91 network-manager-applet: move GNOMEBASEBUILDCLASS to
>>            correct position
>> d77cac3c5 vim-tiny: remove alternative for xxd
>> 3be07aff4 modemmanager: set udev base dir to ${nonarch_base_libdir}/udev
>>
>> 6646362e7 python-configparser.inc: Fix SUMMARY
>>
>> aea60d4cc curlpp: Fix packaging and reference to license
>>
>> 0e0104d62 libunique: fix installed-vs-shipped qa issue
>> 993da5d96 hwloc: Update the SRC_URI
>>
>>
>>
>> I've selected the fixes from the list below.
>> I looked at each commit but I haven't done any build testing yet.
>> I can do that tomorrow if you like but it seems that they are working
>> now and cherry-picked over without a problem so they should all
>> build fine.
>>
>>
>> You can get the full series cherry-picked to thud with:
>> $ for i in \
>> 3cb226393 4d53ab222 32e5f3506 5cf604e13 57bcd4df9 \
>> 2aa70599d 17a4e8269 bcbbace22 e9e214875 40a43f59d \
>> e15f5c08a 15141ab55 030c3ce91 d77cac3c5 3be07aff4 \
>> 6646362e7 aea60d4cc 0e0104d62 993da5d96; \
>> do \
>>    echo $i; \
>>    git cherry-pick $i; \
>> done
>>
>> ../Randy
>>
>>
>> $ git log --oneline  master  ^thud
>> 3d0c2d028 stress-ng: Upgrade from 0.09.37 to 0.09.45
>> 016b243f1 libgpiod: bump version to v1.2
>> 993da5d96 hwloc: Update the SRC_URI
>> 0e0104d62 libunique: fix installed-vs-shipped qa issue
>> 97f56b745 sedutil: Add recipe
>> aea60d4cc curlpp: Fix packaging and reference to license
>> b534159b1 tk: extend to nativesdk
>> 8a8808315 networkmanager: Fix build with musl
>> 317412bd1 Adding support for xscreensaver-5.39
>> b40cc1890 meta-xfce: xfconf: fixup installed-vs-shipped QA issue
>> 6646362e7 python-configparser.inc: Fix SUMMARY
>> 030c3ce91 network-manager-applet: move GNOMEBASEBUILDCLASS to
>>            correct position
>> d77cac3c5 vim-tiny: remove alternative for xxd
>> 3be07aff4 modemmanager: set udev base dir to ${nonarch_base_libdir}/udev
>> cabdfa287 cpprest: upgrade to version 2.10.7 and add support for
>>            brotli library
>> 80d37c453 brotli: add initial recipe, based on meta-webkit layer
>> c90572b2f glog: updated libunwind look up function
>> 15141ab55 lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1)
>> e15f5c08a pcsc-lite: fix SRC_URI
>> 40a43f59d network-manager-applet: change default buildclass
>> 7163946b5 rapidjson: Allow empty package
>> 60f3d467d mariadb: Upgrade to 5.5.62
>> 334d73dc7 v4l-utils: update to 1.16.0
>> fd23b9c95 dbus-broker: fetch submodules too
>> 4be3dce46 networkmanager: upgrade 1.10.10 -> 1.14.4
>> 1627aa060 xfce4-settings: upgrade 4.12.3 -> 4.12.4
>> e9e214875 apache2: Fix CVE-2018-11763
>> 5f94a97b0 adduser: 3.117 -> 3.118
>> 57d261cad lcov: Fix perl module dependencies
>> 6570a8d56 libio-socket-ssl-perl: 2.059 -> 2.060
>> fae12cab3 gvfs: 1.36.2 -> 1.39.1
>> 31d701261 libwnck3: 3.24.1 -> 3.30.0
>> f27c15d94 thunar: 1.8.1 -> 1.8.2
>> c1bc28f18 xfce4-notifyd: 0.4.2 -> 0.4.3
>> 76bfed565 xfce4-clipman-plugin: 1.4.2 -> 1.4.3
>> 4222cac97 xfconf: 4.13.5 -> 4.13.6
>> bcbbace22 netkit-telnet: fix qa warnings of alternative target
>> 8d7a7ad33 libyui-ncurses: fix ncurses find module
>> 2417acf4f libyui: make resulting cmake config relocatable
>> b5dd6804f civetweb: disable tests
>> a21e2ae87 civetweb: remove redundant EXTRA_OECMAKE_class-native
>> 12c394588 python-twisted: Add more python-twisted-* packages
>>            to the "meta" package
>> 2731f210c python-pyiface: Upgrade to 0.0.11
>> 17a4e8269 uriparser: Allow native build
>> 4d53ab222 netcat-openbsd: update SRC_URI
>> 32e5f3506 netkit-telnet: update SRC_URI
>> 5cf604e13 vlan: update SRC_URI
>> 57bcd4df9 lvm2: update SRC_URI
>> 2aa70599d geoip: update md5sum and sha256sum
>> 3cb226393 uftrace: Support x86
>>
> 


-- 
# Randy MacLeod
# Wind River Linux


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-14 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-14  1:30 thud: 19 cherry-picks from master Randy MacLeod
2018-11-14 16:48 ` akuster808
2018-11-14 17:03   ` Randy MacLeod

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.