Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bzip2: update to 1.0.8
@ 2019-07-17 19:26 voidlinux-github
  2019-07-18  7:26 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-17 19:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages bzip2-1.0.8
https://github.com/void-linux/void-packages/pull/13191

bzip2: update to 1.0.8


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bzip2-1.0.8-13191.patch --]
[-- Type: application/text/x-diff, Size: 2875 bytes --]

From 903feccdaa0e0984d040d267b0e24dfda833d07a Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 21:25:08 +0200
Subject: [PATCH] bzip2: update to 1.0.8

---
 srcpkgs/bzip2/patches/soname.patch | 22 +++++++++++-----------
 srcpkgs/bzip2/template             |  6 +++---
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/bzip2/patches/soname.patch b/srcpkgs/bzip2/patches/soname.patch
index 86980a00c27..48440d5b802 100644
--- a/srcpkgs/bzip2/patches/soname.patch
+++ b/srcpkgs/bzip2/patches/soname.patch
@@ -1,5 +1,5 @@
---- Makefile-libbz2_so.orig	2010-09-11 01:07:52.000000000 +0200
-+++ Makefile-libbz2_so	2013-02-05 14:40:44.940114622 +0100
+--- Makefile-libbz2_so.orig	2019-07-17 21:09:34.798780817 +0200
++++ Makefile-libbz2_so	2019-07-17 21:09:47.306781668 +0200
 @@ -22,9 +22,9 @@
  
  
@@ -12,21 +12,21 @@
  
  OBJS= blocksort.o  \
        huffman.o    \
-@@ -35,10 +35,11 @@ OBJS= blocksort.o  \
+@@ -35,10 +35,11 @@
        bzlib.o
  
  all: $(OBJS)
--	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 $(OBJS)
-+	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.7 $(OBJS)
- 	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
+-	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS)
++	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.8 $(OBJS)
+ 	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
  	rm -f libbz2.so.1.0
- 	ln -s libbz2.so.1.0.7 libbz2.so.1.0
-+	ln -s libbz2.so.1.0.7 libbz2.so.1
+ 	ln -s libbz2.so.1.0.8 libbz2.so.1.0
++	ln -s libbz2.so.1.0.8 libbz2.so.1
  
  clean: 
- 	rm -f $(OBJS) bzip2.o libbz2.so.1.0.7 libbz2.so.1.0 bzip2-shared
---- Makefile.orig	2013-02-05 14:41:08.980543085 +0100
-+++ Makefile	2013-02-05 14:41:34.306940942 +0100
+ 	rm -f $(OBJS) bzip2.o libbz2.so.1.0.8 libbz2.so.1.0 bzip2-shared
+--- Makefile.orig	2019-07-17 21:15:28.649804898 +0200
++++ Makefile	2019-07-17 21:16:14.981808051 +0200
 @@ -15,13 +15,13 @@
  SHELL=/bin/sh
  
diff --git a/srcpkgs/bzip2/template b/srcpkgs/bzip2/template
index 37ae79a0cbd..d37bacc02e4 100644
--- a/srcpkgs/bzip2/template
+++ b/srcpkgs/bzip2/template
@@ -1,15 +1,15 @@
 # Template file for 'bzip2'
 pkgname=bzip2
-version=1.0.7
+version=1.0.8
 revision=1
 bootstrap=yes
 short_desc="Freely available, patent free, high-quality data compressor"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-license="bzip2-1.0.6"
+license="bzip2-1.0.8"
 homepage="https://sourceware.org/bzip2/"
 changelog="https://sourceware.org/bzip2/CHANGES"
 distfiles="https://sourceware.org/pub/bzip2/bzip2-${version}.tar.gz"
-checksum=e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b
+checksum=ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
 
 do_build() {
 	make ${makejobs} CFLAGS="$CFLAGS -fPIC $LDFLAGS" LDFLAGS="$LDFLAGS" -f Makefile-libbz2_so

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

* Re: [PR PATCH] [Updated] bzip2: update to 1.0.8
  2019-07-17 19:26 [PR PATCH] bzip2: update to 1.0.8 voidlinux-github
@ 2019-07-18  7:26 ` voidlinux-github
  2019-07-18  7:26 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-18  7:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages bzip2-1.0.8
https://github.com/void-linux/void-packages/pull/13191

bzip2: update to 1.0.8


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bzip2-1.0.8-13191.patch --]
[-- Type: application/text/x-diff, Size: 2817 bytes --]

From c7f947c78f813085ea62eac3e2ce17ac5d66bb6f Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 21:25:08 +0200
Subject: [PATCH] bzip2: update to 1.0.8

---
 srcpkgs/bzip2/patches/soname.patch | 22 +++++++++++-----------
 srcpkgs/bzip2/template             |  4 ++--
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/bzip2/patches/soname.patch b/srcpkgs/bzip2/patches/soname.patch
index 86980a00c27..48440d5b802 100644
--- a/srcpkgs/bzip2/patches/soname.patch
+++ b/srcpkgs/bzip2/patches/soname.patch
@@ -1,5 +1,5 @@
---- Makefile-libbz2_so.orig	2010-09-11 01:07:52.000000000 +0200
-+++ Makefile-libbz2_so	2013-02-05 14:40:44.940114622 +0100
+--- Makefile-libbz2_so.orig	2019-07-17 21:09:34.798780817 +0200
++++ Makefile-libbz2_so	2019-07-17 21:09:47.306781668 +0200
 @@ -22,9 +22,9 @@
  
  
@@ -12,21 +12,21 @@
  
  OBJS= blocksort.o  \
        huffman.o    \
-@@ -35,10 +35,11 @@ OBJS= blocksort.o  \
+@@ -35,10 +35,11 @@
        bzlib.o
  
  all: $(OBJS)
--	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 $(OBJS)
-+	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.7 $(OBJS)
- 	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
+-	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS)
++	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.8 $(OBJS)
+ 	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
  	rm -f libbz2.so.1.0
- 	ln -s libbz2.so.1.0.7 libbz2.so.1.0
-+	ln -s libbz2.so.1.0.7 libbz2.so.1
+ 	ln -s libbz2.so.1.0.8 libbz2.so.1.0
++	ln -s libbz2.so.1.0.8 libbz2.so.1
  
  clean: 
- 	rm -f $(OBJS) bzip2.o libbz2.so.1.0.7 libbz2.so.1.0 bzip2-shared
---- Makefile.orig	2013-02-05 14:41:08.980543085 +0100
-+++ Makefile	2013-02-05 14:41:34.306940942 +0100
+ 	rm -f $(OBJS) bzip2.o libbz2.so.1.0.8 libbz2.so.1.0 bzip2-shared
+--- Makefile.orig	2019-07-17 21:15:28.649804898 +0200
++++ Makefile	2019-07-17 21:16:14.981808051 +0200
 @@ -15,13 +15,13 @@
  SHELL=/bin/sh
  
diff --git a/srcpkgs/bzip2/template b/srcpkgs/bzip2/template
index 37ae79a0cbd..fb45265fc82 100644
--- a/srcpkgs/bzip2/template
+++ b/srcpkgs/bzip2/template
@@ -1,6 +1,6 @@
 # Template file for 'bzip2'
 pkgname=bzip2
-version=1.0.7
+version=1.0.8
 revision=1
 bootstrap=yes
 short_desc="Freely available, patent free, high-quality data compressor"
@@ -9,7 +9,7 @@ license="bzip2-1.0.6"
 homepage="https://sourceware.org/bzip2/"
 changelog="https://sourceware.org/bzip2/CHANGES"
 distfiles="https://sourceware.org/pub/bzip2/bzip2-${version}.tar.gz"
-checksum=e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b
+checksum=ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
 
 do_build() {
 	make ${makejobs} CFLAGS="$CFLAGS -fPIC $LDFLAGS" LDFLAGS="$LDFLAGS" -f Makefile-libbz2_so

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

* Re: [PR PATCH] [Updated] bzip2: update to 1.0.8
  2019-07-17 19:26 [PR PATCH] bzip2: update to 1.0.8 voidlinux-github
  2019-07-18  7:26 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-18  7:26 ` voidlinux-github
  2019-07-18  9:32 ` voidlinux-github
  2019-07-21  8:39 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-18  7:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages bzip2-1.0.8
https://github.com/void-linux/void-packages/pull/13191

bzip2: update to 1.0.8


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bzip2-1.0.8-13191.patch --]
[-- Type: application/text/x-diff, Size: 2817 bytes --]

From c7f947c78f813085ea62eac3e2ce17ac5d66bb6f Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 21:25:08 +0200
Subject: [PATCH] bzip2: update to 1.0.8

---
 srcpkgs/bzip2/patches/soname.patch | 22 +++++++++++-----------
 srcpkgs/bzip2/template             |  4 ++--
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/bzip2/patches/soname.patch b/srcpkgs/bzip2/patches/soname.patch
index 86980a00c27..48440d5b802 100644
--- a/srcpkgs/bzip2/patches/soname.patch
+++ b/srcpkgs/bzip2/patches/soname.patch
@@ -1,5 +1,5 @@
---- Makefile-libbz2_so.orig	2010-09-11 01:07:52.000000000 +0200
-+++ Makefile-libbz2_so	2013-02-05 14:40:44.940114622 +0100
+--- Makefile-libbz2_so.orig	2019-07-17 21:09:34.798780817 +0200
++++ Makefile-libbz2_so	2019-07-17 21:09:47.306781668 +0200
 @@ -22,9 +22,9 @@
  
  
@@ -12,21 +12,21 @@
  
  OBJS= blocksort.o  \
        huffman.o    \
-@@ -35,10 +35,11 @@ OBJS= blocksort.o  \
+@@ -35,10 +35,11 @@
        bzlib.o
  
  all: $(OBJS)
--	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 $(OBJS)
-+	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.7 $(OBJS)
- 	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
+-	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS)
++	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.8 $(OBJS)
+ 	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
  	rm -f libbz2.so.1.0
- 	ln -s libbz2.so.1.0.7 libbz2.so.1.0
-+	ln -s libbz2.so.1.0.7 libbz2.so.1
+ 	ln -s libbz2.so.1.0.8 libbz2.so.1.0
++	ln -s libbz2.so.1.0.8 libbz2.so.1
  
  clean: 
- 	rm -f $(OBJS) bzip2.o libbz2.so.1.0.7 libbz2.so.1.0 bzip2-shared
---- Makefile.orig	2013-02-05 14:41:08.980543085 +0100
-+++ Makefile	2013-02-05 14:41:34.306940942 +0100
+ 	rm -f $(OBJS) bzip2.o libbz2.so.1.0.8 libbz2.so.1.0 bzip2-shared
+--- Makefile.orig	2019-07-17 21:15:28.649804898 +0200
++++ Makefile	2019-07-17 21:16:14.981808051 +0200
 @@ -15,13 +15,13 @@
  SHELL=/bin/sh
  
diff --git a/srcpkgs/bzip2/template b/srcpkgs/bzip2/template
index 37ae79a0cbd..fb45265fc82 100644
--- a/srcpkgs/bzip2/template
+++ b/srcpkgs/bzip2/template
@@ -1,6 +1,6 @@
 # Template file for 'bzip2'
 pkgname=bzip2
-version=1.0.7
+version=1.0.8
 revision=1
 bootstrap=yes
 short_desc="Freely available, patent free, high-quality data compressor"
@@ -9,7 +9,7 @@ license="bzip2-1.0.6"
 homepage="https://sourceware.org/bzip2/"
 changelog="https://sourceware.org/bzip2/CHANGES"
 distfiles="https://sourceware.org/pub/bzip2/bzip2-${version}.tar.gz"
-checksum=e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b
+checksum=ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
 
 do_build() {
 	make ${makejobs} CFLAGS="$CFLAGS -fPIC $LDFLAGS" LDFLAGS="$LDFLAGS" -f Makefile-libbz2_so

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

* Re: bzip2: update to 1.0.8
  2019-07-17 19:26 [PR PATCH] bzip2: update to 1.0.8 voidlinux-github
  2019-07-18  7:26 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-18  7:26 ` voidlinux-github
@ 2019-07-18  9:32 ` voidlinux-github
  2019-07-21  8:39 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-18  9:32 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/13191#issuecomment-512741161
Comment:
Should be solved now.

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

* Re: [PR PATCH] [Merged]: bzip2: update to 1.0.8
  2019-07-17 19:26 [PR PATCH] bzip2: update to 1.0.8 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-18  9:32 ` voidlinux-github
@ 2019-07-21  8:39 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-21  8:39 UTC (permalink / raw)
  To: ml

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

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

bzip2: update to 1.0.8
https://github.com/void-linux/void-packages/pull/13191
Description: 

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

end of thread, other threads:[~2019-07-21  8:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 19:26 [PR PATCH] bzip2: update to 1.0.8 voidlinux-github
2019-07-18  7:26 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-18  7:26 ` voidlinux-github
2019-07-18  9:32 ` voidlinux-github
2019-07-21  8:39 ` [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).