public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libtasn1: Update to version 4.19.0
@ 2022-11-26 13:42 Adolf Belka
  2022-11-27 11:54 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-11-26 13:42 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1634 bytes --]

- Update from version 4.18.0 to 4.19.0
- Update of rootfile
- Changelog
    * Noteworthy changes in release 4.19.0 (2022-08-23) [stable]
	- Clarify libtasn1.map license.  Closes: #38.
	- Fix ETYPE_OK out of bounds read.  Closes: #32.
	- Update gnulib files and various maintenance fixes.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/libtasn1 | 2 +-
 lfs/libtasn1                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/libtasn1 b/config/rootfiles/common/libtasn1
index 748c665e0..87fd4ce5f 100644
--- a/config/rootfiles/common/libtasn1
+++ b/config/rootfiles/common/libtasn1
@@ -5,7 +5,7 @@
 #usr/lib/libtasn1.la
 #usr/lib/libtasn1.so
 usr/lib/libtasn1.so.6
-usr/lib/libtasn1.so.6.6.2
+usr/lib/libtasn1.so.6.6.3
 #usr/lib/pkgconfig/libtasn1.pc
 #usr/share/info/libtasn1.info
 #usr/share/man/man1/asn1Coding.1
diff --git a/lfs/libtasn1 b/lfs/libtasn1
index e95631396..86c436306 100644
--- a/lfs/libtasn1
+++ b/lfs/libtasn1
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.18.0
+VER        = 4.19.0
 
 THISAPP    = libtasn1-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b5f93a7575dde46741b6fc97183105efbc934e44041735241ba40ecd578c94637741df193dfab0d97e0348e2dde34b8b89a33ed616afa0bf64db6dbddebf1786
+$(DL_FILE)_BLAKE2 = 6e8232590cd87da3bfd9182ed44eccdfbdfcc85e88d8cf19fffdb3d600e04694b77079b95bbd822d2c3fff29458ddae0f0440f9c1c19c711923a2507bd19270f
 
 install : $(TARGET)
 
-- 
2.38.1


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

* Re: [PATCH] libtasn1: Update to version 4.19.0
  2022-11-26 13:42 [PATCH] libtasn1: Update to version 4.19.0 Adolf Belka
@ 2022-11-27 11:54 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2022-11-27 11:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1855 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 26 Nov 2022, at 13:42, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - Update from version 4.18.0 to 4.19.0
> - Update of rootfile
> - Changelog
>    * Noteworthy changes in release 4.19.0 (2022-08-23) [stable]
> - Clarify libtasn1.map license.  Closes: #38.
> - Fix ETYPE_OK out of bounds read.  Closes: #32.
> - Update gnulib files and various maintenance fixes.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/libtasn1 | 2 +-
> lfs/libtasn1                     | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/config/rootfiles/common/libtasn1 b/config/rootfiles/common/libtasn1
> index 748c665e0..87fd4ce5f 100644
> --- a/config/rootfiles/common/libtasn1
> +++ b/config/rootfiles/common/libtasn1
> @@ -5,7 +5,7 @@
> #usr/lib/libtasn1.la
> #usr/lib/libtasn1.so
> usr/lib/libtasn1.so.6
> -usr/lib/libtasn1.so.6.6.2
> +usr/lib/libtasn1.so.6.6.3
> #usr/lib/pkgconfig/libtasn1.pc
> #usr/share/info/libtasn1.info
> #usr/share/man/man1/asn1Coding.1
> diff --git a/lfs/libtasn1 b/lfs/libtasn1
> index e95631396..86c436306 100644
> --- a/lfs/libtasn1
> +++ b/lfs/libtasn1
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 4.18.0
> +VER        = 4.19.0
> 
> THISAPP    = libtasn1-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -42,7 +42,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_BLAKE2 = b5f93a7575dde46741b6fc97183105efbc934e44041735241ba40ecd578c94637741df193dfab0d97e0348e2dde34b8b89a33ed616afa0bf64db6dbddebf1786
> +$(DL_FILE)_BLAKE2 = 6e8232590cd87da3bfd9182ed44eccdfbdfcc85e88d8cf19fffdb3d600e04694b77079b95bbd822d2c3fff29458ddae0f0440f9c1c19c711923a2507bd19270f
> 
> install : $(TARGET)
> 
> -- 
> 2.38.1
> 


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

end of thread, other threads:[~2022-11-27 11:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26 13:42 [PATCH] libtasn1: Update to version 4.19.0 Adolf Belka
2022-11-27 11:54 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox