* [Buildroot] [PATCH] package/htpdate: bump to version 1.3.4
@ 2022-04-26 21:01 Angelo Compagnucci
2022-04-26 21:54 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Angelo Compagnucci @ 2022-04-26 21:01 UTC (permalink / raw)
To: buildroot; +Cc: Angelo Compagnucci
Removing also the upstreamed patch.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
...BS-to-be-configured-from-environment.patch | 37 -------------------
package/htpdate/htpdate.hash | 2 +-
package/htpdate/htpdate.mk | 2 +-
3 files changed, 2 insertions(+), 39 deletions(-)
delete mode 100644 package/htpdate/0001-Allow-SSL_LIBS-to-be-configured-from-environment.patch
diff --git a/package/htpdate/0001-Allow-SSL_LIBS-to-be-configured-from-environment.patch b/package/htpdate/0001-Allow-SSL_LIBS-to-be-configured-from-environment.patch
deleted file mode 100644
index 6dca2babab..0000000000
--- a/package/htpdate/0001-Allow-SSL_LIBS-to-be-configured-from-environment.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4ba90fedd553c3b06c925fb6ff5245a5dcabace9 Mon Sep 17 00:00:00 2001
-From: Eddy Vervest <eddy@vervest.org>
-Date: Sat, 29 Jan 2022 10:58:13 +0100
-Subject: [PATCH] Allow SSL_LIBS to be configured from environment
-
-[Retrieved from:
-https://github.com/twekkel/htpdate/commit/4ba90fedd553c3b06c925fb6ff5245a5dcabace9]
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- Makefile | 7 ++++---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 4796efa..cf077e6 100644
---- a/Makefile
-+++ b/Makefile
-@@ -2,8 +2,9 @@ prefix = $(DESTDIR)/usr
- bindir = ${prefix}/sbin
- mandir = ${prefix}/share/man
-
--CC ?= gcc
--CFLAGS += -Wall -std=c11 -pedantic -O2
-+CC ?= gcc
-+CFLAGS += -Wall -std=c11 -pedantic -O2
-+SSL_LIBS ?= -lssl
-
- INSTALL ?= install -c
- STRIP ?= strip -s
-@@ -14,7 +15,7 @@ htpdate: htpdate.c
- $(CC) $(CFLAGS) -o htpdate htpdate.c
-
- https: htpdate.c
-- $(CC) $(CFLAGS) -DENABLE_HTTPS -o htpdate htpdate.c -lssl
-+ $(CC) $(CFLAGS) -DENABLE_HTTPS -o htpdate htpdate.c $(SSL_LIBS)
-
- install: all
- $(STRIP) htpdate
diff --git a/package/htpdate/htpdate.hash b/package/htpdate/htpdate.hash
index b56522ea99..11e743c569 100644
--- a/package/htpdate/htpdate.hash
+++ b/package/htpdate/htpdate.hash
@@ -1,3 +1,3 @@
# Locally calculated:
-sha256 74f34b013eba6f99369819fa4b3d48e9ab5e531ad04f6af59cc04e8777c76ed7 htpdate-1.3.3.tar.gz
+sha256 744f9200cfd3b008a5516c5eb6da727af532255a329126a7b8f49a5623985642 htpdate-1.3.4.tar.gz
sha256 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc LICENSE
diff --git a/package/htpdate/htpdate.mk b/package/htpdate/htpdate.mk
index e32480fc85..35ae25929c 100644
--- a/package/htpdate/htpdate.mk
+++ b/package/htpdate/htpdate.mk
@@ -4,7 +4,7 @@
#
################################################################################
-HTPDATE_VERSION = 1.3.3
+HTPDATE_VERSION = 1.3.4
HTPDATE_SITE = $(call github,twekkel,htpdate,v$(HTPDATE_VERSION))
HTPDATE_LICENSE = GPL-2.0+
HTPDATE_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/htpdate: bump to version 1.3.4
2022-04-26 21:01 [Buildroot] [PATCH] package/htpdate: bump to version 1.3.4 Angelo Compagnucci
@ 2022-04-26 21:54 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-04-26 21:54 UTC (permalink / raw)
To: Angelo Compagnucci; +Cc: buildroot
On Tue, 26 Apr 2022 23:01:28 +0200
Angelo Compagnucci <angelo@amarulasolutions.com> wrote:
> Removing also the upstreamed patch.
>
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
> ---
> ...BS-to-be-configured-from-environment.patch | 37 -------------------
> package/htpdate/htpdate.hash | 2 +-
> package/htpdate/htpdate.mk | 2 +-
> 3 files changed, 2 insertions(+), 39 deletions(-)
> delete mode 100644 package/htpdate/0001-Allow-SSL_LIBS-to-be-configured-from-environment.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-26 21:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-26 21:01 [Buildroot] [PATCH] package/htpdate: bump to version 1.3.4 Angelo Compagnucci
2022-04-26 21:54 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox