From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/smstools3: bump to version 3.1.21
Date: Thu, 25 Jun 2020 23:24:15 +0200 [thread overview]
Message-ID: <20200625212415.GV20645@scaer> (raw)
In-Reply-To: <20200625205728.1275517-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2020-06-25 22:57 +0200, Fabrice Fontaine spake thusly:
> - Update patch
> - Add link to upstream hashes
> - Update hash of doc/license.html (web link update)
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Could you try and send the patch upstream, please? I forgot to do that
back in the day, when we had less stringent rules...
Regards,
Yann E. MORIN.
> ---
> package/smstools3/0001-fix-Makefile.patch | 8 +++++---
> package/smstools3/smstools3.hash | 9 ++++++---
> package/smstools3/smstools3.mk | 2 +-
> 3 files changed, 12 insertions(+), 7 deletions(-)
>
> diff --git a/package/smstools3/0001-fix-Makefile.patch b/package/smstools3/0001-fix-Makefile.patch
> index 5842357451..338a53e745 100644
> --- a/package/smstools3/0001-fix-Makefile.patch
> +++ b/package/smstools3/0001-fix-Makefile.patch
> @@ -7,6 +7,8 @@ Although make-3.81 is happy about it, make-4.0 (and probably 3.82 too)
> do whine loudly.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> +[Fabrice: update for 3.1.21]
> +Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> diff -durN smstools3-3.1.15.orig/src/Makefile smstools3-3.1.15/src/Makefile
> --- smstools3-3.1.15.orig/src/Makefile 2010-09-21 13:29:14.000000000 +0200
> @@ -15,15 +17,15 @@ diff -durN smstools3-3.1.15.orig/src/Makefile smstools3-3.1.15/src/Makefile
>
> all: smsd
>
> --smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o
> +-smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o charshift.o
> -
> ifneq (,$(findstring SOLARIS,$(CFLAGS)))
> ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS)))
> - override LFLAGS += -lsocket -lnsl
> + override LFLAGS += -lsocket -lnsl
> endif
> endif
>
> -+smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o
> ++smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o charshift.o
> ifneq (,$(findstring NOSTATS,$(CFLAGS)))
> $(CC) $(CFLAGS) -o $@ $^ $(LFLAGS)
> else
> diff --git a/package/smstools3/smstools3.hash b/package/smstools3/smstools3.hash
> index 9eb73e9380..27eda2af96 100644
> --- a/package/smstools3/smstools3.hash
> +++ b/package/smstools3/smstools3.hash
> @@ -1,4 +1,7 @@
> -# Locally calculated
> -sha256 ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59 smstools3-3.1.15.tar.gz
> -sha256 61ae4d83c30236cc7df40b1ccbbe6be07d334f9579b8d0facecc34334fe15b61 doc/license.html
> +# From http://smstools3.kekekasvi.com/packages/
> +md5 6a9f038fb38a49cc3a4f8f14a88fb8af smstools-3.1.21.tar.gz
> +sha256 a26ba4c02b16f6cf13177bffca6c9230dc5fefaeba8e3030cd4e4905f6a92084 smstools3-3.1.21.tar.gz
> +
> +# Hash for license files
> +sha256 884d8f0377259f291432f4fa31d5a9720eefa0e0d797652ae686b6325a434624 doc/license.html
> sha256 786b4da4dd900cad87a7dc17769458607bdeae575d62e6e98ad7144e9225f8d3 LICENSE
> diff --git a/package/smstools3/smstools3.mk b/package/smstools3/smstools3.mk
> index 2dfd11b8c5..87d189baa8 100644
> --- a/package/smstools3/smstools3.mk
> +++ b/package/smstools3/smstools3.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -SMSTOOLS3_VERSION = 3.1.15
> +SMSTOOLS3_VERSION = 3.1.21
> SMSTOOLS3_SITE = http://smstools3.kekekasvi.com/packages
> SMSTOOLS3_LICENSE = GPL-2.0+
> SMSTOOLS3_LICENSE_FILES = doc/license.html LICENSE
> --
> 2.26.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2020-06-25 21:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-25 20:57 [Buildroot] [PATCH 1/1] package/smstools3: bump to version 3.1.21 Fabrice Fontaine
2020-06-25 21:24 ` Yann E. MORIN [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=20200625212415.GV20645@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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.