Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bzip2: update to 1.0.8
Date: Wed, 17 Jul 2019 21:26:30 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13191@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2019-07-17 19:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-17 19:26 voidlinux-github [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13191@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).