diff mbox series

package/lsof: bump to version 4.95.0

Message ID 20220610165715.2574492-1-francois.perrad@gadz.org
State Accepted
Headers show
Series package/lsof: bump to version 4.95.0 | expand

Commit Message

Francois Perrad June 10, 2022, 4:57 p.m. UTC
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

Comments

Arnout Vandecappelle June 14, 2022, 4:48 p.m. UTC | #1
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
diff mbox series

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