All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941
  2020-04-02  9:15 ` [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941 Wang Mingyu
@ 2020-04-02  6:33   ` Khem Raj
  2020-04-21  5:11     ` 答复: " Wang Mingyu
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2020-04-02  6:33 UTC (permalink / raw)
  To: Wang Mingyu; +Cc: openembeded-devel

please rebase on master-next and resend

On Wed, Apr 1, 2020 at 6:45 PM Wang Mingyu <wangmy@cn.fujitsu.com> wrote:
>
> refresh the folloing patches:
> disable-version-check.patch
> net-generic.patch
> net-lib.pl.patch
>
> -License-Update: add "BSD 3-Clause License" to license file
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  .../webmin/files/disable-version-check.patch  | 24 +++++++-----
>  .../webmin/files/net-generic.patch            | 37 ++++++++++---------
>  .../webmin/files/net-lib.pl.patch             | 17 ++++++---
>  .../{webmin_1.850.bb => webmin_1.941.bb}      |  6 +--
>  4 files changed, 49 insertions(+), 35 deletions(-)
>  rename meta-webserver/recipes-webadmin/webmin/{webmin_1.850.bb => webmin_1.941.bb} (97%)
>
> diff --git a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
> index 9aad894e0..61b56bf5a 100644
> --- a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
> +++ b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
> @@ -6,12 +6,15 @@ the moment.
>  Upstream-status: Inappropriate
>
>  Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> +---
> + webmin/webmin-lib.pl | 44 ++++++++++++++++++++++----------------------
> + 1 file changed, 22 insertions(+), 22 deletions(-)
>
> -Index: webmin-1.850/webmin/webmin-lib.pl
> -===================================================================
> ---- webmin-1.850.orig/webmin/webmin-lib.pl
> -+++ webmin-1.850/webmin/webmin-lib.pl
> -@@ -1112,28 +1112,28 @@ my %miniserv;
> +diff --git a/webmin/webmin-lib.pl b/webmin/webmin-lib.pl
> +index dad6cfc..73821f0 100755
> +--- a/webmin/webmin-lib.pl
> ++++ b/webmin/webmin-lib.pl
> +@@ -1130,28 +1130,28 @@ my %miniserv;
>   &load_theme_library();        # So that UI functions work
>
>   # Need OS upgrade
> @@ -24,12 +27,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
>  -      my ($minor) = split(/\./, $gconfig{'os_version'});
>  -      if ($realos{'os_type'} eq $gconfig{'os_type'} &&
>  -          $realminor == $minor) {
> --              # Only the minor version number changed - no need to apply
> +-              # Only the minor version number changed - just apply silently
>  -              &apply_new_os_version(\%realos);
>  -              }
>  -      else {
>  -              # Large enough change to tell the user
> --              push(@notifs,
> +-              push(@notifs,
>  -                  &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
>  -                  &text('os_incorrect', $realos{'real_os_type'},
>  -                                        $realos{'real_os_version'})."<p>\n".
> @@ -46,12 +49,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
>  +#     my ($minor) = split(/\./, $gconfig{'os_version'});
>  +#     if ($realos{'os_type'} eq $gconfig{'os_type'} &&
>  +#         $realminor == $minor) {
> -+#             # Only the minor version number changed - no need to apply
> ++#             # Only the minor version number changed - just apply silently
>  +#             &apply_new_os_version(\%realos);
>  +#             }
>  +#     else {
>  +#             # Large enough change to tell the user
> -+#             push(@notifs,
> ++#             push(@notifs,
>  +#                 &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
>  +#                 &text('os_incorrect', $realos{'real_os_type'},
>  +#                                       $realos{'real_os_version'})."<p>\n".
> @@ -62,3 +65,6 @@ Index: webmin-1.850/webmin/webmin-lib.pl
>
>   # Password close to expiry
>   my $warn_days = $config{'warn_days'};
> +--
> +2.17.1
> +
> diff --git a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> index 554939285..a995d4b93 100644
> --- a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> +++ b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> @@ -1,25 +1,26 @@
> -# Add support for configuring network interfaces on a generic linux system
> +# Add support for configuring network interfaces on a generic linux
> +# system
>  #
>  # Upstream-status: Not appropriate [config]
>  #
>  # Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> -Index: webmin-1.850/net/module.info
> -===================================================================
> ---- webmin-1.850.orig/net/module.info
> -+++ webmin-1.850/net/module.info
> -@@ -14,7 +14,7 @@ desc_ko_KR.UTF-8=雱ろ姼鞗岉伂 甑劚
> +---
> + net/module.info | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/net/module.info b/net/module.info
> +index b23bf2d..8e3628e 100644
> +--- a/net/module.info
> ++++ b/net/module.info
> +@@ -1,7 +1,7 @@
> + version=1.941
> + longdesc=Configure boot time and active interfaces, DNS, routing and /etc/hosts.
>   name=Networking
> - desc_tr=A�Yap齦and齬mas�
> - desc_de=Netzwerkkonfiguration
>  -os_support=solaris coherent-linux redhat-linux/5.0-* mandrake-linux united-linux suse-linux/6.0-* open-linux unixware turbo-linux/4.0 freebsd/3.2-* openbsd debian-linux/2.2-* cobalt-linux/2.2-* msc-linux gentoo-linux macos/1.5-* trustix-linux slackware-linux/8.0-* openmamba-linux cygwin windows pardus-linux
>  +os_support=generic-linux solaris coherent-linux redhat-linux/5.0-* mandrake-linux united-linux suse-linux/6.0-* open-linux unixware turbo-linux/4.0 freebsd/3.2-* openbsd debian-linux/2.2-* cobalt-linux/2.2-* msc-linux gentoo-linux macos/1.5-* trustix-linux slackware-linux/8.0-* openmamba-linux cygwin windows pardus-linux
> - desc_sk=Konfigur醕ia siete
> - desc_zh_CN=网络配置
> - risk=low medium high
> -Index: webmin-1.850/net/generic-linux-lib.pl
> -===================================================================
> ---- /dev/null
> -+++ webmin-1.850/net/generic-linux-lib.pl
> -@@ -0,0 +1,2 @@
> -+do 'linux-lib.pl';
> -+
> + readonly=1
> + desc=Network Configuration
> + category=net
> +--
> +2.17.1
> +
> diff --git a/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch b/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
> index bdba5e73f..c9c0d3549 100644
> --- a/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
> +++ b/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
> @@ -3,12 +3,16 @@ Upstream-Status: Inappropriate [config]
>  XXX: need to work out a better fix.
>
>  Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
> +---
> + net/net-lib.pl | 3 ++-
> + 1 file changed, 2 insertions(+), 1 deletion(-)
>
> -diff -Nru webmin-1.570.orig//net/net-lib.pl webmin-1.570/net/net-lib.pl
> ---- webmin-1.570.orig//net/net-lib.pl  2011-10-03 09:01:48.000000000 +0800
> -+++ webmin-1.570/net/net-lib.pl        2011-10-28 13:52:56.138873664 +0800
> -@@ -21,7 +21,8 @@
> -       do "$gconfig{'os_type'}-9.1-ALL-lib.pl";
> +diff --git a/net/net-lib.pl b/net/net-lib.pl
> +index affa1d1..6671536 100755
> +--- a/net/net-lib.pl
> ++++ b/net/net-lib.pl
> +@@ -26,7 +26,8 @@ elsif ($gconfig{'os_type'} eq 'debian-linux' && -d "/etc/netplan") {
> +       do "netplan-lib.pl";
>         }
>   else {
>  -      do "$gconfig{'os_type'}-lib.pl";
> @@ -17,3 +21,6 @@ diff -Nru webmin-1.570.orig//net/net-lib.pl webmin-1.570/net/net-lib.pl
>         }
>
>   # list_hosts()
> +--
> +2.17.1
> +
> diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb b/meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
> similarity index 97%
> rename from meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb
> rename to meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
> index 112365d4b..067c7bf6d 100644
> --- a/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb
> +++ b/meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
> @@ -1,7 +1,7 @@
>  SUMMARY = "Web-based administration interface"
>  HOMEPAGE = "http://www.webmin.com"
>  LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENCE;md5=0373ac9f611e542ddebe1ec6394afc3c"
> +LIC_FILES_CHKSUM = "file://LICENCE;md5=0a6446108c96d0819d21e40b48109507"
>
>  SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
>             file://setup.sh \
> @@ -21,8 +21,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
>             file://webmin.service \
>              "
>
> -SRC_URI[md5sum] = "cd6ee98f73f9418562197675b952d81b"
> -SRC_URI[sha256sum] = "c66caa9e4cb50d5447bc8aceb7989d2284dde060278f404b13e171c7ce1690e1"
> +SRC_URI[md5sum] = "bb8f63068a86a14269726f4d934b8d38"
> +SRC_URI[sha256sum] = "3a19228d92556c7722c6fe56c9d4b73d477a19845b0dae3f018fc7fc0306b29a"
>
>  UPSTREAM_CHECK_URI = "http://www.webmin.com/download.html"
>  UPSTREAM_CHECK_REGEX = "webmin-(?P<pver>\d+(\.\d+)+).tar.gz"
> --
> 2.17.1
>
>
>
> 

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

* [oe] [meta-perl][PATCH] libtest-deep-perl: upgrade 1.128 -> 1.130
@ 2020-04-02  9:15 Wang Mingyu
  2020-04-02  9:15 ` [oe] [meta-python] [PATCH] python3-alembic: upgrade 1.4.0 -> 1.4.2 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Wang Mingyu @ 2020-04-02  9:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

lib/Test/Deep.pm: version update

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 ...ibtest-deep-perl_1.128.bb => libtest-deep-perl_1.130.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-perl/recipes-perl/libtest/{libtest-deep-perl_1.128.bb => libtest-deep-perl_1.130.bb} (91%)

diff --git a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.128.bb b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb
similarity index 91%
rename from meta-perl/recipes-perl/libtest/libtest-deep-perl_1.128.bb
rename to meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb
index 44a915c5b..c82a1a170 100644
--- a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.128.bb
+++ b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb
@@ -23,11 +23,11 @@ SECTION = "libs"
 HOMEPAGE = "http://github.com/rjbs/Test-Deep/"
 
 LICENSE = "Artistic-1.0 | GPL-1.0+"
-LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=aebc793c87a3d8771fe98d5d369898e7"
+LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=a897a42bafc3422cab17c2eb94f87a7c"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Deep-${PV}.tar.gz"
-SRC_URI[md5sum] = "9bc47147ea720fc01bc6b214afb884ff"
-SRC_URI[sha256sum] = "852d7e836fba8269b0b755082051a24a1a309d015a8b76838790af9e3760092f"
+SRC_URI[md5sum] = "d466e471108f7f7a5df3802cb13761ac"
+SRC_URI[sha256sum] = "4064f494f5f62587d0ae501ca439105821ee5846c687dc6503233f55300a7c56"
 
 UPSTREAM_CHECK_REGEX = "Test\-Deep\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
 
-- 
2.17.1




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

* [oe] [meta-python] [PATCH] python3-alembic: upgrade 1.4.0 -> 1.4.2
  2020-04-02  9:15 [oe] [meta-perl][PATCH] libtest-deep-perl: upgrade 1.128 -> 1.130 Wang Mingyu
@ 2020-04-02  9:15 ` Wang Mingyu
  2020-04-02  9:15 ` [oe] [meta-webserver] [PATCH] nostromo: upgrade 1.9.6 -> 1.9.7 Wang Mingyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Wang Mingyu @ 2020-04-02  9:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../{python3-alembic_1.4.0.bb => python3-alembic_1.4.2.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.4.0.bb => python3-alembic_1.4.2.bb} (70%)

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.4.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.4.2.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-alembic_1.4.0.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.4.2.bb
index 8247166da..22630604b 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.4.2.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bd64aba1b968c2bfbc2b525a181ce85c"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "758b28361557e45c79c454d662131a83"
-SRC_URI[sha256sum] = "2df2519a5b002f881517693b95626905a39c5faf4b5a1f94de4f1441095d1d26"
+SRC_URI[md5sum] = "1d67bdbd3abd33f0319afcd29bc59686"
+SRC_URI[sha256sum] = "035ab00497217628bf5d0be82d664d8713ab13d37b630084da8e1f98facf4dbf"
 
 PYPI_PACKAGE = "alembic"
 
-- 
2.17.1




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

* [oe] [meta-webserver] [PATCH] nostromo: upgrade 1.9.6 -> 1.9.7
  2020-04-02  9:15 [oe] [meta-perl][PATCH] libtest-deep-perl: upgrade 1.128 -> 1.130 Wang Mingyu
  2020-04-02  9:15 ` [oe] [meta-python] [PATCH] python3-alembic: upgrade 1.4.0 -> 1.4.2 Wang Mingyu
@ 2020-04-02  9:15 ` Wang Mingyu
  2020-04-02  9:15 ` [oe] [meta-webserver][PATCH] phpmyadmin: upgrade 4.9.2 -> 5.0.2 Wang Mingyu
  2020-04-02  9:15 ` [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941 Wang Mingyu
  3 siblings, 0 replies; 8+ messages in thread
From: Wang Mingyu @ 2020-04-02  9:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../nostromo/{nostromo_1.9.6.bb => nostromo_1.9.7.bb}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-webserver/recipes-httpd/nostromo/{nostromo_1.9.6.bb => nostromo_1.9.7.bb} (94%)

diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.7.bb
similarity index 94%
rename from meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb
rename to meta-webserver/recipes-httpd/nostromo/nostromo_1.9.7.bb
index a6b1ff0fc..d13ef74fe 100644
--- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb
+++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.7.bb
@@ -11,8 +11,8 @@ SRC_URI = "http://www.nazgul.ch/dev/${BPN}-${PV}.tar.gz \
            file://nostromo \
 "
 
-SRC_URI[md5sum] = "27aa241d78ff78920354c3e03a5026ea"
-SRC_URI[sha256sum] = "541494ecfeafec58c0876ccc90cc23b06e0144f6f42029af44c7cdb1f411e8eb"
+SRC_URI[md5sum] = "6189714845b3ad5d0fc490f8cf48dacf"
+SRC_URI[sha256sum] = "33c635f317fb441e10d5297bb4218ae0ea62c48f2fc3029c08f5d2167c6cdfca"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
 
-- 
2.17.1




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

* [oe] [meta-webserver][PATCH] phpmyadmin: upgrade 4.9.2 -> 5.0.2
  2020-04-02  9:15 [oe] [meta-perl][PATCH] libtest-deep-perl: upgrade 1.128 -> 1.130 Wang Mingyu
  2020-04-02  9:15 ` [oe] [meta-python] [PATCH] python3-alembic: upgrade 1.4.0 -> 1.4.2 Wang Mingyu
  2020-04-02  9:15 ` [oe] [meta-webserver] [PATCH] nostromo: upgrade 1.9.6 -> 1.9.7 Wang Mingyu
@ 2020-04-02  9:15 ` Wang Mingyu
  2020-04-02  9:15 ` [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941 Wang Mingyu
  3 siblings, 0 replies; 8+ messages in thread
From: Wang Mingyu @ 2020-04-02  9:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../phpmyadmin/{phpmyadmin_4.9.2.bb => phpmyadmin_5.0.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-webserver/recipes-php/phpmyadmin/{phpmyadmin_4.9.2.bb => phpmyadmin_5.0.2.bb} (91%)

diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.9.2.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.0.2.bb
similarity index 91%
rename from meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.9.2.bb
rename to meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.0.2.bb
index 34943de30..ac878c5fd 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.9.2.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.0.2.bb
@@ -11,8 +11,8 @@ SRC_URI = "https://files.phpmyadmin.net/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-la
            file://apache.conf \
 "
 
-SRC_URI[md5sum] = "5b5d1d84a05624430ac659e36af00f4e"
-SRC_URI[sha256sum] = "3bc3e37fefbdfcaf12fd59d6d7fdbf11ffcffe3e211155bf5b822b54a3c2043e"
+SRC_URI[md5sum] = "442eb85912d3a2ad2fc0b9d6c21b1527"
+SRC_URI[sha256sum] = "cbcc78d1499308d9329950fcba2ebaa84c559a934fe54efc027d459d8e4161c8"
 
 UPSTREAM_CHECK_URI = "https://www.phpmyadmin.net/downloads/"
 UPSTREAM_CHECK_REGEX = "phpMyAdmin-(?P<pver>\d+(\.\d+)+)-all-languages.tar.xz"
-- 
2.17.1




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

* [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941
  2020-04-02  9:15 [oe] [meta-perl][PATCH] libtest-deep-perl: upgrade 1.128 -> 1.130 Wang Mingyu
                   ` (2 preceding siblings ...)
  2020-04-02  9:15 ` [oe] [meta-webserver][PATCH] phpmyadmin: upgrade 4.9.2 -> 5.0.2 Wang Mingyu
@ 2020-04-02  9:15 ` Wang Mingyu
  2020-04-02  6:33   ` Khem Raj
  3 siblings, 1 reply; 8+ messages in thread
From: Wang Mingyu @ 2020-04-02  9:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="y", Size: 8167 bytes --]

refresh the folloing patches:
disable-version-check.patch
net-generic.patch
net-lib.pl.patch

-License-Update: add "BSD 3-Clause License" to license file

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../webmin/files/disable-version-check.patch  | 24 +++++++-----
 .../webmin/files/net-generic.patch            | 37 ++++++++++---------
 .../webmin/files/net-lib.pl.patch             | 17 ++++++---
 .../{webmin_1.850.bb => webmin_1.941.bb}      |  6 +--
 4 files changed, 49 insertions(+), 35 deletions(-)
 rename meta-webserver/recipes-webadmin/webmin/{webmin_1.850.bb => webmin_1.941.bb} (97%)

diff --git a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
index 9aad894e0..61b56bf5a 100644
--- a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
+++ b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch
@@ -6,12 +6,15 @@ the moment.
 Upstream-status: Inappropriate
 
 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
+---
+ webmin/webmin-lib.pl | 44 ++++++++++++++++++++++----------------------
+ 1 file changed, 22 insertions(+), 22 deletions(-)
 
-Index: webmin-1.850/webmin/webmin-lib.pl
-===================================================================
---- webmin-1.850.orig/webmin/webmin-lib.pl
-+++ webmin-1.850/webmin/webmin-lib.pl
-@@ -1112,28 +1112,28 @@ my %miniserv;
+diff --git a/webmin/webmin-lib.pl b/webmin/webmin-lib.pl
+index dad6cfc..73821f0 100755
+--- a/webmin/webmin-lib.pl
++++ b/webmin/webmin-lib.pl
+@@ -1130,28 +1130,28 @@ my %miniserv;
  &load_theme_library();	# So that UI functions work
  
  # Need OS upgrade
@@ -24,12 +27,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
 -	my ($minor) = split(/\./, $gconfig{'os_version'});
 -	if ($realos{'os_type'} eq $gconfig{'os_type'} &&
 -	    $realminor == $minor) {
--		# Only the minor version number changed - no need to apply
+-		# Only the minor version number changed - just apply silently
 -		&apply_new_os_version(\%realos);
 -		}
 -	else {
 -		# Large enough change to tell the user
--		push(@notifs, 
+-		push(@notifs,
 -		    &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
 -		    &text('os_incorrect', $realos{'real_os_type'},
 -		    		          $realos{'real_os_version'})."<p>\n".
@@ -46,12 +49,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
 +#	my ($minor) = split(/\./, $gconfig{'os_version'});
 +#	if ($realos{'os_type'} eq $gconfig{'os_type'} &&
 +#	    $realminor == $minor) {
-+#		# Only the minor version number changed - no need to apply
++#		# Only the minor version number changed - just apply silently
 +#		&apply_new_os_version(\%realos);
 +#		}
 +#	else {
 +#		# Large enough change to tell the user
-+#		push(@notifs, 
++#		push(@notifs,
 +#		    &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
 +#		    &text('os_incorrect', $realos{'real_os_type'},
 +#		    		          $realos{'real_os_version'})."<p>\n".
@@ -62,3 +65,6 @@ Index: webmin-1.850/webmin/webmin-lib.pl
  
  # Password close to expiry
  my $warn_days = $config{'warn_days'};
+-- 
+2.17.1
+
diff --git a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
index 554939285..a995d4b93 100644
--- a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
+++ b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
@@ -1,25 +1,26 @@
-# Add support for configuring network interfaces on a generic linux system
+# Add support for configuring network interfaces on a generic linux
+# system
 #
 # Upstream-status: Not appropriate [config]
 #
 # Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-Index: webmin-1.850/net/module.info
-===================================================================
---- webmin-1.850.orig/net/module.info
-+++ webmin-1.850/net/module.info
-@@ -14,7 +14,7 @@ desc_ko_KR.UTF-8=네트워크 구성
+---
+ net/module.info | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/net/module.info b/net/module.info
+index b23bf2d..8e3628e 100644
+--- a/net/module.info
++++ b/net/module.info
+@@ -1,7 +1,7 @@
+ version=1.941
+ longdesc=Configure boot time and active interfaces, DNS, routing and /etc/hosts.
  name=Networking
- desc_tr=Að Yapýlandýrmasý
- desc_de=Netzwerkkonfiguration
 -os_support=solaris coherent-linux redhat-linux/5.0-* mandrake-linux united-linux suse-linux/6.0-* open-linux unixware turbo-linux/4.0 freebsd/3.2-* openbsd debian-linux/2.2-* cobalt-linux/2.2-* msc-linux gentoo-linux macos/1.5-* trustix-linux slackware-linux/8.0-* openmamba-linux cygwin windows pardus-linux
 +os_support=generic-linux solaris coherent-linux redhat-linux/5.0-* mandrake-linux united-linux suse-linux/6.0-* open-linux unixware turbo-linux/4.0 freebsd/3.2-* openbsd debian-linux/2.2-* cobalt-linux/2.2-* msc-linux gentoo-linux macos/1.5-* trustix-linux slackware-linux/8.0-* openmamba-linux cygwin windows pardus-linux
- desc_sk=Konfigurácia siete
- desc_zh_CN=ÍøÂçÅäÖÃ
- risk=low medium high
-Index: webmin-1.850/net/generic-linux-lib.pl
-===================================================================
---- /dev/null
-+++ webmin-1.850/net/generic-linux-lib.pl
-@@ -0,0 +1,2 @@
-+do 'linux-lib.pl';
-+
+ readonly=1
+ desc=Network Configuration
+ category=net
+-- 
+2.17.1
+
diff --git a/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch b/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
index bdba5e73f..c9c0d3549 100644
--- a/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
+++ b/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
@@ -3,12 +3,16 @@ Upstream-Status: Inappropriate [config]
 XXX: need to work out a better fix.
 
 Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
+---
+ net/net-lib.pl | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
 
-diff -Nru webmin-1.570.orig//net/net-lib.pl webmin-1.570/net/net-lib.pl
---- webmin-1.570.orig//net/net-lib.pl	2011-10-03 09:01:48.000000000 +0800
-+++ webmin-1.570/net/net-lib.pl	2011-10-28 13:52:56.138873664 +0800
-@@ -21,7 +21,8 @@
- 	do "$gconfig{'os_type'}-9.1-ALL-lib.pl";
+diff --git a/net/net-lib.pl b/net/net-lib.pl
+index affa1d1..6671536 100755
+--- a/net/net-lib.pl
++++ b/net/net-lib.pl
+@@ -26,7 +26,8 @@ elsif ($gconfig{'os_type'} eq 'debian-linux' && -d "/etc/netplan") {
+ 	do "netplan-lib.pl";
  	}
  else {
 -	do "$gconfig{'os_type'}-lib.pl";
@@ -17,3 +21,6 @@ diff -Nru webmin-1.570.orig//net/net-lib.pl webmin-1.570/net/net-lib.pl
  	}
  
  # list_hosts()
+-- 
+2.17.1
+
diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb b/meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
similarity index 97%
rename from meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb
rename to meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
index 112365d4b..067c7bf6d 100644
--- a/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb
+++ b/meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Web-based administration interface"
 HOMEPAGE = "http://www.webmin.com"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=0373ac9f611e542ddebe1ec6394afc3c"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=0a6446108c96d0819d21e40b48109507"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
            file://setup.sh \
@@ -21,8 +21,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
            file://webmin.service \
             "
 
-SRC_URI[md5sum] = "cd6ee98f73f9418562197675b952d81b"
-SRC_URI[sha256sum] = "c66caa9e4cb50d5447bc8aceb7989d2284dde060278f404b13e171c7ce1690e1"
+SRC_URI[md5sum] = "bb8f63068a86a14269726f4d934b8d38"
+SRC_URI[sha256sum] = "3a19228d92556c7722c6fe56c9d4b73d477a19845b0dae3f018fc7fc0306b29a"
 
 UPSTREAM_CHECK_URI = "http://www.webmin.com/download.html"
 UPSTREAM_CHECK_REGEX = "webmin-(?P<pver>\d+(\.\d+)+).tar.gz"
-- 
2.17.1




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

* 答复: [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941
  2020-04-02  6:33   ` Khem Raj
@ 2020-04-21  5:11     ` Wang Mingyu
  2020-04-21  5:13       ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Wang Mingyu @ 2020-04-21  5:11 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

Do you mean I should make a patch on master-next and then submit it to the master branch?

-----邮件原件-----
发件人: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> 代表 Khem Raj
发送时间: 2020年4月2日 14:33
收件人: Wang, Mingyu/王 鸣瑜 <wangmy@cn.fujitsu.com>
抄送: openembeded-devel <openembedded-devel@lists.openembedded.org>
主题: Re: [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941

please rebase on master-next and resend

On Wed, Apr 1, 2020 at 6:45 PM Wang Mingyu <wangmy@cn.fujitsu.com> wrote:
>
> refresh the folloing patches:
> disable-version-check.patch
> net-generic.patch
> net-lib.pl.patch
>
> -License-Update: add "BSD 3-Clause License" to license file
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
>  .../webmin/files/disable-version-check.patch  | 24 +++++++-----
>  .../webmin/files/net-generic.patch            | 37 ++++++++++---------
>  .../webmin/files/net-lib.pl.patch             | 17 ++++++---
>  .../{webmin_1.850.bb => webmin_1.941.bb}      |  6 +--
>  4 files changed, 49 insertions(+), 35 deletions(-)  rename 
> meta-webserver/recipes-webadmin/webmin/{webmin_1.850.bb => 
> webmin_1.941.bb} (97%)
>
> diff --git 
> a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.p
> atch 
> b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.p
> atch
> index 9aad894e0..61b56bf5a 100644
> --- 
> a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.p
> atch
> +++ b/meta-webserver/recipes-webadmin/webmin/files/disable-version-che
> +++ ck.patch
> @@ -6,12 +6,15 @@ the moment.
>  Upstream-status: Inappropriate
>
>  Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> +---
> + webmin/webmin-lib.pl | 44 
> +++++++++++++++++++++++----------------------
> + 1 file changed, 22 insertions(+), 22 deletions(-)
>
> -Index: webmin-1.850/webmin/webmin-lib.pl 
> -===================================================================
> ---- webmin-1.850.orig/webmin/webmin-lib.pl
> -+++ webmin-1.850/webmin/webmin-lib.pl
> -@@ -1112,28 +1112,28 @@ my %miniserv;
> +diff --git a/webmin/webmin-lib.pl b/webmin/webmin-lib.pl index 
> +dad6cfc..73821f0 100755
> +--- a/webmin/webmin-lib.pl
> ++++ b/webmin/webmin-lib.pl
> +@@ -1130,28 +1130,28 @@ my %miniserv;
>   &load_theme_library();        # So that UI functions work
>
>   # Need OS upgrade
> @@ -24,12 +27,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
>  -      my ($minor) = split(/\./, $gconfig{'os_version'});
>  -      if ($realos{'os_type'} eq $gconfig{'os_type'} &&
>  -          $realminor == $minor) {
> --              # Only the minor version number changed - no need to apply
> +-              # Only the minor version number changed - just apply silently
>  -              &apply_new_os_version(\%realos);
>  -              }
>  -      else {
>  -              # Large enough change to tell the user
> --              push(@notifs,
> +-              push(@notifs,
>  -                  &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
>  -                  &text('os_incorrect', $realos{'real_os_type'},
>  -                                        $realos{'real_os_version'})."<p>\n".
> @@ -46,12 +49,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
>  +#     my ($minor) = split(/\./, $gconfig{'os_version'});
>  +#     if ($realos{'os_type'} eq $gconfig{'os_type'} &&
>  +#         $realminor == $minor) {
> -+#             # Only the minor version number changed - no need to apply
> ++#             # Only the minor version number changed - just apply silently
>  +#             &apply_new_os_version(\%realos);
>  +#             }
>  +#     else {
>  +#             # Large enough change to tell the user
> -+#             push(@notifs,
> ++#             push(@notifs,
>  +#                 &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
>  +#                 &text('os_incorrect', $realos{'real_os_type'},
>  +#                                       $realos{'real_os_version'})."<p>\n".
> @@ -62,3 +65,6 @@ Index: webmin-1.850/webmin/webmin-lib.pl
>
>   # Password close to expiry
>   my $warn_days = $config{'warn_days'};
> +--
> +2.17.1
> +
> diff --git 
> a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch 
> b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> index 554939285..a995d4b93 100644
> --- a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> +++ b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> @@ -1,25 +1,26 @@
> -# Add support for configuring network interfaces on a generic linux 
> system
> +# Add support for configuring network interfaces on a generic linux # 
> +system
>  #
>  # Upstream-status: Not appropriate [config]  #  # Signed-off-by: Paul 
> Eggleton <paul.eggleton@linux.intel.com>
> -Index: webmin-1.850/net/module.info
> -===================================================================
> ---- webmin-1.850.orig/net/module.info
> -+++ webmin-1.850/net/module.info
> -@@ -14,7 +14,7 @@ desc_ko_KR.UTF-8=雱ろ姼鞗岉伂 甑劚
> +---
> + net/module.info | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/net/module.info b/net/module.info index b23bf2d..8e3628e 
> +100644
> +--- a/net/module.info
> ++++ b/net/module.info
> +@@ -1,7 +1,7 @@
> + version=1.941
> + longdesc=Configure boot time and active interfaces, DNS, routing and /etc/hosts.
>   name=Networking
> - desc_tr=A Yap齦and齬mas 
> - desc_de=Netzwerkkonfiguration
>  -os_support=solaris coherent-linux redhat-linux/5.0-* mandrake-linux 
> united-linux suse-linux/6.0-* open-linux unixware turbo-linux/4.0 
> freebsd/3.2-* openbsd debian-linux/2.2-* cobalt-linux/2.2-* msc-linux 
> gentoo-linux macos/1.5-* trustix-linux slackware-linux/8.0-* 
> openmamba-linux cygwin windows pardus-linux  +os_support=generic-linux 
> solaris coherent-linux redhat-linux/5.0-* mandrake-linux united-linux 
> suse-linux/6.0-* open-linux unixware turbo-linux/4.0 freebsd/3.2-* 
> openbsd debian-linux/2.2-* cobalt-linux/2.2-* msc-linux gentoo-linux 
> macos/1.5-* trustix-linux slackware-linux/8.0-* openmamba-linux cygwin 
> windows pardus-linux
> - desc_sk=Konfigur醕ia siete
> - desc_zh_CN=网络配置
> - risk=low medium high
> -Index: webmin-1.850/net/generic-linux-lib.pl
> -===================================================================
> ---- /dev/null
> -+++ webmin-1.850/net/generic-linux-lib.pl
> -@@ -0,0 +1,2 @@
> -+do 'linux-lib.pl';
> -+
> + readonly=1
> + desc=Network Configuration
> + category=net
> +--
> +2.17.1
> +
> diff --git 
> a/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch 
> b/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
> index bdba5e73f..c9c0d3549 100644
> --- a/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
> +++ b/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
> @@ -3,12 +3,16 @@ Upstream-Status: Inappropriate [config]
>  XXX: need to work out a better fix.
>
>  Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
> +---
> + net/net-lib.pl | 3 ++-
> + 1 file changed, 2 insertions(+), 1 deletion(-)
>
> -diff -Nru webmin-1.570.orig//net/net-lib.pl 
> webmin-1.570/net/net-lib.pl
> ---- webmin-1.570.orig//net/net-lib.pl  2011-10-03 09:01:48.000000000 
> +0800
> -+++ webmin-1.570/net/net-lib.pl        2011-10-28 13:52:56.138873664 +0800
> -@@ -21,7 +21,8 @@
> -       do "$gconfig{'os_type'}-9.1-ALL-lib.pl";
> +diff --git a/net/net-lib.pl b/net/net-lib.pl index affa1d1..6671536 
> +100755
> +--- a/net/net-lib.pl
> ++++ b/net/net-lib.pl
> +@@ -26,7 +26,8 @@ elsif ($gconfig{'os_type'} eq 'debian-linux' && -d "/etc/netplan") {
> +       do "netplan-lib.pl";
>         }
>   else {
>  -      do "$gconfig{'os_type'}-lib.pl";
> @@ -17,3 +21,6 @@ diff -Nru webmin-1.570.orig//net/net-lib.pl webmin-1.570/net/net-lib.pl
>         }
>
>   # list_hosts()
> +--
> +2.17.1
> +
> diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb 
> b/meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
> similarity index 97%
> rename from meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb
> rename to meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
> index 112365d4b..067c7bf6d 100644
> --- a/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb
> +++ b/meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
> @@ -1,7 +1,7 @@
>  SUMMARY = "Web-based administration interface"
>  HOMEPAGE = "http://www.webmin.com"
>  LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENCE;md5=0373ac9f611e542ddebe1ec6394afc3c"
> +LIC_FILES_CHKSUM = "file://LICENCE;md5=0a6446108c96d0819d21e40b48109507"
>
>  SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
>             file://setup.sh \
> @@ -21,8 +21,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
>             file://webmin.service \
>              "
>
> -SRC_URI[md5sum] = "cd6ee98f73f9418562197675b952d81b"
> -SRC_URI[sha256sum] = "c66caa9e4cb50d5447bc8aceb7989d2284dde060278f404b13e171c7ce1690e1"
> +SRC_URI[md5sum] = "bb8f63068a86a14269726f4d934b8d38"
> +SRC_URI[sha256sum] = "3a19228d92556c7722c6fe56c9d4b73d477a19845b0dae3f018fc7fc0306b29a"
>
>  UPSTREAM_CHECK_URI = "http://www.webmin.com/download.html"
>  UPSTREAM_CHECK_REGEX = "webmin-(?P<pver>\d+(\.\d+)+).tar.gz"
> --
> 2.17.1
>
>
>
> 





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

* Re: [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941
  2020-04-21  5:11     ` 答复: " Wang Mingyu
@ 2020-04-21  5:13       ` Khem Raj
  0 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2020-04-21  5:13 UTC (permalink / raw)
  To: Wang Mingyu; +Cc: openembeded-devel

On Mon, Apr 20, 2020 at 10:11 PM Wang Mingyu <wangmy@cn.fujitsu.com> wrote:
>
> Do you mean I should make a patch on master-next and then submit it to the master branch?
>
> -----邮件原件-----
> 发件人: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> 代表 Khem Raj
> 发送时间: 2020年4月2日 14:33
> 收件人: Wang, Mingyu/王 鸣瑜 <wangmy@cn.fujitsu.com>
> 抄送: openembeded-devel <openembedded-devel@lists.openembedded.org>
> 主题: Re: [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941
>
> please rebase on master-next and resend
>

yes preferably but atleast rebase on top of master.

> On Wed, Apr 1, 2020 at 6:45 PM Wang Mingyu <wangmy@cn.fujitsu.com> wrote:
> >
> > refresh the folloing patches:
> > disable-version-check.patch
> > net-generic.patch
> > net-lib.pl.patch
> >
> > -License-Update: add "BSD 3-Clause License" to license file
> >
> > Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> > ---
> >  .../webmin/files/disable-version-check.patch  | 24 +++++++-----
> >  .../webmin/files/net-generic.patch            | 37 ++++++++++---------
> >  .../webmin/files/net-lib.pl.patch             | 17 ++++++---
> >  .../{webmin_1.850.bb => webmin_1.941.bb}      |  6 +--
> >  4 files changed, 49 insertions(+), 35 deletions(-)  rename
> > meta-webserver/recipes-webadmin/webmin/{webmin_1.850.bb =>
> > webmin_1.941.bb} (97%)
> >
> > diff --git
> > a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.p
> > atch
> > b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.p
> > atch
> > index 9aad894e0..61b56bf5a 100644
> > ---
> > a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.p
> > atch
> > +++ b/meta-webserver/recipes-webadmin/webmin/files/disable-version-che
> > +++ ck.patch
> > @@ -6,12 +6,15 @@ the moment.
> >  Upstream-status: Inappropriate
> >
> >  Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> > +---
> > + webmin/webmin-lib.pl | 44
> > +++++++++++++++++++++++----------------------
> > + 1 file changed, 22 insertions(+), 22 deletions(-)
> >
> > -Index: webmin-1.850/webmin/webmin-lib.pl
> > -===================================================================
> > ---- webmin-1.850.orig/webmin/webmin-lib.pl
> > -+++ webmin-1.850/webmin/webmin-lib.pl
> > -@@ -1112,28 +1112,28 @@ my %miniserv;
> > +diff --git a/webmin/webmin-lib.pl b/webmin/webmin-lib.pl index
> > +dad6cfc..73821f0 100755
> > +--- a/webmin/webmin-lib.pl
> > ++++ b/webmin/webmin-lib.pl
> > +@@ -1130,28 +1130,28 @@ my %miniserv;
> >   &load_theme_library();        # So that UI functions work
> >
> >   # Need OS upgrade
> > @@ -24,12 +27,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
> >  -      my ($minor) = split(/\./, $gconfig{'os_version'});
> >  -      if ($realos{'os_type'} eq $gconfig{'os_type'} &&
> >  -          $realminor == $minor) {
> > --              # Only the minor version number changed - no need to apply
> > +-              # Only the minor version number changed - just apply silently
> >  -              &apply_new_os_version(\%realos);
> >  -              }
> >  -      else {
> >  -              # Large enough change to tell the user
> > --              push(@notifs,
> > +-              push(@notifs,
> >  -                  &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
> >  -                  &text('os_incorrect', $realos{'real_os_type'},
> >  -                                        $realos{'real_os_version'})."<p>\n".
> > @@ -46,12 +49,12 @@ Index: webmin-1.850/webmin/webmin-lib.pl
> >  +#     my ($minor) = split(/\./, $gconfig{'os_version'});
> >  +#     if ($realos{'os_type'} eq $gconfig{'os_type'} &&
> >  +#         $realminor == $minor) {
> > -+#             # Only the minor version number changed - no need to apply
> > ++#             # Only the minor version number changed - just apply silently
> >  +#             &apply_new_os_version(\%realos);
> >  +#             }
> >  +#     else {
> >  +#             # Large enough change to tell the user
> > -+#             push(@notifs,
> > ++#             push(@notifs,
> >  +#                 &ui_form_start("$gconfig{'webprefix'}/webmin/fix_os.cgi").
> >  +#                 &text('os_incorrect', $realos{'real_os_type'},
> >  +#                                       $realos{'real_os_version'})."<p>\n".
> > @@ -62,3 +65,6 @@ Index: webmin-1.850/webmin/webmin-lib.pl
> >
> >   # Password close to expiry
> >   my $warn_days = $config{'warn_days'};
> > +--
> > +2.17.1
> > +
> > diff --git
> > a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> > b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> > index 554939285..a995d4b93 100644
> > --- a/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> > +++ b/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch
> > @@ -1,25 +1,26 @@
> > -# Add support for configuring network interfaces on a generic linux
> > system
> > +# Add support for configuring network interfaces on a generic linux #
> > +system
> >  #
> >  # Upstream-status: Not appropriate [config]  #  # Signed-off-by: Paul
> > Eggleton <paul.eggleton@linux.intel.com>
> > -Index: webmin-1.850/net/module.info
> > -===================================================================
> > ---- webmin-1.850.orig/net/module.info
> > -+++ webmin-1.850/net/module.info
> > -@@ -14,7 +14,7 @@ desc_ko_KR.UTF-8=雱ろ姼鞗岉伂 甑劚
> > +---
> > + net/module.info | 2 +-
> > + 1 file changed, 1 insertion(+), 1 deletion(-)
> > +
> > +diff --git a/net/module.info b/net/module.info index b23bf2d..8e3628e
> > +100644
> > +--- a/net/module.info
> > ++++ b/net/module.info
> > +@@ -1,7 +1,7 @@
> > + version=1.941
> > + longdesc=Configure boot time and active interfaces, DNS, routing and /etc/hosts.
> >   name=Networking
> > - desc_tr=A Yap齦and齬mas
> > - desc_de=Netzwerkkonfiguration
> >  -os_support=solaris coherent-linux redhat-linux/5.0-* mandrake-linux
> > united-linux suse-linux/6.0-* open-linux unixware turbo-linux/4.0
> > freebsd/3.2-* openbsd debian-linux/2.2-* cobalt-linux/2.2-* msc-linux
> > gentoo-linux macos/1.5-* trustix-linux slackware-linux/8.0-*
> > openmamba-linux cygwin windows pardus-linux  +os_support=generic-linux
> > solaris coherent-linux redhat-linux/5.0-* mandrake-linux united-linux
> > suse-linux/6.0-* open-linux unixware turbo-linux/4.0 freebsd/3.2-*
> > openbsd debian-linux/2.2-* cobalt-linux/2.2-* msc-linux gentoo-linux
> > macos/1.5-* trustix-linux slackware-linux/8.0-* openmamba-linux cygwin
> > windows pardus-linux
> > - desc_sk=Konfigur醕ia siete
> > - desc_zh_CN=网络配置
> > - risk=low medium high
> > -Index: webmin-1.850/net/generic-linux-lib.pl
> > -===================================================================
> > ---- /dev/null
> > -+++ webmin-1.850/net/generic-linux-lib.pl
> > -@@ -0,0 +1,2 @@
> > -+do 'linux-lib.pl';
> > -+
> > + readonly=1
> > + desc=Network Configuration
> > + category=net
> > +--
> > +2.17.1
> > +
> > diff --git
> > a/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
> > b/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
> > index bdba5e73f..c9c0d3549 100644
> > --- a/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
> > +++ b/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
> > @@ -3,12 +3,16 @@ Upstream-Status: Inappropriate [config]
> >  XXX: need to work out a better fix.
> >
> >  Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
> > +---
> > + net/net-lib.pl | 3 ++-
> > + 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > -diff -Nru webmin-1.570.orig//net/net-lib.pl
> > webmin-1.570/net/net-lib.pl
> > ---- webmin-1.570.orig//net/net-lib.pl  2011-10-03 09:01:48.000000000
> > +0800
> > -+++ webmin-1.570/net/net-lib.pl        2011-10-28 13:52:56.138873664 +0800
> > -@@ -21,7 +21,8 @@
> > -       do "$gconfig{'os_type'}-9.1-ALL-lib.pl";
> > +diff --git a/net/net-lib.pl b/net/net-lib.pl index affa1d1..6671536
> > +100755
> > +--- a/net/net-lib.pl
> > ++++ b/net/net-lib.pl
> > +@@ -26,7 +26,8 @@ elsif ($gconfig{'os_type'} eq 'debian-linux' && -d "/etc/netplan") {
> > +       do "netplan-lib.pl";
> >         }
> >   else {
> >  -      do "$gconfig{'os_type'}-lib.pl";
> > @@ -17,3 +21,6 @@ diff -Nru webmin-1.570.orig//net/net-lib.pl webmin-1.570/net/net-lib.pl
> >         }
> >
> >   # list_hosts()
> > +--
> > +2.17.1
> > +
> > diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb
> > b/meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
> > similarity index 97%
> > rename from meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb
> > rename to meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
> > index 112365d4b..067c7bf6d 100644
> > --- a/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb
> > +++ b/meta-webserver/recipes-webadmin/webmin/webmin_1.941.bb
> > @@ -1,7 +1,7 @@
> >  SUMMARY = "Web-based administration interface"
> >  HOMEPAGE = "http://www.webmin.com"
> >  LICENSE = "BSD-3-Clause"
> > -LIC_FILES_CHKSUM = "file://LICENCE;md5=0373ac9f611e542ddebe1ec6394afc3c"
> > +LIC_FILES_CHKSUM = "file://LICENCE;md5=0a6446108c96d0819d21e40b48109507"
> >
> >  SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
> >             file://setup.sh \
> > @@ -21,8 +21,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
> >             file://webmin.service \
> >              "
> >
> > -SRC_URI[md5sum] = "cd6ee98f73f9418562197675b952d81b"
> > -SRC_URI[sha256sum] = "c66caa9e4cb50d5447bc8aceb7989d2284dde060278f404b13e171c7ce1690e1"
> > +SRC_URI[md5sum] = "bb8f63068a86a14269726f4d934b8d38"
> > +SRC_URI[sha256sum] = "3a19228d92556c7722c6fe56c9d4b73d477a19845b0dae3f018fc7fc0306b29a"
> >
> >  UPSTREAM_CHECK_URI = "http://www.webmin.com/download.html"
> >  UPSTREAM_CHECK_REGEX = "webmin-(?P<pver>\d+(\.\d+)+).tar.gz"
> > --
> > 2.17.1
> >
> >
> >
> >
>
>
>
>
> 

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

end of thread, other threads:[~2020-04-21  5:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02  9:15 [oe] [meta-perl][PATCH] libtest-deep-perl: upgrade 1.128 -> 1.130 Wang Mingyu
2020-04-02  9:15 ` [oe] [meta-python] [PATCH] python3-alembic: upgrade 1.4.0 -> 1.4.2 Wang Mingyu
2020-04-02  9:15 ` [oe] [meta-webserver] [PATCH] nostromo: upgrade 1.9.6 -> 1.9.7 Wang Mingyu
2020-04-02  9:15 ` [oe] [meta-webserver][PATCH] phpmyadmin: upgrade 4.9.2 -> 5.0.2 Wang Mingyu
2020-04-02  9:15 ` [oe] [meta-webserver][PATCH] webmin: upgrade 1.850 -> 1.941 Wang Mingyu
2020-04-02  6:33   ` Khem Raj
2020-04-21  5:11     ` 答复: " Wang Mingyu
2020-04-21  5:13       ` Khem Raj

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.