Re: [PATCH] sha1dc: update from upstream

2019-05-16 Thread Osipov, Michael
Am 2019-05-16 um 10:31 schrieb Ævar Arnfjörð Bjarmason: On Thu, May 16 2019, Osipov, Michael wrote: Am 2019-05-15 um 13:48 schrieb Ævar Arnfjörð Bjarmason: On Tue, May 14 2019, Osipov, Michael wrote: Hi, Am 2019-05-14 um 00:17 schrieb Ævar Arnfjörð Bjarmason: Update sha1dc from the lates

Re: [PATCH] sha1dc: update from upstream

2019-05-16 Thread Ævar Arnfjörð Bjarmason
On Thu, May 16 2019, Osipov, Michael wrote: > Am 2019-05-15 um 13:48 schrieb Ævar Arnfjörð Bjarmason: >> >> On Tue, May 14 2019, Osipov, Michael wrote: >> >>> Hi, >>> >>> Am 2019-05-14 um 00:17 schrieb Ævar Arnfjörð Bjarmason: Update sha1dc from the latest version by the upstream maint

Re: [PATCH] sha1dc: update from upstream

2019-05-16 Thread Osipov, Michael
Am 2019-05-15 um 13:48 schrieb Ævar Arnfjörð Bjarmason: On Tue, May 14 2019, Osipov, Michael wrote: Hi, Am 2019-05-14 um 00:17 schrieb Ævar Arnfjörð Bjarmason: Update sha1dc from the latest version by the upstream maintainer[1]. See 07a20f569b ("Makefile: fix unaligned loads in sha1dc wit

Re: [PATCH] sha1dc: update from upstream

2019-05-15 Thread Ævar Arnfjörð Bjarmason
On Tue, May 14 2019, Osipov, Michael wrote: > Hi, > > Am 2019-05-14 um 00:17 schrieb Ævar Arnfjörð Bjarmason: >> Update sha1dc from the latest version by the upstream >> maintainer[1]. See 07a20f569b ("Makefile: fix unaligned loads in >> sha1dc with UBSan", 2019-03-12) for the last update. >> >>

Re: [PATCH] sha1dc: update from upstream

2019-05-14 Thread Osipov, Michael
Hi, Am 2019-05-14 um 00:17 schrieb Ævar Arnfjörð Bjarmason: Update sha1dc from the latest version by the upstream maintainer[1]. See 07a20f569b ("Makefile: fix unaligned loads in sha1dc with UBSan", 2019-03-12) for the last update. This fixes an issue where HP-UX IA64 was wrongly detected as a

[PATCH] sha1dc: update from upstream

2019-05-13 Thread Ævar Arnfjörð Bjarmason
Update sha1dc from the latest version by the upstream maintainer[1]. See 07a20f569b ("Makefile: fix unaligned loads in sha1dc with UBSan", 2019-03-12) for the last update. This fixes an issue where HP-UX IA64 was wrongly detected as a Little-endian instead of a Big-endian system, see [2] and [3].

Re: [PATCH] sha1dc: update from upstream

2018-08-02 Thread Stefan Beller
On Thu, Aug 2, 2018 at 1:51 PM Ævar Arnfjörð Bjarmason wrote: > diff --git a/sha1collisiondetection b/sha1collisiondetection > index 19d97bf5af..232357eb2e 16 > --- a/sha1collisiondetection > +++ b/sha1collisiondetection > @@ -1 +1 @@ > -Subproject commit 19d97bf5af05312267c2e874ee6bcf584d9e9

Re: [PATCH] sha1dc: update from upstream

2018-08-02 Thread Michael Felt (aixtools)
Sent from my iPhone > On 2 Aug 2018, at 22:50, Ævar Arnfjörð Bjarmason wrote: > > Update sha1dc from the latest version by the upstream > maintainer[1]. See 2db87328ef ("Merge branch 'ab/sha1dc'", 2017-07-10) > for the last update. > > This fixes an issue where AIX was wrongly detected as a

[PATCH] sha1dc: update from upstream

2018-08-02 Thread Ævar Arnfjörð Bjarmason
Update sha1dc from the latest version by the upstream maintainer[1]. See 2db87328ef ("Merge branch 'ab/sha1dc'", 2017-07-10) for the last update. This fixes an issue where AIX was wrongly detected as a Little-endian instead of a Big-endian system. See [2][3][4]. 1. https://github.com/cr-marcstev