Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cifs-utils: upgrade to 6.11
@ 2020-11-02 12:30 ndowens
  2020-11-02 12:52 ` [PR PATCH] [Updated] " ndowens
  2020-11-03 16:16 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ndowens @ 2020-11-02 12:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages cifs-utils
https://github.com/void-linux/void-packages/pull/26078

cifs-utils: upgrade to 6.11
Also fixes CVE-2020-14342

A patch file from https://github.com/void-linux/void-packages/pull/26078.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cifs-utils-26078.patch --]
[-- Type: text/x-diff, Size: 1165 bytes --]

From 72b497c17946fcd2b5ebae05c4eaf1d192ea8615 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 2 Nov 2020 06:30:36 -0600
Subject: [PATCH] cifs-utils: upgrade to 6.11

Also fixes CVE-2020-14342
---
 srcpkgs/cifs-utils/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cifs-utils/template b/srcpkgs/cifs-utils/template
index 63ec3a449a2..62ec8162d1a 100644
--- a/srcpkgs/cifs-utils/template
+++ b/srcpkgs/cifs-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'cifs-utils'
 pkgname=cifs-utils
-version=6.10
-revision=2
+version=6.11
+revision=1
 build_style=gnu-configure
 configure_args="--disable-systemd"
 make_install_args="ROOTSBINDIR=/usr/bin"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
 distfiles="https://ftp.samba.org/pub/linux-cifs/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=92fc29c8e9039637f3344267500f1fa381e2cccd7d10142f0c1676fa575904a7
+checksum=b859239a3f204f8220d3e54ed43bf8109e1ef202042dd87ba87492f8878728d9
 python_version=2 #unverified
 
 pre_configure() {

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

* Re: [PR PATCH] [Updated] cifs-utils: upgrade to 6.11
  2020-11-02 12:30 [PR PATCH] cifs-utils: upgrade to 6.11 ndowens
@ 2020-11-02 12:52 ` ndowens
  2020-11-03 16:16 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ndowens @ 2020-11-02 12:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages cifs-utils
https://github.com/void-linux/void-packages/pull/26078

cifs-utils: upgrade to 6.11
Also fixes CVE-2020-14342

A patch file from https://github.com/void-linux/void-packages/pull/26078.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cifs-utils-26078.patch --]
[-- Type: text/x-diff, Size: 1202 bytes --]

From d38730997957f91b134bc2d873968f132548d006 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 2 Nov 2020 06:30:36 -0600
Subject: [PATCH] cifs-utils: upgrade to 6.11

Also fixes CVE-2020-14342
---
 srcpkgs/cifs-utils/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cifs-utils/template b/srcpkgs/cifs-utils/template
index 63ec3a449a2..6ca4f30db5d 100644
--- a/srcpkgs/cifs-utils/template
+++ b/srcpkgs/cifs-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'cifs-utils'
 pkgname=cifs-utils
-version=6.10
-revision=2
+version=6.11
+revision=1
 build_style=gnu-configure
 configure_args="--disable-systemd"
 make_install_args="ROOTSBINDIR=/usr/bin"
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
 distfiles="https://ftp.samba.org/pub/linux-cifs/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=92fc29c8e9039637f3344267500f1fa381e2cccd7d10142f0c1676fa575904a7
-python_version=2 #unverified
+checksum=b859239a3f204f8220d3e54ed43bf8109e1ef202042dd87ba87492f8878728d9
+python_version=3
 
 pre_configure() {
 	autoreconf -fi

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

* Re: [PR PATCH] [Merged]: cifs-utils: upgrade to 6.11
  2020-11-02 12:30 [PR PATCH] cifs-utils: upgrade to 6.11 ndowens
  2020-11-02 12:52 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-03 16:16 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-11-03 16:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

There's a merged pull request on the void-packages repository

cifs-utils: upgrade to 6.11
https://github.com/void-linux/void-packages/pull/26078

Description:
Also fixes CVE-2020-14342

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

end of thread, other threads:[~2020-11-03 16:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02 12:30 [PR PATCH] cifs-utils: upgrade to 6.11 ndowens
2020-11-02 12:52 ` [PR PATCH] [Updated] " ndowens
2020-11-03 16:16 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).