Re: [ptxdist] [PATCH] libcurl: Align help texts

2022-10-12 Thread Alexander Dahl
Hello,

Am Wed, Oct 12, 2022 at 01:42:07PM +0200 schrieb Ladislav Michl:
> From: Ladislav Michl 
> 
> Signed-off-by: Ladislav Michl 
> ---
>  rules/libcurl.in | 17 +
>  1 file changed, 9 insertions(+), 8 deletions(-)
> 
> diff --git a/rules/libcurl.in b/rules/libcurl.in
> index 36800b012..d5cf3519d 100644
> --- a/rules/libcurl.in
> +++ b/rules/libcurl.in
> @@ -11,12 +11,13 @@ menuconfig LIBCURL
>   select CA_CERTIFICATES  if LIBCURL_SSL_CA_CERTIFICATES && RUNTIME
>   select C_ARES   if LIBCURL_C_ARES
>   help
> - curl is a command line tool for transferring files with URL syntax, 
> supporting
> - FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and 
> FILE.
> - curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
> - HTTP form based upload, proxies, cookies, user+password authentication
> - (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume,
> - proxy tunneling and a busload of other useful tricks.
> +   curl is a command line tool for transferring files with URL syntax,
> +   supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT,
> +   LDAP, LDAPS and FILE.
> +   curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
> +   HTTP form based upload, proxies, cookies, user+password authentication
> +   (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume,
> +   proxy tunneling and a busload of other useful tricks.
>  
>  if LIBCURL
>  
> @@ -47,12 +48,12 @@ config LIBCURL_FILE
>  config LIBCURL_SMTP
>   bool "smtp"
>   help
> - enable smtp support for sending emails
> +   enable smtp support for sending emails
>  
>  config LIBCURL_VERBOSE
>   bool "verbose messages"
>   help
> - enable verbose messages, helpful for error indication
> +   enable verbose messages, helpful for error indication

Reviewed-by: Alexander Dahl 

Greets
Alex

>  
>  config LIBCURL_SSL
>   bool "ssl"
> -- 
> 2.32.0
> 
> 



[ptxdist] [PATCH] mtd-utils: Version bump. 2.1.4 -> 2.1.5.

2022-10-12 Thread Christian Melki
https://lists.infradead.org/pipermail/linux-mtd/2022-October/095383.html
Smaller fixes to various utils.

* Forward patchset to new version.

Signed-off-by: Christian Melki 
---
 .../0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch | 0
 patches/{mtd-utils-2.1.4 => mtd-utils-2.1.5}/autogen.sh   | 0
 patches/{mtd-utils-2.1.4 => mtd-utils-2.1.5}/series   | 0
 rules/mtd-utils.make  | 4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{mtd-utils-2.1.4 => 
mtd-utils-2.1.5}/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch (100%)
 rename patches/{mtd-utils-2.1.4 => mtd-utils-2.1.5}/autogen.sh (100%)
 rename patches/{mtd-utils-2.1.4 => mtd-utils-2.1.5}/series (100%)

diff --git 
a/patches/mtd-utils-2.1.4/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch 
b/patches/mtd-utils-2.1.5/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
similarity index 100%
rename from 
patches/mtd-utils-2.1.4/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
rename to 
patches/mtd-utils-2.1.5/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
diff --git a/patches/mtd-utils-2.1.4/autogen.sh 
b/patches/mtd-utils-2.1.5/autogen.sh
similarity index 100%
rename from patches/mtd-utils-2.1.4/autogen.sh
rename to patches/mtd-utils-2.1.5/autogen.sh
diff --git a/patches/mtd-utils-2.1.4/series b/patches/mtd-utils-2.1.5/series
similarity index 100%
rename from patches/mtd-utils-2.1.4/series
rename to patches/mtd-utils-2.1.5/series
diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
index d14f4356e..0a181a879 100644
--- a/rules/mtd-utils.make
+++ b/rules/mtd-utils.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_MTD_UTILS) += mtd-utils
 #
 # Paths and names
 #
-MTD_UTILS_VERSION  := 2.1.4
-MTD_UTILS_MD5  := f1dc14163903dfecd4fe474e0fdcf606
+MTD_UTILS_VERSION  := 2.1.5
+MTD_UTILS_MD5  := 1fc83c1ca90093dd79443a603c35e987
 MTD_UTILS  := mtd-utils-$(MTD_UTILS_VERSION)
 MTD_UTILS_SUFFIX   := tar.bz2
 MTD_UTILS_URL  := 
https://infraroot.at/pub/mtd/$(MTD_UTILS).$(MTD_UTILS_SUFFIX)
-- 
2.34.1




[ptxdist] [PATCH] liblzo: version bump 2.08 -> 2.10

2022-10-12 Thread Ladislav Michl
From: Ladislav Michl 

Signed-off-by: Ladislav Michl 
---
 rules/liblzo.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/liblzo.make b/rules/liblzo.make
index cf1e3c0e4..ee9cfb571 100644
--- a/rules/liblzo.make
+++ b/rules/liblzo.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBLZO) += liblzo
 #
 # Paths and names
 #
-LIBLZO_VERSION := 2.08
-LIBLZO_MD5 := fcec64c26a0f4f4901468f360029678f
+LIBLZO_VERSION := 2.10
+LIBLZO_MD5 := 39d3f3f9c55c87b1e5d6888e1420f4b5
 LIBLZO := lzo-$(LIBLZO_VERSION)
 LIBLZO_SUFFIX  := tar.gz
 LIBLZO_URL := 
http://www.oberhumer.com/opensource/lzo/download/$(LIBLZO).$(LIBLZO_SUFFIX)
-- 
2.32.0



[ptxdist] [PATCH] openssh: Version bump. 9.0p0 -> 9.1p1

2022-10-12 Thread Christian Melki
Minor security fixes, bug fixes and minor enhancements.

* License file had another copyright holder added,
under the same license as was previously used

Signed-off-by: Christian Melki 
---
 rules/openssh.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/openssh.make b/rules/openssh.make
index 8fa890218..b75942456 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh
 #
 # Paths and names
 #
-OPENSSH_VERSION:= 9.0p1
-OPENSSH_MD5:= 5ed8252a0ee379c0f7c9e0d25d32424d
+OPENSSH_VERSION:= 9.1p1
+OPENSSH_MD5:= 471912038124285c96918882ee190a22
 OPENSSH:= openssh-$(OPENSSH_VERSION)
 OPENSSH_SUFFIX := tar.gz
 OPENSSH_URL:= \
@@ -26,7 +26,7 @@ OPENSSH_URL   := \
 OPENSSH_SOURCE := $(SRCDIR)/$(OPENSSH).$(OPENSSH_SUFFIX)
 OPENSSH_DIR:= $(BUILDDIR)/$(OPENSSH)
 OPENSSH_LICENSE:= BSD AND BSD-2-Clause AND BSD-3-Clause AND MIT AND 
Beerware AND ISC
-OPENSSH_LICENSE_FILES := file://LICENCE;md5=8baf365614c9bdd63705f298c9afbfb9
+OPENSSH_LICENSE_FILES := file://LICENCE;md5=072979064e691d342002f43cd89c0394
 
 # 
 # Prepare
-- 
2.34.1




[ptxdist] [PATCH] libcurl: Align help texts

2022-10-12 Thread Ladislav Michl
From: Ladislav Michl 

Signed-off-by: Ladislav Michl 
---
 rules/libcurl.in | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/rules/libcurl.in b/rules/libcurl.in
index 36800b012..d5cf3519d 100644
--- a/rules/libcurl.in
+++ b/rules/libcurl.in
@@ -11,12 +11,13 @@ menuconfig LIBCURL
select CA_CERTIFICATES  if LIBCURL_SSL_CA_CERTIFICATES && RUNTIME
select C_ARES   if LIBCURL_C_ARES
help
-   curl is a command line tool for transferring files with URL syntax, 
supporting
-   FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and 
FILE.
-   curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
-   HTTP form based upload, proxies, cookies, user+password authentication
-   (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume,
-   proxy tunneling and a busload of other useful tricks.
+ curl is a command line tool for transferring files with URL syntax,
+ supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT,
+ LDAP, LDAPS and FILE.
+ curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
+ HTTP form based upload, proxies, cookies, user+password authentication
+ (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume,
+ proxy tunneling and a busload of other useful tricks.
 
 if LIBCURL
 
@@ -47,12 +48,12 @@ config LIBCURL_FILE
 config LIBCURL_SMTP
bool "smtp"
help
-   enable smtp support for sending emails
+ enable smtp support for sending emails
 
 config LIBCURL_VERBOSE
bool "verbose messages"
help
-   enable verbose messages, helpful for error indication
+ enable verbose messages, helpful for error indication
 
 config LIBCURL_SSL
bool "ssl"
-- 
2.32.0




[ptxdist] [PATCH] libcurl: Add optional MIME support

2022-10-12 Thread Ladislav Michl
From: Ladislav Michl 

Signed-off-by: Ladislav Michl 
---
 rules/libcurl.in   | 3 +++
 rules/libcurl.make | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/rules/libcurl.in b/rules/libcurl.in
index f86598747..36800b012 100644
--- a/rules/libcurl.in
+++ b/rules/libcurl.in
@@ -115,4 +115,7 @@ config LIBCURL_CRYPTO_AUTH
 config LIBCURL_LIBSSH2
bool "scp/sftp (via libssh2)"
 
+config LIBCURL_MIME
+   bool "MIME support"
+
 endif
diff --git a/rules/libcurl.make b/rules/libcurl.make
index 5da835d73..e5daf5395 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -82,7 +82,7 @@ LIBCURL_CONF_OPT  := \
--enable-socketpair \
--$(call ptx/endis, PTXCONF_LIBCURL_HTTP)-http-auth \
--disable-doh \
-   --disable-mime \
+   --$(call ptx/endis, PTXCONF_LIBCURL_MIME)-mime \
--enable-dateparse \
--enable-netrc \
--enable-progress-meter \
-- 
2.32.0