diff --git a/WORKSPACE b/WORKSPACE index 47a47216a..e9ad79e5a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -300,11 +300,10 @@ http_archive( http_archive( name = "dcmtk", build_file = "//third_party:dcmtk.BUILD", - sha256 = "fa8e34b1a5de101df8916eb22eaffd8f7d1b2ff001a88f819fbfbde01fe5af7d", - strip_prefix = "dcmtk-DCMTK-3.6.5-_20210308", + sha256 = "17705dcdb2047d1266bb4e92dbf4aa6d4967819e8e3e94f39b7df697661b4860", + strip_prefix = "dcmtk-DCMTK-3.6.7", urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/github.com/DCMTK/dcmtk/archive/refs/tags/DCMTK-3.6.5+_20210308.tar.gz", - "https://github.com/DCMTK/dcmtk/archive/refs/tags/DCMTK-3.6.5+_20210308.tar.gz", + "https://github.com/DCMTK/dcmtk/archive/refs/tags/DCMTK-3.6.7.tar.gz", ], ) @@ -387,11 +386,10 @@ http_archive( http_archive( name = "fmjpeg2koj", build_file = "//third_party:fmjpeg2koj.BUILD", - sha256 = "a8563307cb09161633479aff0880368ed57396f6d532facba973cf303d699717", - strip_prefix = "fmjpeg2koj-6de80e15a43a4d1c411109aea388007afee24263", + sha256 = "c5b203ec580cab6fbd92c24712e987e960bda45638d4c2061d0b15d5d520ab42", + strip_prefix = "fmjpeg2koj-1.0.3", urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/github.com/DraconPern/fmjpeg2koj/archive/6de80e15a43a4d1c411109aea388007afee24263.tar.gz", - "https://github.com/DraconPern/fmjpeg2koj/archive/6de80e15a43a4d1c411109aea388007afee24263.tar.gz", + "https://github.com/DraconPern/fmjpeg2koj/archive/refs/tags/v1.0.3.tar.gz", ], ) diff --git a/third_party/dcmtk.BUILD b/third_party/dcmtk.BUILD index d3ff2b7e6..018a9387a 100644 --- a/third_party/dcmtk.BUILD +++ b/third_party/dcmtk.BUILD @@ -300,7 +300,6 @@ genrule( "#define HAVE_FENV_H 1", "#define HAVE_ITERATOR_HEADER 1", "#define HAVE_READDIR_R 1", - "#define HAVE_PROTOTYPE_FEENABLEEXCEPT 1", "#define HAVE_PROTOTYPE_ACCEPT 1", "#define HAVE_PROTOTYPE_BIND 1", "#define HAVE_PROTOTYPE_BZERO 1",