All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach via buildroot <buildroot@buildroot.org>
To: Angelo Compagnucci <angelo@amarulasolutions.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2] package/htpdate: bump to version 1.3.3
Date: Tue, 25 Jan 2022 08:01:55 +0200	[thread overview]
Message-ID: <877dao9ws8.fsf@tarshish> (raw)
In-Reply-To: <20220124213420.1171861-1-angelo@amarulasolutions.com>

Hi Angelo,

On Mon, Jan 24 2022, Angelo Compagnucci wrote:
> Bump and update project to its new location.
>
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
> ---
> * Rebased on master
> * Keeping buildroot package init scripts
>
>  package/htpdate/S43htpdate      | 2 +-
>  package/htpdate/htpdate.hash    | 2 +-
>  package/htpdate/htpdate.mk      | 6 +++---
>  package/htpdate/htpdate.service | 2 +-
>  4 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/package/htpdate/S43htpdate b/package/htpdate/S43htpdate
> index 75f9a995ff..5971d70639 100644
> --- a/package/htpdate/S43htpdate
> +++ b/package/htpdate/S43htpdate
> @@ -9,7 +9,7 @@ test -r "/etc/default/$DAEMON" && . "/etc/default/$DAEMON"
>  start() {
>  	printf 'Starting %s: ' "$DAEMON"
>  	# shellcheck disable=SC2086 # we need the word splitting
> -	start-stop-daemon -S -q -x "/usr/bin/$DAEMON" \
> +	start-stop-daemon -S -q -x "/usr/sbin/$DAEMON" \
>  		-- -D -i "$PIDFILE" $HTPDATE_ARGS
>  	status=$?
>  	if [ "$status" -eq 0 ]; then
> diff --git a/package/htpdate/htpdate.hash b/package/htpdate/htpdate.hash
> index 824266c1bc..ef27f8f94c 100644
> --- a/package/htpdate/htpdate.hash
> +++ b/package/htpdate/htpdate.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated:
> -sha256 d2cff522b8f53b00769dcca77d8025b19238ed35d702a4739dc05e387f718909  htpdate-1.2.6.tar.gz
> +sha256 74f34b013eba6f99369819fa4b3d48e9ab5e531ad04f6af59cc04e8777c76ed7  htpdate-1.3.3.tar.gz
>  sha256 b1c8d41afde943cacedab52cbb44ef7ffb7026e738b9c891009e89559fe31c20  LICENSE
> diff --git a/package/htpdate/htpdate.mk b/package/htpdate/htpdate.mk
> index 52022346a9..200c3207a2 100644
> --- a/package/htpdate/htpdate.mk
> +++ b/package/htpdate/htpdate.mk
> @@ -4,13 +4,13 @@
>  #
>  ################################################################################
>  
> -HTPDATE_VERSION = 1.2.6
> -HTPDATE_SITE = $(call github,angeloc,htpdate,v$(HTPDATE_VERSION))
> +HTPDATE_VERSION = 1.3.3
> +HTPDATE_SITE = $(call github,twekkel,htpdate,v$(HTPDATE_VERSION))

You should update the Config.in link as well.

baruch

>  HTPDATE_LICENSE = GPL-2.0+
>  HTPDATE_LICENSE_FILES = LICENSE
>  
>  ifeq ($(BR2_PACKAGE_OPENSSL),y)
> -HTPDATE_BUILD_OPTS = ENABLE_HTTPS=1
> +HTPDATE_BUILD_OPTS = https
>  HTPDATE_DEPENDENCIES += openssl host-pkgconf
>  endif
>  
> diff --git a/package/htpdate/htpdate.service b/package/htpdate/htpdate.service
> index b7f1371b08..95220581d4 100644
> --- a/package/htpdate/htpdate.service
> +++ b/package/htpdate/htpdate.service
> @@ -7,7 +7,7 @@ Type=forking
>  PIDFile=/run/htpdate.pid
>  Environment=HTPDATE_ARGS="-a -s -t https://www.google.com"
>  EnvironmentFile=-/etc/default/htpdate
> -ExecStart=/usr/bin/htpdate -D -i /run/htpdate.pid $HTPDATE_ARGS
> +ExecStart=/usr/sbin/htpdate -D -i /run/htpdate.pid $HTPDATE_ARGS
>  
>  [Install]
>  WantedBy=multi-user.target


-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2022-01-25  6:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24 21:34 [Buildroot] [PATCH v2] package/htpdate: bump to version 1.3.3 Angelo Compagnucci
2022-01-25  6:01 ` Baruch Siach via buildroot [this message]

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=877dao9ws8.fsf@tarshish \
    --to=buildroot@buildroot.org \
    --cc=angelo@amarulasolutions.com \
    --cc=baruch@tkos.co.il \
    /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 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.