Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bftpd: update to 5.4.
@ 2020-01-10 23:26 voidlinux-github
  2020-01-10 23:27 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-11  7:30 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-10 23:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages bftpd
https://github.com/void-linux/void-packages/pull/18200

bftpd: update to 5.4.


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

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

From c3d1311fd3002a88a0e39fbda92ec4a3069771ef Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 10 Jan 2020 16:14:15 -0600
Subject: [PATCH] bftpd: update to 5.4.

---
 srcpkgs/bftpd/patches/commands.patch | 13 +++++++++++++
 srcpkgs/bftpd/template               |  6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/bftpd/patches/commands.patch

diff --git a/srcpkgs/bftpd/patches/commands.patch b/srcpkgs/bftpd/patches/commands.patch
new file mode 100644
index 00000000000..0a0d7be02c2
--- /dev/null
+++ b/srcpkgs/bftpd/patches/commands.patch
@@ -0,0 +1,13 @@
+diff --git commands.c commands.c
+index a3d83c9..a6a98ed 100644
+--- commands.c
++++ commands.c
+@@ -1144,7 +1144,7 @@ void command_retr(char *filename)
+                     wait_time.tv_usec = xfer_delay;
+                     select( 0, NULL, NULL, NULL, &wait_time);
+                 }
+-                i = read(phile, buffer, my_buffer_size)
++                i = read(phile, buffer, my_buffer_size);
+             }
+             free(buffer);
+             close(phile);
diff --git a/srcpkgs/bftpd/template b/srcpkgs/bftpd/template
index 2df6194969f..0fe0329cca9 100644
--- a/srcpkgs/bftpd/template
+++ b/srcpkgs/bftpd/template
@@ -1,6 +1,6 @@
 # Template file for 'bftpd'
 pkgname=bftpd
-version=5.2
+version=5.4
 revision=1
 wrksrc="$pkgname"
 build_style=gnu-configure
@@ -8,10 +8,10 @@ configure_args="--enable-libz"
 makedepends="zlib-devel"
 short_desc="Simple FTP server"
 maintainer="Norbert Vegh <vegh@norvegh.com>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://bftpd.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/bftpd/bftpd-${version}.tar.gz"
-checksum=7e6259f8eada88ef598df4c1517fa260c798ad2361d9b4627b97ff2125ddaa4e
+checksum=f31a3a2953171d485ae98776dd4e8f8688cd19116522d4800f8b99c032a7bbd3
 
 pre_build() {
 	sed -i "s|LDFLAGS=$|LDFLAGS=${LDFLAGS}|" Makefile

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

* Re: [PR PATCH] [Updated] bftpd: update to 5.4.
  2020-01-10 23:26 [PR PATCH] bftpd: update to 5.4 voidlinux-github
@ 2020-01-10 23:27 ` voidlinux-github
  2020-01-11  7:30 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-10 23:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages bftpd
https://github.com/void-linux/void-packages/pull/18200

bftpd: update to 5.4.


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

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

From 6413621656fca57e415f1945213da1c8cecea826 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 10 Jan 2020 16:14:15 -0600
Subject: [PATCH] bftpd: update to 5.4.

---
 srcpkgs/bftpd/patches/commands.patch | 13 +++++++++++++
 srcpkgs/bftpd/template               |  6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/bftpd/patches/commands.patch

diff --git a/srcpkgs/bftpd/patches/commands.patch b/srcpkgs/bftpd/patches/commands.patch
new file mode 100644
index 00000000000..0a0d7be02c2
--- /dev/null
+++ b/srcpkgs/bftpd/patches/commands.patch
@@ -0,0 +1,13 @@
+diff --git commands.c commands.c
+index a3d83c9..a6a98ed 100644
+--- commands.c
++++ commands.c
+@@ -1144,7 +1144,7 @@ void command_retr(char *filename)
+                     wait_time.tv_usec = xfer_delay;
+                     select( 0, NULL, NULL, NULL, &wait_time);
+                 }
+-                i = read(phile, buffer, my_buffer_size)
++                i = read(phile, buffer, my_buffer_size);
+             }
+             free(buffer);
+             close(phile);
diff --git a/srcpkgs/bftpd/template b/srcpkgs/bftpd/template
index 2df6194969f..e375874c9e3 100644
--- a/srcpkgs/bftpd/template
+++ b/srcpkgs/bftpd/template
@@ -1,6 +1,6 @@
 # Template file for 'bftpd'
 pkgname=bftpd
-version=5.2
+version=5.4
 revision=1
 wrksrc="$pkgname"
 build_style=gnu-configure
@@ -8,10 +8,10 @@ configure_args="--enable-libz"
 makedepends="zlib-devel"
 short_desc="Simple FTP server"
 maintainer="Norbert Vegh <vegh@norvegh.com>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="http://bftpd.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/bftpd/bftpd-${version}.tar.gz"
-checksum=7e6259f8eada88ef598df4c1517fa260c798ad2361d9b4627b97ff2125ddaa4e
+checksum=f31a3a2953171d485ae98776dd4e8f8688cd19116522d4800f8b99c032a7bbd3
 
 pre_build() {
 	sed -i "s|LDFLAGS=$|LDFLAGS=${LDFLAGS}|" Makefile

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

* Re: [PR PATCH] [Merged]: bftpd: update to 5.4.
  2020-01-10 23:26 [PR PATCH] bftpd: update to 5.4 voidlinux-github
  2020-01-10 23:27 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-11  7:30 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-11  7:30 UTC (permalink / raw)
  To: ml

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

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

bftpd: update to 5.4.
https://github.com/void-linux/void-packages/pull/18200

Description:


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

end of thread, other threads:[~2020-01-11  7:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 23:26 [PR PATCH] bftpd: update to 5.4 voidlinux-github
2020-01-10 23:27 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-11  7:30 ` [PR PATCH] [Merged]: " voidlinux-github

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).