Skip to content

Commit

Permalink
gitsicle: Update to 1.95
Browse files Browse the repository at this point in the history
**Changelog:**
- Correctly detect `__builtin_shufflevector` on clang
- Refuse to position a frame so it goes out of bounds
- Better preserve position when making an image empty

Signed-off-by: Algent Albrahimi <algent@protonmail.com>
  • Loading branch information
algent-al committed Mar 9, 2024
1 parent 37e3147 commit ff3abe5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 136 deletions.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions packages/g/gifsicle/monitoring.yml
@@ -0,0 +1,7 @@
releases:
id: 1159
rss: https://github.com/kohler/gifsicle/tags.atom
security:
cpe:
- vendor: gifsicle_project
product: gifsicle
9 changes: 3 additions & 6 deletions packages/g/gifsicle/package.yml
@@ -1,18 +1,15 @@
name : gifsicle
version : '1.94'
release : 7
version : '1.95'
release : 8
source :
- https://www.lcdf.org/gifsicle/gifsicle-1.94.tar.gz : 4bc97005c0789620de75f89997d3c2f70758c72c61aa0a2ef04f7a671a2ff89b
- https://www.lcdf.org/gifsicle/gifsicle-1.95.tar.gz : b2711647009fd2a13130f3be160532ed46538e762bfc0f020dea50618a7dc950
homepage : https://www.lcdf.org/gifsicle
license : GPL-2.0-only
component : multimedia.graphics
summary : Gifsicle can create, manipulate, and optimize GIF images and animations
description: |
Gifsicle manipulates GIF image files. Depending on command line options, it can merge several GIFs into a GIF animation; explode an animation into its component frames; change individual frames in an animation; turn interlacing on and off; add transparency; add delays, disposals, and looping to animations; add and remove comments; flip and rotate; optimize animations for space; change images' colormaps; and other things.
setup : |
# CVE-2023-46009
%patch -p1 -i $pkgfiles/security/Better-preserve-position-when-making-an-image-empty.patch
%patch -p1 -i $pkgfiles/security/Refuse-to-position-a-frame-so-it-goes-out-of-bounds.patch
%configure
build : |
%make
Expand Down
14 changes: 7 additions & 7 deletions packages/g/gifsicle/pspec_x86_64.xml
Expand Up @@ -3,8 +3,8 @@
<Name>gifsicle</Name>
<Homepage>https://www.lcdf.org/gifsicle</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Packager>
<License>GPL-2.0-only</License>
<PartOf>multimedia.graphics</PartOf>
Expand All @@ -27,12 +27,12 @@
</Files>
</Package>
<History>
<Update release="7">
<Date>2023-10-21</Date>
<Version>1.94</Version>
<Update release="8">
<Date>2024-03-09</Date>
<Version>1.95</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit ff3abe5

Please sign in to comment.