Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libsodium: update to 1.0.18.
@ 2019-06-04 17:27 voidlinux-github
  2019-06-04 17:37 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-04 17:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages libsodium-1.0.18
https://github.com/void-linux/void-packages/pull/12138

libsodium: update to 1.0.18.
Signed-off-by: Juan RP <xtraeme@gmail.com>

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libsodium-1.0.18-12138.patch --]
[-- Type: application/text/x-diff, Size: 1285 bytes --]

From 8a42c33dc7a675946720badffa43ea41bc494596 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Tue, 4 Jun 2019 19:27:06 +0200
Subject: [PATCH] libsodium: update to 1.0.18.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/libsodium/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsodium/template b/srcpkgs/libsodium/template
index ae5bcd2fe9f..cd27f563396 100644
--- a/srcpkgs/libsodium/template
+++ b/srcpkgs/libsodium/template
@@ -1,15 +1,15 @@
 # Template file for 'libsodium'
 pkgname=libsodium
-version=1.0.17
+version=1.0.18
 revision=1
 build_style=gnu-configure
 configure_args="lt_cv_prog_compiler_static_works=yes"
 short_desc="A modern and easy-to-use crypto library"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ISC"
-homepage="https://github.com/jedisct1/libsodium"
-distfiles="https://github.com/jedisct1/libsodium/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=0cc3dae33e642cc187b5ceb467e0ad0e1b51dcba577de1190e9ffa17766ac2b1
+homepage="https://libsodium.org/"
+distfiles="https://download.libsodium.org/libsodium/releases/libsodium-${version}.tar.gz"
+checksum=6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] libsodium: update to 1.0.18.
  2019-06-04 17:27 [PR PATCH] libsodium: update to 1.0.18 voidlinux-github
  2019-06-04 17:37 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-04 17:37 ` voidlinux-github
  2019-06-04 17:55 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-04 17:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages libsodium-1.0.18
https://github.com/void-linux/void-packages/pull/12138

libsodium: update to 1.0.18.
Signed-off-by: Juan RP <xtraeme@gmail.com>

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libsodium-1.0.18-12138.patch --]
[-- Type: application/text/x-diff, Size: 1340 bytes --]

From a01e96748c22195b2ccc302f03f23e46615ac180 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Tue, 4 Jun 2019 19:37:27 +0200
Subject: [PATCH] libsodium: update to 1.0.18.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/libsodium/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libsodium/template b/srcpkgs/libsodium/template
index ae5bcd2fe9f..1bd2b223be1 100644
--- a/srcpkgs/libsodium/template
+++ b/srcpkgs/libsodium/template
@@ -1,15 +1,15 @@
 # Template file for 'libsodium'
 pkgname=libsodium
-version=1.0.17
+version=1.0.18
 revision=1
 build_style=gnu-configure
 configure_args="lt_cv_prog_compiler_static_works=yes"
-short_desc="A modern and easy-to-use crypto library"
+short_desc="Modern and easy-to-use crypto library"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ISC"
-homepage="https://github.com/jedisct1/libsodium"
-distfiles="https://github.com/jedisct1/libsodium/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=0cc3dae33e642cc187b5ceb467e0ad0e1b51dcba577de1190e9ffa17766ac2b1
+homepage="https://libsodium.org/"
+distfiles="https://download.libsodium.org/libsodium/releases/libsodium-${version}.tar.gz"
+checksum=6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] libsodium: update to 1.0.18.
  2019-06-04 17:27 [PR PATCH] libsodium: update to 1.0.18 voidlinux-github
@ 2019-06-04 17:37 ` voidlinux-github
  2019-06-04 17:37 ` voidlinux-github
  2019-06-04 17:55 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-04 17:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages libsodium-1.0.18
https://github.com/void-linux/void-packages/pull/12138

libsodium: update to 1.0.18.
Signed-off-by: Juan RP <xtraeme@gmail.com>

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libsodium-1.0.18-12138.patch --]
[-- Type: application/text/x-diff, Size: 1340 bytes --]

From a01e96748c22195b2ccc302f03f23e46615ac180 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Tue, 4 Jun 2019 19:37:27 +0200
Subject: [PATCH] libsodium: update to 1.0.18.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/libsodium/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libsodium/template b/srcpkgs/libsodium/template
index ae5bcd2fe9f..1bd2b223be1 100644
--- a/srcpkgs/libsodium/template
+++ b/srcpkgs/libsodium/template
@@ -1,15 +1,15 @@
 # Template file for 'libsodium'
 pkgname=libsodium
-version=1.0.17
+version=1.0.18
 revision=1
 build_style=gnu-configure
 configure_args="lt_cv_prog_compiler_static_works=yes"
-short_desc="A modern and easy-to-use crypto library"
+short_desc="Modern and easy-to-use crypto library"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ISC"
-homepage="https://github.com/jedisct1/libsodium"
-distfiles="https://github.com/jedisct1/libsodium/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=0cc3dae33e642cc187b5ceb467e0ad0e1b51dcba577de1190e9ffa17766ac2b1
+homepage="https://libsodium.org/"
+distfiles="https://download.libsodium.org/libsodium/releases/libsodium-${version}.tar.gz"
+checksum=6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: libsodium: update to 1.0.18.
  2019-06-04 17:27 [PR PATCH] libsodium: update to 1.0.18 voidlinux-github
  2019-06-04 17:37 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-04 17:37 ` voidlinux-github
@ 2019-06-04 17:55 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-04 17:55 UTC (permalink / raw)
  To: ml

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

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

libsodium: update to 1.0.18.
https://github.com/void-linux/void-packages/pull/12138
Description: Signed-off-by: Juan RP <xtraeme@gmail.com>

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

end of thread, other threads:[~2019-06-04 17:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 17:27 [PR PATCH] libsodium: update to 1.0.18 voidlinux-github
2019-06-04 17:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-04 17:37 ` voidlinux-github
2019-06-04 17:55 ` [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).