* [ptxdist] [PATCH] ca-certificates: version bump 2016.08.08 -> 2019.09.16 @ 2020-09-30 10:27 Denis Osterland-Heim 2020-09-30 11:39 ` [ptxdist] [PATCH] fixup! " Denis Osterland-Heim 0 siblings, 1 reply; 10+ messages in thread From: Denis Osterland-Heim @ 2020-09-30 10:27 UTC (permalink / raw) To: ptxdist Signed-off-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> --- Hi, I hope that e-mail works this time. Regards Denis rules/ca-certificates.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make index bec34fc..527f33c 100644 --- a/rules/ca-certificates.make +++ b/rules/ca-certificates.make @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates # # Paths and names # -CA_CERTIFICATES_VERSION:= 2016.08.08 +CA_CERTIFICATES_VERSION:= 2020.09.16 # The commit hash of the default branch. Update this in sync with the date above. -CA_CERTIFICATES_HASH:= 79f079284141 -CA_CERTIFICATES_MD5:= 4be3172ed2528ade3574cfbe35eec421 +CA_CERTIFICATES_HASH:= 080f865dcb5a2427138f686afa8e72ba81936743 +CA_CERTIFICATES_MD5:= a1d60533280caaf36ac6881012fe8978 CA_CERTIFICATES:= ca-certificates-$(CA_CERTIFICATES_VERSION) CA_CERTIFICATES_SUFFIX:= txt CA_CERTIFICATES_URL:= https://hg.mozilla.org/releases/mozilla-release/raw-file/$(CA_CERTIFICATES_HASH)/security/nss/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX) -- 2.28.0 Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit: https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de ^ permalink raw reply [flat|nested] 10+ messages in thread
* [ptxdist] [PATCH] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16 2020-09-30 10:27 [ptxdist] [PATCH] ca-certificates: version bump 2016.08.08 -> 2019.09.16 Denis Osterland-Heim @ 2020-09-30 11:39 ` Denis Osterland-Heim 2020-10-07 7:20 ` Michael Olbrich 0 siblings, 1 reply; 10+ messages in thread From: Denis Osterland-Heim @ 2020-09-30 11:39 UTC (permalink / raw) To: ptxdist Signed-off-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> --- using the tag looks nicer ;-) rules/ca-certificates.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make index bec34fc..4b0f653 100644 --- a/rules/ca-certificates.make +++ b/rules/ca-certificates.make @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates # # Paths and names # -CA_CERTIFICATES_VERSION:= 2016.08.08 +CA_CERTIFICATES_VERSION:= 2020.09.16 # The commit hash of the default branch. Update this in sync with the date above. -CA_CERTIFICATES_HASH:= 79f079284141 -CA_CERTIFICATES_MD5:= 4be3172ed2528ade3574cfbe35eec421 +CA_CERTIFICATES_HASH:= FIREFOX_81_0_RELEASE +CA_CERTIFICATES_MD5:= a1d60533280caaf36ac6881012fe8978 CA_CERTIFICATES:= ca-certificates-$(CA_CERTIFICATES_VERSION) CA_CERTIFICATES_SUFFIX:= txt CA_CERTIFICATES_URL:= https://hg.mozilla.org/releases/mozilla-release/raw-file/$(CA_CERTIFICATES_HASH)/security/nss/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX) -- 2.28.0 Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit: https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ptxdist] [PATCH] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16 2020-09-30 11:39 ` [ptxdist] [PATCH] fixup! " Denis Osterland-Heim @ 2020-10-07 7:20 ` Michael Olbrich 2020-10-21 6:48 ` [ptxdist] [PATCH] " Denis Osterland-Heim 2020-12-18 14:21 ` [ptxdist] [GIT PULL] fixup! " Denis Osterland-Heim 0 siblings, 2 replies; 10+ messages in thread From: Michael Olbrich @ 2020-10-07 7:20 UTC (permalink / raw) To: ptxdist On Wed, Sep 30, 2020 at 11:39:46AM +0000, Denis Osterland-Heim wrote: > Signed-off-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> > --- > > using the tag looks nicer ;-) > > rules/ca-certificates.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make > index bec34fc..4b0f653 100644 > --- a/rules/ca-certificates.make > +++ b/rules/ca-certificates.make > @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates > # > # Paths and names > # > -CA_CERTIFICATES_VERSION:= 2016.08.08 > +CA_CERTIFICATES_VERSION:= 2020.09.16 > # The commit hash of the default branch. Update this in sync with the date above. > -CA_CERTIFICATES_HASH:= 79f079284141 > -CA_CERTIFICATES_MD5:= 4be3172ed2528ade3574cfbe35eec421 > +CA_CERTIFICATES_HASH:= FIREFOX_81_0_RELEASE > +CA_CERTIFICATES_MD5:= a1d60533280caaf36ac6881012fe8978 > CA_CERTIFICATES:= ca-certificates-$(CA_CERTIFICATES_VERSION) > CA_CERTIFICATES_SUFFIX:= txt > CA_CERTIFICATES_URL:= https://hg.mozilla.org/releases/mozilla-release/raw-file/$(CA_CERTIFICATES_HASH)/security/nss/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX) Your email client broke the patch. Michael > -- > 2.28.0 > > Diehl Connectivity Solutions GmbH > Geschäftsführung: Horst Leonberger > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > Nürnberg: HRB 32315 > > ________________________________ > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by > mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. > > - For general information on data protection and your respective rights please visit: > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de ^ permalink raw reply [flat|nested] 10+ messages in thread
* [ptxdist] [PATCH] ca-certificates: version bump 2016.08.08 -> 2019.09.16 2020-10-07 7:20 ` Michael Olbrich @ 2020-10-21 6:48 ` Denis Osterland-Heim 2020-10-27 21:11 ` Roland Hieber 2020-12-18 14:21 ` [ptxdist] [GIT PULL] fixup! " Denis Osterland-Heim 1 sibling, 1 reply; 10+ messages in thread From: Denis Osterland-Heim @ 2020-10-21 6:48 UTC (permalink / raw) To: ptxdist; +Cc: Denis Osterland-Heim Use tag name instead of hash, because it is easier human readable. Signed-off-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> --- Hi, I wanna test if it is better when I use base64. Regards, Denis rules/ca-certificates.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make index bec34fcab..4b0f653cd 100644 --- a/rules/ca-certificates.make +++ b/rules/ca-certificates.make @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates # # Paths and names # -CA_CERTIFICATES_VERSION:= 2016.08.08 +CA_CERTIFICATES_VERSION:= 2020.09.16 # The commit hash of the default branch. Update this in sync with the date above. -CA_CERTIFICATES_HASH:= 79f079284141 -CA_CERTIFICATES_MD5:= 4be3172ed2528ade3574cfbe35eec421 +CA_CERTIFICATES_HASH:= FIREFOX_81_0_RELEASE +CA_CERTIFICATES_MD5:= a1d60533280caaf36ac6881012fe8978 CA_CERTIFICATES:= ca-certificates-$(CA_CERTIFICATES_VERSION) CA_CERTIFICATES_SUFFIX:= txt CA_CERTIFICATES_URL:= https://hg.mozilla.org/releases/mozilla-release/raw-file/$(CA_CERTIFICATES_HASH)/security/nss/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX) -- 2.28.0 Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit: https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ptxdist] [PATCH] ca-certificates: version bump 2016.08.08 -> 2019.09.16 2020-10-21 6:48 ` [ptxdist] [PATCH] " Denis Osterland-Heim @ 2020-10-27 21:11 ` Roland Hieber 2020-10-28 8:17 ` Denis Osterland-Heim 0 siblings, 1 reply; 10+ messages in thread From: Roland Hieber @ 2020-10-27 21:11 UTC (permalink / raw) To: Denis Osterland-Heim; +Cc: ptxdist On Wed, Oct 21, 2020 at 06:48:41AM +0000, Denis Osterland-Heim wrote: > Use tag name instead of hash, because it is easier human readable. > > Signed-off-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> > --- > Hi, > > I wanna test if it is better when I use base64. Unfortunately it doesn't :( Try sending it as an attachment. - Roland > > Regards, Denis > > rules/ca-certificates.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make > index bec34fcab..4b0f653cd 100644 > --- a/rules/ca-certificates.make > +++ b/rules/ca-certificates.make > @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates > # > # Paths and names > # > -CA_CERTIFICATES_VERSION:= 2016.08.08 > +CA_CERTIFICATES_VERSION:= 2020.09.16 > # The commit hash of the default branch. Update this in sync with the date above. > -CA_CERTIFICATES_HASH:= 79f079284141 > -CA_CERTIFICATES_MD5:= 4be3172ed2528ade3574cfbe35eec421 > +CA_CERTIFICATES_HASH:= FIREFOX_81_0_RELEASE > +CA_CERTIFICATES_MD5:= a1d60533280caaf36ac6881012fe8978 > CA_CERTIFICATES:= ca-certificates-$(CA_CERTIFICATES_VERSION) > CA_CERTIFICATES_SUFFIX:= txt > CA_CERTIFICATES_URL:= https://hg.mozilla.org/releases/mozilla-release/raw-file/$(CA_CERTIFICATES_HASH)/security/nss/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX) > -- > 2.28.0 > > Diehl Connectivity Solutions GmbH > Geschäftsführung: Horst Leonberger > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > Nürnberg: HRB 32315 > > ________________________________ > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by > mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. > > - For general information on data protection and your respective rights please visit: > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ptxdist] [PATCH] ca-certificates: version bump 2016.08.08 -> 2019.09.16 2020-10-27 21:11 ` Roland Hieber @ 2020-10-28 8:17 ` Denis Osterland-Heim 0 siblings, 0 replies; 10+ messages in thread From: Denis Osterland-Heim @ 2020-10-28 8:17 UTC (permalink / raw) To: rhi; +Cc: ptxdist [-- Attachment #1: Type: text/plain, Size: 4588 bytes --] Hi, Thanks for the offer. Maybe I find a working way again, in the future. Regards, Denis Am Dienstag, den 27.10.2020, 22:11 +0100 schrieb Roland Hieber: > On Wed, Oct 21, 2020 at 06:48:41AM +0000, Denis Osterland-Heim wrote: > > Use tag name instead of hash, because it is easier human readable. > > > > Signed-off-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> > > --- > > Hi, > > > > I wanna test if it is better when I use base64. > > Unfortunately it doesn't :( Try sending it as an attachment. > > - Roland > > > > > Regards, Denis > > > > rules/ca-certificates.make | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make > > index bec34fcab..4b0f653cd 100644 > > --- a/rules/ca-certificates.make > > +++ b/rules/ca-certificates.make > > @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates > > # > > # Paths and names > > # > > -CA_CERTIFICATES_VERSION:= 2016.08.08 > > +CA_CERTIFICATES_VERSION:= 2020.09.16 > > # The commit hash of the default branch. Update this in sync with the date above. > > -CA_CERTIFICATES_HASH:= 79f079284141 > > -CA_CERTIFICATES_MD5:= 4be3172ed2528ade3574cfbe35eec421 > > +CA_CERTIFICATES_HASH:= FIREFOX_81_0_RELEASE > > +CA_CERTIFICATES_MD5:= a1d60533280caaf36ac6881012fe8978 > > CA_CERTIFICATES:= ca-certificates-$(CA_CERTIFICATES_VERSION) > > CA_CERTIFICATES_SUFFIX:= txt > > CA_CERTIFICATES_URL:= https://hg.mozilla.org/releases/mozilla-release/raw-file/$(CA_CERTIFICATES_HASH)/security/nss/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX) > > -- > > 2.28.0 > > > > Diehl Connectivity Solutions GmbH > > Geschäftsführung: Horst Leonberger > > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > > Nürnberg: HRB 32315 > > > > ________________________________ > > > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. > > > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: > > > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > > > The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by > > mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. > > > > - For general information on data protection and your respective rights please visit: > > > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > > > > > _______________________________________________ > > ptxdist mailing list > > ptxdist@pengutronix.de > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > > > > Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit: https://www.diehl.com/group/en/transparency-and-information-obligations/ [-- Attachment #2: [PATCH]_ca-certificates_version_bump_2016.08.08_-__2019.09.16.mbox --] [-- Type: application/mbox, Size: 2924 bytes --] [-- Attachment #3: Type: text/plain, Size: 181 bytes --] _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de ^ permalink raw reply [flat|nested] 10+ messages in thread
* [ptxdist] [GIT PULL] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16 2020-10-07 7:20 ` Michael Olbrich 2020-10-21 6:48 ` [ptxdist] [PATCH] " Denis Osterland-Heim @ 2020-12-18 14:21 ` Denis Osterland-Heim 2020-12-18 14:25 ` Denis Osterland-Heim 1 sibling, 1 reply; 10+ messages in thread From: Denis Osterland-Heim @ 2020-12-18 14:21 UTC (permalink / raw) To: ptxdist Hi Michael, Can you pull the commit c53b6b733 ("host-mfgtools: version bump 1.3.191 -> 1.4.43") from https://github.com/OsterlaD/ptxdist.git branch pkg/host-mfgtools? Regards, Denis base-commit: 9691bb8bb ("migrate_platform: fix migration helper for TF_A_PLATFORM(S)") Am Mittwoch, den 07.10.2020, 09:20 +0200 schrieb Michael Olbrich: > On Wed, Sep 30, 2020 at 11:39:46AM +0000, Denis Osterland-Heim wrote: > > Signed-off-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> > > --- > > > > using the tag looks nicer ;-) > > > > rules/ca-certificates.make | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make > > index bec34fc..4b0f653 100644 > > --- a/rules/ca-certificates.make > > +++ b/rules/ca-certificates.make > > @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates > > # > > # Paths and names > > # > > -CA_CERTIFICATES_VERSION:= 2016.08.08 > > +CA_CERTIFICATES_VERSION:= 2020.09.16 > > # The commit hash of the default branch. Update this in sync with the date above. > > -CA_CERTIFICATES_HASH:= 79f079284141 > > -CA_CERTIFICATES_MD5:= 4be3172ed2528ade3574cfbe35eec421 > > +CA_CERTIFICATES_HASH:= FIREFOX_81_0_RELEASE > > +CA_CERTIFICATES_MD5:= a1d60533280caaf36ac6881012fe8978 > > CA_CERTIFICATES:= ca-certificates-$(CA_CERTIFICATES_VERSION) > > CA_CERTIFICATES_SUFFIX:= txt > > CA_CERTIFICATES_URL:= https://hg.mozilla.org/releases/mozilla-release/raw-file/$(CA_CERTIFICATES_HASH)/security/nss/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX) > > Your email client broke the patch. > > Michael > > > -- > > 2.28.0 > > > > Diehl Connectivity Solutions GmbH > > Geschäftsführung: Horst Leonberger > > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > > Nürnberg: HRB 32315 > > > > ________________________________ > > > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. > > > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: > > > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > > > The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by > > mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. > > > > - For general information on data protection and your respective rights please visit: > > > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > > > > > _______________________________________________ > > ptxdist mailing list > > ptxdist@pengutronix.de > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > > > > Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit: https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ptxdist] [GIT PULL] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16 2020-12-18 14:21 ` [ptxdist] [GIT PULL] fixup! " Denis Osterland-Heim @ 2020-12-18 14:25 ` Denis Osterland-Heim 2021-01-07 7:07 ` Michael Olbrich 0 siblings, 1 reply; 10+ messages in thread From: Denis Osterland-Heim @ 2020-12-18 14:25 UTC (permalink / raw) To: ptxdist Hi Michael, Sorry. This is of course the other one. 0e23af4a1 ("ca-certificates: version bump 2016.08.08 -> 2019.09.16") Is the right one, from https://github.com/OsterlaD/ptxdist.git on branch pkg/ca-certificates. Regards, Denis base-commit: 9691bb8bb ("migrate_platform: fix migration helper for TF_A_PLATFORM(S)") Am Freitag, den 18.12.2020, 15:21 +0100 schrieb Denis Osterland-Heim: > Hi Michael, > > Can you pull the commit > c53b6b733 ("host-mfgtools: version bump 1.3.191 -> 1.4.43") > from https://github.com/OsterlaD/ptxdist.git branch pkg/host-mfgtools? > > Regards, Denis > > base-commit: 9691bb8bb ("migrate_platform: fix migration helper for TF_A_PLATFORM(S)") > > Am Mittwoch, den 07.10.2020, 09:20 +0200 schrieb Michael Olbrich: > > On Wed, Sep 30, 2020 at 11:39:46AM +0000, Denis Osterland-Heim wrote: > > > Signed-off-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> > > > --- > > > > > > using the tag looks nicer ;-) > > > > > > rules/ca-certificates.make | 6 +++--- > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make > > > index bec34fc..4b0f653 100644 > > > --- a/rules/ca-certificates.make > > > +++ b/rules/ca-certificates.make > > > @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates > > > # > > > # Paths and names > > > # > > > -CA_CERTIFICATES_VERSION:= 2016.08.08 > > > +CA_CERTIFICATES_VERSION:= 2020.09.16 > > > # The commit hash of the default branch. Update this in sync with the date above. > > > -CA_CERTIFICATES_HASH:= 79f079284141 > > > -CA_CERTIFICATES_MD5:= 4be3172ed2528ade3574cfbe35eec421 > > > +CA_CERTIFICATES_HASH:= FIREFOX_81_0_RELEASE > > > +CA_CERTIFICATES_MD5:= a1d60533280caaf36ac6881012fe8978 > > > CA_CERTIFICATES:= ca-certificates-$(CA_CERTIFICATES_VERSION) > > > CA_CERTIFICATES_SUFFIX:= txt > > > CA_CERTIFICATES_URL:= https://hg.mozilla.org/releases/mozilla-release/raw-file/$(CA_CERTIFICATES_HASH)/security/nss/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX) > > > > Your email client broke the patch. > > > > Michael > > > > > -- > > > 2.28.0 > > > > > > Diehl Connectivity Solutions GmbH > > > Geschäftsführung: Horst Leonberger > > > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > > > Nürnberg: HRB 32315 > > > > > > ________________________________ > > > > > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > > > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > > > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. > > > > > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: > > > > > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > > > > > The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by > > > mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. > > > > > > - For general information on data protection and your respective rights please visit: > > > > > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > > > > > > > > > _______________________________________________ > > > ptxdist mailing list > > > ptxdist@pengutronix.de > > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > > > > > > > Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit: https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ptxdist] [GIT PULL] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16 2020-12-18 14:25 ` Denis Osterland-Heim @ 2021-01-07 7:07 ` Michael Olbrich 2021-01-07 7:51 ` Denis Osterland-Heim 0 siblings, 1 reply; 10+ messages in thread From: Michael Olbrich @ 2021-01-07 7:07 UTC (permalink / raw) To: ptxdist Hi, On Fri, Dec 18, 2020 at 02:25:45PM +0000, Denis Osterland-Heim wrote: > Sorry. This is of course the other one. > 0e23af4a1 ("ca-certificates: version bump 2016.08.08 -> 2019.09.16") > Is the right one, from https://github.com/OsterlaD/ptxdist.git on branch pkg/ca-certificates. I looked at this a bit more and I noticed, that the file is just imported with NSS anyways, so I changed the URL to the NFS repository. I like the idea of using tags. They can be a useful version as well. I've pushed a commit that picks the latest NSS tag instead. Michael > base-commit: 9691bb8bb ("migrate_platform: fix migration helper for TF_A_PLATFORM(S)") > > Am Freitag, den 18.12.2020, 15:21 +0100 schrieb Denis Osterland-Heim: > > Hi Michael, > > > > Can you pull the commit > > c53b6b733 ("host-mfgtools: version bump 1.3.191 -> 1.4.43") > > from https://github.com/OsterlaD/ptxdist.git branch pkg/host-mfgtools? > > > > Regards, Denis > > > > base-commit: 9691bb8bb ("migrate_platform: fix migration helper for TF_A_PLATFORM(S)") > > > > Am Mittwoch, den 07.10.2020, 09:20 +0200 schrieb Michael Olbrich: > > > On Wed, Sep 30, 2020 at 11:39:46AM +0000, Denis Osterland-Heim wrote: > > > > Signed-off-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> > > > > --- > > > > > > > > using the tag looks nicer ;-) > > > > > > > > rules/ca-certificates.make | 6 +++--- > > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > > > diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make > > > > index bec34fc..4b0f653 100644 > > > > --- a/rules/ca-certificates.make > > > > +++ b/rules/ca-certificates.make > > > > @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates > > > > # > > > > # Paths and names > > > > # > > > > -CA_CERTIFICATES_VERSION:= 2016.08.08 > > > > +CA_CERTIFICATES_VERSION:= 2020.09.16 > > > > # The commit hash of the default branch. Update this in sync with the date above. > > > > -CA_CERTIFICATES_HASH:= 79f079284141 > > > > -CA_CERTIFICATES_MD5:= 4be3172ed2528ade3574cfbe35eec421 > > > > +CA_CERTIFICATES_HASH:= FIREFOX_81_0_RELEASE > > > > +CA_CERTIFICATES_MD5:= a1d60533280caaf36ac6881012fe8978 > > > > CA_CERTIFICATES:= ca-certificates-$(CA_CERTIFICATES_VERSION) > > > > CA_CERTIFICATES_SUFFIX:= txt > > > > CA_CERTIFICATES_URL:= https://hg.mozilla.org/releases/mozilla-release/raw-file/$(CA_CERTIFICATES_HASH)/security/nss/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX) > > > > > > Your email client broke the patch. > > > > > > Michael > > > > > > > -- > > > > 2.28.0 > > > > > > > > Diehl Connectivity Solutions GmbH > > > > Geschäftsführung: Horst Leonberger > > > > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > > > > Nürnberg: HRB 32315 > > > > > > > > ________________________________ > > > > > > > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > > > > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > > > > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. > > > > > > > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: > > > > > > > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > > > > > > > The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by > > > > mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. > > > > > > > > - For general information on data protection and your respective rights please visit: > > > > > > > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > > > > > > > > > > > > > _______________________________________________ > > > > ptxdist mailing list > > > > ptxdist@pengutronix.de > > > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > > > > > > > > > > > Diehl Connectivity Solutions GmbH > Geschäftsführung: Horst Leonberger > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > Nürnberg: HRB 32315 > > ________________________________ > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by > mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. > > - For general information on data protection and your respective rights please visit: > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [ptxdist] [GIT PULL] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16 2021-01-07 7:07 ` Michael Olbrich @ 2021-01-07 7:51 ` Denis Osterland-Heim 0 siblings, 0 replies; 10+ messages in thread From: Denis Osterland-Heim @ 2021-01-07 7:51 UTC (permalink / raw) To: ptxdist Hi Michael, That's even better. Reviewed-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> Regards, Denis Am Donnerstag, den 07.01.2021, 08:07 +0100 schrieb Michael Olbrich: > Hi, > > On Fri, Dec 18, 2020 at 02:25:45PM +0000, Denis Osterland-Heim wrote: > > Sorry. This is of course the other one. > > 0e23af4a1 ("ca-certificates: version bump 2016.08.08 -> 2019.09.16") > > Is the right one, from https://github.com/OsterlaD/ptxdist.git on branch pkg/ca-certificates. > > I looked at this a bit more and I noticed, that the file is just imported > with NSS anyways, so I changed the URL to the NFS repository. I like the > idea of using tags. They can be a useful version as well. > > I've pushed a commit that picks the latest NSS tag instead. > > Michael > > > base-commit: 9691bb8bb ("migrate_platform: fix migration helper for TF_A_PLATFORM(S)") > > > > Am Freitag, den 18.12.2020, 15:21 +0100 schrieb Denis Osterland-Heim: > > > Hi Michael, > > > > > > Can you pull the commit > > > c53b6b733 ("host-mfgtools: version bump 1.3.191 -> 1.4.43") > > > from https://github.com/OsterlaD/ptxdist.git branch pkg/host-mfgtools? > > > > > > Regards, Denis > > > > > > base-commit: 9691bb8bb ("migrate_platform: fix migration helper for TF_A_PLATFORM(S)") > > > > > > Am Mittwoch, den 07.10.2020, 09:20 +0200 schrieb Michael Olbrich: > > > > On Wed, Sep 30, 2020 at 11:39:46AM +0000, Denis Osterland-Heim wrote: > > > > > Signed-off-by: Denis Osterland-Heim <Denis.Osterland@diehl.com> > > > > > --- > > > > > > > > > > using the tag looks nicer ;-) > > > > > > > > > > rules/ca-certificates.make | 6 +++--- > > > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > > > > > diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make > > > > > index bec34fc..4b0f653 100644 > > > > > --- a/rules/ca-certificates.make > > > > > +++ b/rules/ca-certificates.make > > > > > @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates > > > > > # > > > > > # Paths and names > > > > > # > > > > > -CA_CERTIFICATES_VERSION:= 2016.08.08 > > > > > +CA_CERTIFICATES_VERSION:= 2020.09.16 > > > > > # The commit hash of the default branch. Update this in sync with the date above. > > > > > -CA_CERTIFICATES_HASH:= 79f079284141 > > > > > -CA_CERTIFICATES_MD5:= 4be3172ed2528ade3574cfbe35eec421 > > > > > +CA_CERTIFICATES_HASH:= FIREFOX_81_0_RELEASE > > > > > +CA_CERTIFICATES_MD5:= a1d60533280caaf36ac6881012fe8978 > > > > > CA_CERTIFICATES:= ca-certificates-$(CA_CERTIFICATES_VERSION) > > > > > CA_CERTIFICATES_SUFFIX:= txt > > > > > CA_CERTIFICATES_URL:= https://hg.mozilla.org/releases/mozilla-release/raw-file/$(CA_CERTIFICATES_HASH)/security/nss/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX) > > > > > > > > Your email client broke the patch. > > > > > > > > Michael > > > > > > > > > -- > > > > > 2.28.0 > > > > > > > > > > Diehl Connectivity Solutions GmbH > > > > > Geschäftsführung: Horst Leonberger > > > > > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > > > > > Nürnberg: HRB 32315 > > > > > > > > > > ________________________________ > > > > > > > > > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > > > > > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > > > > > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. > > > > > > > > > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: > > > > > > > > > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > > > > > > > > > The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail > > > > > by > > > > > mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. > > > > > > > > > > - For general information on data protection and your respective rights please visit: > > > > > > > > > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > ptxdist mailing list > > > > > ptxdist@pengutronix.de > > > > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > > > > > > > > > > > > > > > > > Diehl Connectivity Solutions GmbH > > Geschäftsführung: Horst Leonberger > > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > > Nürnberg: HRB 32315 > > > > ________________________________ > > > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. > > > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: > > > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > > > The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by > > mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. > > > > - For general information on data protection and your respective rights please visit: > > > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > > > _______________________________________________ > > ptxdist mailing list > > ptxdist@pengutronix.de > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit: https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-01-07 7:51 UTC | newest] Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2020-09-30 10:27 [ptxdist] [PATCH] ca-certificates: version bump 2016.08.08 -> 2019.09.16 Denis Osterland-Heim 2020-09-30 11:39 ` [ptxdist] [PATCH] fixup! " Denis Osterland-Heim 2020-10-07 7:20 ` Michael Olbrich 2020-10-21 6:48 ` [ptxdist] [PATCH] " Denis Osterland-Heim 2020-10-27 21:11 ` Roland Hieber 2020-10-28 8:17 ` Denis Osterland-Heim 2020-12-18 14:21 ` [ptxdist] [GIT PULL] fixup! " Denis Osterland-Heim 2020-12-18 14:25 ` Denis Osterland-Heim 2021-01-07 7:07 ` Michael Olbrich 2021-01-07 7:51 ` Denis Osterland-Heim
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox