All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/lsof: bump to version 4.95.0
@ 2022-06-08 11:11 François Perrad
  0 siblings, 0 replies; 3+ messages in thread
From: François Perrad @ 2022-06-08 11:11 UTC (permalink / raw)
  To: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 2038 bytes --]

remove merged patch

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/lsof/0001-remove-susvlegacy-funcs.patch | 12 ------------
 package/lsof/lsof.hash                          |  2 +-
 package/lsof/lsof.mk                            |  2 +-
 3 files changed, 2 insertions(+), 14 deletions(-)
 delete mode 100644 package/lsof/0001-remove-susvlegacy-funcs.patch

diff --git a/package/lsof/0001-remove-susvlegacy-funcs.patch
b/package/lsof/0001-remove-susvlegacy-funcs.patch
deleted file mode 100644
index fca66aee5..000000000
--- a/package/lsof/0001-remove-susvlegacy-funcs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rdup lsof_4.81.orig/lsof_4.81_src/dialects/linux/machine.h
lsof_4.81/lsof_4.81_src/dialects/linux/machine.h
---- a/dialects/linux/machine.h 2007-04-24 18:20:58.000000000 +0200
-+++ b/dialects/linux/machine.h 2007-05-15 12:17:03.000000000 +0200
-@@ -616,6 +616,6 @@
-  * zeromem is a macro that uses bzero or memset.
-  */
-
--#define zeromem(a, l) bzero(a, l)
-+#define zeromem(a, l) memset(a, 0, l)
-
- #endif /* !defined(LSOF_MACHINE_H) */
-
diff --git a/package/lsof/lsof.hash b/package/lsof/lsof.hash
index 9e72023d3..7318c608c 100644
--- a/package/lsof/lsof.hash
+++ b/package/lsof/lsof.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  c41709c2543ecf9de1e950795790a9786a2f225e51c3cc53d6a9a256f872472b
 lsof_4.94.0.linux.tar.bz2
+sha256  e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c
 lsof_4.95.0.linux.tar.bz2
 sha256  32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1
 dialects/linux/dproto.h
diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk
index feb6a744e..21a327b99 100644
--- a/package/lsof/lsof.mk
+++ b/package/lsof/lsof.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################

-LSOF_VERSION = 4.94.0
+LSOF_VERSION = 4.95.0
 LSOF_SOURCE = lsof_$(LSOF_VERSION).linux.tar.bz2
 LSOF_SITE =
https://github.com/lsof-org/lsof/releases/download/$(LSOF_VERSION)
 LSOF_LICENSE = lsof license
-- 
2.34.1

[-- Attachment #1.2: Type: text/html, Size: 2560 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/lsof: bump to version 4.95.0
  2022-06-10 16:57 Francois Perrad
@ 2022-06-14 16:48 ` Arnout Vandecappelle
  0 siblings, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-06-14 16:48 UTC (permalink / raw)
  To: Francois Perrad, buildroot



On 10/06/2022 18:57, Francois Perrad wrote:
> remove merged patch
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/lsof/0001-remove-susvlegacy-funcs.patch | 12 ------------
>   package/lsof/lsof.hash                          |  2 +-
>   package/lsof/lsof.mk                            |  2 +-
>   3 files changed, 2 insertions(+), 14 deletions(-)
>   delete mode 100644 package/lsof/0001-remove-susvlegacy-funcs.patch
> 
> diff --git a/package/lsof/0001-remove-susvlegacy-funcs.patch b/package/lsof/0001-remove-susvlegacy-funcs.patch
> deleted file mode 100644
> index fca66aee5..000000000
> --- a/package/lsof/0001-remove-susvlegacy-funcs.patch
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -diff -rdup lsof_4.81.orig/lsof_4.81_src/dialects/linux/machine.h lsof_4.81/lsof_4.81_src/dialects/linux/machine.h
> ---- a/dialects/linux/machine.h	2007-04-24 18:20:58.000000000 +0200
> -+++ b/dialects/linux/machine.h	2007-05-15 12:17:03.000000000 +0200
> -@@ -616,6 +616,6 @@
> -  * zeromem is a macro that uses bzero or memset.
> -  */
> -
> --#define	zeromem(a, l)	bzero(a, l)
> -+#define	zeromem(a, l)	memset(a, 0, l)
> -
> - #endif	/* !defined(LSOF_MACHINE_H) */
> -
> diff --git a/package/lsof/lsof.hash b/package/lsof/lsof.hash
> index 9e72023d3..7318c608c 100644
> --- a/package/lsof/lsof.hash
> +++ b/package/lsof/lsof.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  c41709c2543ecf9de1e950795790a9786a2f225e51c3cc53d6a9a256f872472b  lsof_4.94.0.linux.tar.bz2
> +sha256  e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c  lsof_4.95.0.linux.tar.bz2
>   sha256  32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1  dialects/linux/dproto.h
> diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk
> index feb6a744e..21a327b99 100644
> --- a/package/lsof/lsof.mk
> +++ b/package/lsof/lsof.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LSOF_VERSION = 4.94.0
> +LSOF_VERSION = 4.95.0
>   LSOF_SOURCE = lsof_$(LSOF_VERSION).linux.tar.bz2
>   LSOF_SITE = https://github.com/lsof-org/lsof/releases/download/$(LSOF_VERSION)
>   LSOF_LICENSE = lsof license
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] package/lsof: bump to version 4.95.0
@ 2022-06-10 16:57 Francois Perrad
  2022-06-14 16:48 ` Arnout Vandecappelle
  0 siblings, 1 reply; 3+ messages in thread
From: Francois Perrad @ 2022-06-10 16:57 UTC (permalink / raw)
  To: buildroot

remove merged patch

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/lsof/0001-remove-susvlegacy-funcs.patch | 12 ------------
 package/lsof/lsof.hash                          |  2 +-
 package/lsof/lsof.mk                            |  2 +-
 3 files changed, 2 insertions(+), 14 deletions(-)
 delete mode 100644 package/lsof/0001-remove-susvlegacy-funcs.patch

diff --git a/package/lsof/0001-remove-susvlegacy-funcs.patch b/package/lsof/0001-remove-susvlegacy-funcs.patch
deleted file mode 100644
index fca66aee5..000000000
--- a/package/lsof/0001-remove-susvlegacy-funcs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rdup lsof_4.81.orig/lsof_4.81_src/dialects/linux/machine.h lsof_4.81/lsof_4.81_src/dialects/linux/machine.h
---- a/dialects/linux/machine.h	2007-04-24 18:20:58.000000000 +0200
-+++ b/dialects/linux/machine.h	2007-05-15 12:17:03.000000000 +0200
-@@ -616,6 +616,6 @@
-  * zeromem is a macro that uses bzero or memset.
-  */
- 
--#define	zeromem(a, l)	bzero(a, l)
-+#define	zeromem(a, l)	memset(a, 0, l)
- 
- #endif	/* !defined(LSOF_MACHINE_H) */
-
diff --git a/package/lsof/lsof.hash b/package/lsof/lsof.hash
index 9e72023d3..7318c608c 100644
--- a/package/lsof/lsof.hash
+++ b/package/lsof/lsof.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  c41709c2543ecf9de1e950795790a9786a2f225e51c3cc53d6a9a256f872472b  lsof_4.94.0.linux.tar.bz2
+sha256  e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c  lsof_4.95.0.linux.tar.bz2
 sha256  32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1  dialects/linux/dproto.h
diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk
index feb6a744e..21a327b99 100644
--- a/package/lsof/lsof.mk
+++ b/package/lsof/lsof.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LSOF_VERSION = 4.94.0
+LSOF_VERSION = 4.95.0
 LSOF_SOURCE = lsof_$(LSOF_VERSION).linux.tar.bz2
 LSOF_SITE = https://github.com/lsof-org/lsof/releases/download/$(LSOF_VERSION)
 LSOF_LICENSE = lsof license
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-06-14 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 11:11 [Buildroot] [PATCH] package/lsof: bump to version 4.95.0 François Perrad
2022-06-10 16:57 Francois Perrad
2022-06-14 16:48 ` Arnout Vandecappelle

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.