mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 18:33:17 +00:00
jack: Update to build from source and patch
This commit is contained in:
12
packages/jack/CaseInsensitiveDirectFSCodec.java.patch
Normal file
12
packages/jack/CaseInsensitiveDirectFSCodec.java.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -u -r ../raw/sched/src/com/android/sched/util/codec/CaseInsensitiveDirectFSCodec.java ./sched/src/com/android/sched/util/codec/CaseInsensitiveDirectFSCodec.java
|
||||
--- ../raw/sched/src/com/android/sched/util/codec/CaseInsensitiveDirectFSCodec.java 2016-10-03 10:53:49.000000000 -0400
|
||||
+++ ./sched/src/com/android/sched/util/codec/CaseInsensitiveDirectFSCodec.java 2016-10-03 17:25:26.969577397 -0400
|
||||
@@ -64,7 +64,7 @@
|
||||
public VFS checkString(@Nonnull CodecContext context, @Nonnull String string)
|
||||
throws ParsingException {
|
||||
try {
|
||||
- Service service = messageDigestCodec.checkString(context, "SHA");
|
||||
+ Service service = messageDigestCodec.checkString(context, "MD5");
|
||||
return new CaseInsensitiveFS(codec.checkString(context, string),
|
||||
/* nbGroup = */ 1, /* szGroup = */ 2, new MessageDigestFactory(service),
|
||||
/* debug = */ false);
|
||||
Reference in New Issue
Block a user