image_optim_pack 0.12.1.20250530 → 0.12.1.20250629

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc69f3d5afbafc28d51c86d55638e0a27d56d4f48545f4b19023393e642f6ee2
4
- data.tar.gz: 8458b19e6815411de199e5d08ef5e936df79ccf7d654d938781929c320dbe926
3
+ metadata.gz: 479bff9579a939721122d42f77824356a1467ef660f733d522e406103386e763
4
+ data.tar.gz: abc7b95601220bd50f3b288b865a91266051a925eec964f5223c91f063a0a955
5
5
  SHA512:
6
- metadata.gz: 78ae31489ed9ada9c96b546c55c159a8a872358ff4b8dfc8f91192da57e2531912a8bb2e8a09f3ef0792c2b64aa1a38cc3b4bd18079672e1757eabbfc6ff1574
7
- data.tar.gz: 2c59651bb52b8f2b02c3c6fe1ed1265391f3dc7643150d2f7501bfaf0297c349bcbf960c23b2675011c272c13ebf7f61eebdc90d685d885000d37d54e98ef313
6
+ metadata.gz: 1a24d1d3bf1bdc8604a8381ba4eaa679e4243382cf884bebc5d1a292eb751ed2ab92171e8d70ab305d8d7da2565c195de526b23928a7fb588830b6dd6e707321
7
+ data.tar.gz: ac2672f97d973c3bd23039936576be9aefd0d1cc0e3266a0ffd4773cf83311961aafdf0aae2587fc9161919ea1e291e354c57dc78c9e1ac5946d70f6c08d0c35
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
+ ## v0.12.1.20250629 (2025-06-29)
6
+
7
+ * libpng 1.6.49 [@toy](https://github.com/toy)
8
+
5
9
  ## v0.12.1.20250530 (2025-05-30)
6
10
 
7
11
  * optipng 7.9.1 [@toy](https://github.com/toy)
data/Makefile CHANGED
@@ -10,7 +10,7 @@ JPEGOPTIM_VER := 1.5.5
10
10
  LIBJPEG_VER := 9f
11
11
  LIBLCMS_VER := 2.17
12
12
  LIBMOZJPEG_VER := 4.1.5
13
- LIBPNG_VER := 1.6.48
13
+ LIBPNG_VER := 1.6.49
14
14
  LIBZ_VER := 1.2.11
15
15
  OPTIPNG_VER := 7.9.1
16
16
  OXIPNG_VER := 9.1.5
@@ -107,7 +107,7 @@ $(eval $(call archive-dl,LIBMOZJPEG, https://github.com/mozilla/mozjpeg/archive
107
107
  $(eval $(call archive-dl,LIBPNG, https://prdownloads.sourceforge.net/libpng/libpng-[VER].tar.gz?download))
108
108
  $(eval $(call archive-dl,LIBZ, https://prdownloads.sourceforge.net/libpng/zlib-[VER].tar.gz?download))
109
109
  $(eval $(call archive-dl,OPTIPNG, https://prdownloads.sourceforge.net/optipng/optipng-[VER].tar.gz?download))
110
- $(eval $(call archive-dl,OXIPNG, https://github.com/shssoichiro/oxipng/archive/refs/tags/v[VER].tar.gz))
110
+ $(eval $(call archive-dl,OXIPNG, https://github.com/oxipng/oxipng/archive/refs/tags/v[VER].tar.gz))
111
111
  $(eval $(call archive-dl,PNGCRUSH, https://prdownloads.sourceforge.net/pmt/pngcrush-[VER]-nolib.tar.gz?download))
112
112
  $(eval $(call archive-dl,PNGOUT_LINUX,https://www.jonof.id.au/files/kenutils/pngout-[VER]-linux.tar.gz))
113
113
  $(eval $(call archive-dl,PNGOUT_LINUX_STATIC,https://www.jonof.id.au/files/kenutils/pngout-[VER]-linux-static.tar.gz))
data/README.markdown CHANGED
@@ -39,7 +39,7 @@ A test application with latest `image_optim` and `image_optim_pack` is available
39
39
  * [optipng](http://optipng.sourceforge.net/) by Cosmin Truta ([license](acknowledgements/optipng.txt), [authors](acknowledgements/optipng-authors.txt))
40
40
  * contains code based in part on the work of Miyasaka Masaru for BMP support ([license](acknowledgements/bmp2png.txt))
41
41
  * and David Koblas for GIF support ([license](acknowledgements/gifread.txt))
42
- * [oxipng](https://github.com/shssoichiro/oxipng) by Joshua Holmer ([license](acknowledgements/oxipng.txt))
42
+ * [oxipng](https://github.com/oxipng/oxipng) by Joshua Holmer ([license](acknowledgements/oxipng.txt))
43
43
  * [pngcrush](https://pmt.sourceforge.io/pngcrush/) by Glenn Randers-Pehrson, portions by Greg Roelofs ([license](acknowledgements/pngcrush.txt))
44
44
  * contains [cexcept](http://www.nicemice.net/cexcept/) interface by Adam M. Costello and Cosmin Truta ([license](acknowledgements/cexcept.txt))
45
45
  * [pngout](http://advsys.net/ken/utils.htm) by Ken Silverman ([license](acknowledgements/pngout.txt))
data/checksums.mk CHANGED
@@ -6,7 +6,7 @@ JPEGOPTIM_SHA256 := 90a309d1c092de358bb411d702281ac3039b489d03adb0bc3c4ef04cf006
6
6
  LIBJPEG_SHA256 := 04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b
7
7
  LIBLCMS_SHA256 := d11af569e42a1baa1650d20ad61d12e41af4fead4aa7964a01f93b08b53ab074
8
8
  LIBMOZJPEG_SHA256 := 9fcbb7171f6ac383f5b391175d6fb3acde5e64c4c4727274eade84ed0998fcc1
9
- LIBPNG_SHA256 := 68f3d83a79d81dfcb0a439d62b411aa257bb4973d7c67cd1ff8bdf8d011538cd
9
+ LIBPNG_SHA256 := d173dada6181ef1638bcdb9526dd46a0f5eee08e3be9615e628ae54f888f17f9
10
10
  LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
11
11
  OPTIPNG_SHA256 := c2579be58c2c66dae9d63154edcb3d427fef64cb00ec0aff079c9d156ec46f29
12
12
  OXIPNG_SHA256 := 8f99d5c67efa2a7550023bf610b90e65d421375c9ed7f37097f83ae5c05f85bd
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'image_optim_pack'
5
- s.version = '0.12.1.20250530'
5
+ s.version = '0.12.1.20250629'
6
6
  s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant}
7
7
  s.homepage = "https://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
data/script/livecheck CHANGED
@@ -64,9 +64,9 @@ CONFIG = {
64
64
  info_url: 'https://optipng.sourceforge.net/history.txt',
65
65
  },
66
66
  oxipng: {
67
- url: 'https://github.com/shssoichiro/oxipng/releases.atom',
67
+ url: 'https://github.com/oxipng/oxipng/releases.atom',
68
68
  regexp: %r{<id>tag:github.com,2008:Repository/\d+/v(\d+(?:\.\d+)*)</id>},
69
- info_url: 'https://github.com/shssoichiro/oxipng/releases',
69
+ info_url: 'https://github.com/oxipng/oxipng/releases',
70
70
  },
71
71
  pngcrush: {
72
72
  url: 'https://sourceforge.net/projects/pmt/rss?path=/pngcrush',
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_optim_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1.20250530
4
+ version: 0.12.1.20250629
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
@@ -203,7 +203,7 @@ licenses:
203
203
  metadata:
204
204
  bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
205
205
  changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
206
- documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.1.20250530
206
+ documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.1.20250629
207
207
  source_code_uri: https://github.com/toy/image_optim_pack
208
208
  rdoc_options: []
209
209
  require_paths: