Skip to content

libmill: new package#2088

Closed
xsited wants to merge 1 commit intoopenwrt:masterfrom
xsited:feature/libmill
Closed

libmill: new package#2088
xsited wants to merge 1 commit intoopenwrt:masterfrom
xsited:feature/libmill

Conversation

@xsited
Copy link
Copy Markdown

@xsited xsited commented Dec 8, 2015

From author @sustrik libmill is a library that introduces Go-style concurrency to C.
It can execute up to 20 million coroutines and 50 million context switches per second.

Get started with this tutorial
http://libmill.org/tutorial.html

Signed-off-by: Thomas Kee xsited@yahoo.com

@champtar
Copy link
Copy Markdown
Member

hi @xsited and sorry for the delay
you need to follow https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md
at least Signed-off-by in the commit, and reset commit author to match your github account

@champtar
Copy link
Copy Markdown
Member

Hi, your work doesn't follow our guidelines, see https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md
Feel free to reopen this PR (or open a new PR).

@champtar champtar closed this Jun 13, 2016
graysky2 added a commit to graysky2/packages that referenced this pull request Jun 6, 2025
This is a feaure and bugfix release.

New features:
bsdtar: support --mtime and --clamp-mtime (openwrt#2601)
lib: mbedtls 3.x compatibility (openwrt#2602)
7-zip reader: improve self-extracting archive detection (openwrt#2088)
xar: xmllite support for the XAR reader and writer (openwrt#2388)
zip writer: added XZ, LZMA, ZSTD and BZIP2 support (openwrt#2137, openwrt#2284, openwrt#2391)
zip writer: added LZMA + RISCV BCJ filter (openwrt#2403)

Notable security fixes:
rar: do not skip past EOF while reading (openwrt#2584)
rar: fix double free with over 4 billion nodes (openwrt#2598)
rar: fix heap-buffer-overflow (openwrt#2599)
warc: prevent signed integer overflow (openwrt#2568)
tar: fix overflow in build_ustar_entry (openwrt#2588)

Notable bugfixes:
ibarchive: fix FILE_skip regression (openwrt#2642)
compress: Prevent call stack overflow (openwrt#2649)
iso9660: always check archive_string_ensure return value (openwrt#2651)
tar: Support negative time values with pax (openwrt#2634)
tar: Reset accumulated header state after reading macOS metadata blob (openwrt#2636)
tar: Keep block alignment after pax error (openwrt#2637)
tar: Handle extra bytes after sparse entries (openwrt#2643)
windows: check archive_wstring_ensure return value (openwrt#2652)
bsdtar: don't hardlink negative inode files together (openwrt#2587)
gz: allow setting the original filename for gzip compressed files (openwrt#2544)
lib: improve lseek handling (openwrt#2564)
lib: support @-prefixed Unix epoch timestamps as date strings (openwrt#2606)
rar: support large headers on 32 bit systems (openwrt#2596)
tar reader: Improve LFS support on 32 bit systems (openwrt#2582)

Full changelog: libarchive/libarchive@v3.7.9...v3.8.1

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <therealgraysky@proton.me>
@graysky2 graysky2 mentioned this pull request Jun 6, 2025
4 tasks
robimarko pushed a commit that referenced this pull request Jun 7, 2025
This is a feaure and bugfix release.

New features:
bsdtar: support --mtime and --clamp-mtime (#2601)
lib: mbedtls 3.x compatibility (#2602)
7-zip reader: improve self-extracting archive detection (#2088)
xar: xmllite support for the XAR reader and writer (#2388)
zip writer: added XZ, LZMA, ZSTD and BZIP2 support (#2137, #2284, #2391)
zip writer: added LZMA + RISCV BCJ filter (#2403)

Notable security fixes:
rar: do not skip past EOF while reading (#2584)
rar: fix double free with over 4 billion nodes (#2598)
rar: fix heap-buffer-overflow (#2599)
warc: prevent signed integer overflow (#2568)
tar: fix overflow in build_ustar_entry (#2588)

Notable bugfixes:
ibarchive: fix FILE_skip regression (#2642)
compress: Prevent call stack overflow (#2649)
iso9660: always check archive_string_ensure return value (#2651)
tar: Support negative time values with pax (#2634)
tar: Reset accumulated header state after reading macOS metadata blob (#2636)
tar: Keep block alignment after pax error (#2637)
tar: Handle extra bytes after sparse entries (#2643)
windows: check archive_wstring_ensure return value (#2652)
bsdtar: don't hardlink negative inode files together (#2587)
gz: allow setting the original filename for gzip compressed files (#2544)
lib: improve lseek handling (#2564)
lib: support @-prefixed Unix epoch timestamps as date strings (#2606)
rar: support large headers on 32 bit systems (#2596)
tar reader: Improve LFS support on 32 bit systems (#2582)

Full changelog: libarchive/libarchive@v3.7.9...v3.8.1

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <therealgraysky@proton.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants