public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] xinetd: Update to version 2.3.15.4
Date: Wed, 30 Aug 2023 17:26:09 +0100	[thread overview]
Message-ID: <A2A95550-2872-4756-ACB7-AD2C63F3A1A0@ipfire.org> (raw)
In-Reply-To: <20230830141742.2723629-11-adolf.belka@ipfire.org>

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

Hello Adolf,

Thanks for all the updates of the day :)

> On 30 Aug 2023, at 15:17, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - Update from version 2.3.15 (2012) to 2.3.15.4 (2018)
> - Update of rootfile.
> - The original site for xinetd is no longer accessible.

This isn’t good.

> - Version 2.3.15 was the last version from  https://github.com/xinetd-org/xinetd
>   OpenSUSE have forked the repo and have provided 2.3.15.3 and 2.3.15.4 to collect a range
>    of patches together from openSUSE, Debian, Fedora, Gentoo etc.
>   Last bug fix was done on this github repo in Sep 2022 and the last commit in Oct 2022.

Better, but still not too good. But I suppose this is software that should not need any further development...

> - This is as up to date as there is currently available.

There is a small problem here as it seems that xinetd will now look for its configuration in /usr/etc when it should be just /etc.

Could you please try adding —-sysconfdir=/etc or /etc/xinetd.d (more likely the first one) so that we will keep the configuration in the right place.

I merged all other patches as they were - as usual - flawless :)

Best,
-Michael

> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/packages/xinetd | 28 +++++++++++++++++++++-------
> lfs/xinetd                       | 10 +++++-----
> 2 files changed, 26 insertions(+), 12 deletions(-)
> 
> diff --git a/config/rootfiles/packages/xinetd b/config/rootfiles/packages/xinetd
> index e007e1955..63d414511 100644
> --- a/config/rootfiles/packages/xinetd
> +++ b/config/rootfiles/packages/xinetd
> @@ -1,10 +1,24 @@
> etc/rc.d/init.d/xinetd
> etc/xinetd.conf
> -#usr/man/man5/xinetd.conf.5
> -#usr/man/man8/itox.8
> -#usr/man/man8/xconv.pl.8
> -#usr/man/man8/xinetd.8
> -#usr/man/man8/xinetd.log.8
> -#usr/sbin/itox
> -#usr/sbin/xconv.pl
> +#usr/bin/itox
> +#usr/bin/xconv.pl
> +#usr/etc/xinetd.conf
> +#usr/etc/xinetd.d
> +#usr/etc/xinetd.d/chargen
> +#usr/etc/xinetd.d/chargen-udp
> +#usr/etc/xinetd.d/daytime
> +#usr/etc/xinetd.d/daytime-udp
> +#usr/etc/xinetd.d/discard
> +#usr/etc/xinetd.d/discard-udp
> +#usr/etc/xinetd.d/echo
> +#usr/etc/xinetd.d/echo-udp
> +#usr/etc/xinetd.d/servers
> +#usr/etc/xinetd.d/services
> +#usr/etc/xinetd.d/time
> +#usr/etc/xinetd.d/time-udp
> usr/sbin/xinetd
> +#usr/share/man/man5/xinetd.conf.5
> +#usr/share/man/man5/xinetd.log.5
> +#usr/share/man/man8/itox.8
> +#usr/share/man/man8/xconv.pl.8
> +#usr/share/man/man8/xinetd.8
> diff --git a/lfs/xinetd b/lfs/xinetd
> index 6c1cbecfc..aeee9ef36 100644
> --- a/lfs/xinetd
> +++ b/lfs/xinetd
> @@ -26,15 +26,15 @@ include Config
> 
> SUMMARY    = An 'inetd' with Expanded Functionality
> 
> -VER        = 2.3.15
> +VER        = 2.3.15.4
> 
> THISAPP    = xinetd-$(VER)
> -DL_FILE    = $(THISAPP).tar.gz
> +DL_FILE    = $(THISAPP).tar.xz
> DL_FROM    = $(URL_IPFIRE)
> DIR_APP    = $(DIR_SRC)/$(THISAPP)
> TARGET     = $(DIR_INFO)/$(THISAPP)
> PROG       = xinetd
> -PAK_VER    = 4
> +PAK_VER    = 5
> 
> DEPS       =
> 
> @@ -50,7 +50,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_BLAKE2 = b5c933a2aa7a2ef4a2d58b53890f04569fe592005c646f39a00d4716325c8ac9b9aa3b8b4b2f2b861430c8415167ab1d394de3d3b4bd761239c5223b1d2b0419
> +$(DL_FILE)_BLAKE2 = e6981d7143c5e39d45a6274d003467f372b1e97637112c66a3fd3a1cb47fe948228d72c914cca5b2db1d65a626b83ff36f10768d343579aa48353d20e2541f4d
> 
> install : $(TARGET)
> 
> @@ -83,7 +83,7 @@ $(subst %,%_BLAKE2,$(objects)) :
> 
> $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> @$(PREBUILD)
> - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
> + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
> $(UPDATE_AUTOMAKE)
> cd $(DIR_APP) && ./configure --prefix=/usr
> cd $(DIR_APP) && make $(MAKETUNING)
> -- 
> 2.42.0
> 


  reply	other threads:[~2023-08-30 16:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30 14:17 [PATCH] foomatic: Update engine to 4.0.13 and db to 20230828 Adolf Belka
2023-08-30 14:17 ` [PATCH] tcl: Update to version 8.6.13 Adolf Belka
2023-08-30 14:17 ` [PATCH] tor: Update to version 0.4.8.4 Adolf Belka
2023-08-30 14:17 ` [PATCH] traceroute: Update to version 2.1.2 Adolf Belka
2023-08-30 14:17 ` [PATCH] transmission: Update to version 4.0.4 Adolf Belka
2023-08-30 14:17 ` [PATCH] tshark: Update to version 4.0.8 Adolf Belka
2023-08-30 14:17 ` [PATCH] tzdata: Update to version 2023c Adolf Belka
2023-08-30 14:17 ` [PATCH] util-linux: Update to version 2.39.2 Adolf Belka
2023-08-30 14:17 ` [PATCH] whois: Update to version 5.5.18 Adolf Belka
2023-08-30 14:17 ` [PATCH] wireless-regdb: Update to version 2023-05-03 Adolf Belka
2023-08-30 14:17 ` [PATCH] xinetd: Update to version 2.3.15.4 Adolf Belka
2023-08-30 16:26   ` Michael Tremer [this message]
2023-08-30 21:55     ` Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A2A95550-2872-4756-ACB7-AD2C63F3A1A0@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox