Commit 894691a 1 parent 45aa783 commit 894691a Copy full SHA for 894691a
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 12
12
# http://www.illumos.org/license/CDDL.
13
13
# }}}
14
14
15
- # Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
15
+ # Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
16
16
17
17
. ../../lib/build.sh
18
18
19
19
PROG=lzlib
20
20
PKG=library/lzlib
21
- VER=1.14
21
+ VER=1.15
22
22
SUMMARY=" Data compression library"
23
23
DESC=" $SUMMARY providing in-memory LZMA (de-)compression functions"
24
24
Original file line number Diff line number Diff line change 1
1
diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile.in a/Makefile.in
2
2
--- a~/Makefile.in 1970-01-01 00:00:00
3
3
+++ a/Makefile.in 1970-01-01 00:00:00
4
- @@ -26 ,7 +26 ,7 @@ lib$(libname).a : lzlib.o
4
+ @@ -29 ,7 +29 ,7 @@ lib$(libname).a : lzlib.o
5
5
$(AR) $(ARFLAGS) $@ $<
6
6
7
- lib$(libname).so.$(pkgversion) : lzlib_sh.o
8
- - $(CC) $(CFLAGS) $(LDFLAGS) -fpic -fPIC -shared -Wl,--soname=lib$(libname).so.$(soversion) -o $@ $<
9
- + $(CC) $(CFLAGS) $(LDFLAGS) -fpic -fPIC -shared -Wl,-h,lib$(libname).so.$(soversion) -o $@ $<
7
+ lib$(libname).so.$(soversion) : lzlib_sh.o
8
+ - $(CC) $(CFLAGS) $(LDFLAGS) -fpic -fPIC -shared -Wl,--soname=$@ -o $@ $< || \
9
+ + $(CC) $(CFLAGS) $(LDFLAGS) -fpic -fPIC -shared -Wl,-h,$@ -o $@ $< || \
10
+ $(CC) $(CFLAGS) $(LDFLAGS) -fpic -fPIC -shared -o $@ $<
10
11
11
- $(progname) : $(objs) lib$(libname).a
12
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(objs) lib$(libname).a
12
+ bin : $(progname_static) $(progname_shared)
Original file line number Diff line number Diff line change 1
- testing lzlib-1.14 ...
1
+ testing lzlib-1.15 ...
2
2
testing decompression...
3
3
testing compression...
4
4
testing bad input...
Original file line number Diff line number Diff line change 49
49
| library/libuv | 1.49.2 | https://github.com/libuv/libuv/releases | Currently used solely by bind
50
50
| library/libxml2 | 2.13.5 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html
51
51
| library/libxslt | 1.1.42 | https://gitlab.gnome.org/api/v4/projects/GNOME%2Flibxslt/releases https://gitlab.gnome.org/GNOME/libxslt/-/releases
52
- | library/lzlib | 1.14 | https://download.savannah.gnu.org/releases/lzip/lzlib/
52
+ | library/lzlib | 1.15 | https://download.savannah.gnu.org/releases/lzip/lzlib/
53
53
| library/nettle | 3.10.1 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony
54
54
| library/ncurses | 6.5 | https://ftp.gnu.org/gnu/ncurses/
55
55
| library/nghttp2 | 1.64.0 | https://github.com/nghttp2/nghttp2/releases
You can’t perform that action at this time.
0 commit comments