-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update dar from v2.7.14 to v2.7.16 - update crosss/libthreadar from v1.4.0 to v1.5.0
- Loading branch information
Showing
10 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
dar-2.7.14.tar.gz SHA1 6c87630992cb63f28e2014f7b7d8a0e50e9af488 | ||
dar-2.7.14.tar.gz SHA256 40d4dba44260df3a8ddce1e61f411ea9ab43c2cfc47bd83ab868c939d19dc582 | ||
dar-2.7.14.tar.gz MD5 268f9e3c799eff1fcc2881baf7e45beb | ||
dar-2.7.16.tar.gz SHA1 98cb3c4f8ee9cbe6d5c8bd4ae3bd6858ff90e0f2 | ||
dar-2.7.16.tar.gz SHA256 1aac0eab03602ccfa3696c2e1817c09665deee124da6c319d77f1ee1d641804d | ||
dar-2.7.16.tar.gz MD5 31ceabf598403bc279a54e842b480d9f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
lnk:lib/libthreadar.so | ||
lnk:lib/libthreadar.so.1000 | ||
lib:lib/libthreadar.so.1000.4.0 | ||
lib:lib/libthreadar.so.1000.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
libthreadar-1.4.0.tar.gz SHA1 40fb643fcb4854d7fee77d85df44b7a05d12d36f | ||
libthreadar-1.4.0.tar.gz SHA256 2e4715178027bac973a4883f4bcb063494327ba886710446a82a80860f1a3791 | ||
libthreadar-1.4.0.tar.gz MD5 88c53a1981d91c22e56e122c609e1c11 | ||
libthreadar-1.5.0.tar.gz SHA1 ed0e2ece19ac7accc4ed232179835f7258b33e4b | ||
libthreadar-1.5.0.tar.gz SHA256 c0902421418aed477a9f6a75dbbe6f3644b1fd6ecb9602965d06837af7ad3e4a | ||
libthreadar-1.5.0.tar.gz MD5 1e80acd5996d121b6c9ddeb433fe8595 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# avoid build of examples in doc directory | ||
# - examples are statically linked but we don't want to build the static library | ||
# | ||
--- Makefile.in.orig 2024-08-21 20:55:45.000000000 +0000 | ||
+++ Makefile.in 2025-01-31 21:17:57.328622772 +0000 | ||
@@ -338,7 +338,7 @@ | ||
top_build_prefix = @top_build_prefix@ | ||
top_builddir = @top_builddir@ | ||
top_srcdir = @top_srcdir@ | ||
-SUBDIRS = src doc | ||
+SUBDIRS = src | ||
dist_noinst_DATA = INSTALL README THANKS AUTHORS COPYING COPYING.LESSER | ||
all: config.h | ||
$(MAKE) $(AM_MAKEFLAGS) all-recursive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
SPK_NAME = dar | ||
SPK_VERS = 2.7.14 | ||
SPK_VERS = 2.7.16 | ||
SPK_REV = 1 | ||
SPK_ICON = src/dar.png | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters