mirror of
git://slackware.nl/current.git
synced 2025-01-24 08:01:36 +01:00
0b228c9576
a/kernel-firmware-20190827_7307a29-noarch-1.txz: Upgraded. a/kernel-generic-4.19.69-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.69-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.69-x86_64-1.txz: Upgraded. ap/vim-8.1.1936-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.69-x86-1.txz: Upgraded. e/emacs-26.3-x86_64-1.txz: Upgraded. k/kernel-source-4.19.69-noarch-1.txz: Upgraded. n/libgcrypt-1.8.5-x86_64-1.txz: Upgraded. Add mitigation against an ECDSA timing attack. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13627 (* Security fix *) xap/vim-gvim-8.1.1936-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/mozilla-thunderbird-68.0-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/68.0/releasenotes/ usb-and-pxe-installers/usbboot.img: Rebuilt.
23 lines
814 B
Diff
23 lines
814 B
Diff
--- ./config/makefiles/rust.mk.orig 2019-08-26 16:32:05.000000000 -0500
|
|
+++ ./config/makefiles/rust.mk 2019-08-28 15:33:32.393489657 -0500
|
|
@@ -243,13 +243,13 @@
|
|
# When we are building in --enable-release mode; we add an additional check to confirm
|
|
# that we are not importing any networking-related functions in rust code. This reduces
|
|
# the chance of proxy bypasses originating from rust code.
|
|
-ifndef DEVELOPER_OPTIONS
|
|
-ifndef MOZ_DEBUG_RUST
|
|
-ifeq ($(OS_ARCH), Linux)
|
|
- $(call py_action,check_binary,--target --networking $@)
|
|
-endif
|
|
-endif
|
|
-endif
|
|
+#ifndef DEVELOPER_OPTIONS
|
|
+#ifndef MOZ_DEBUG_RUST
|
|
+#ifeq ($(OS_ARCH), Linux)
|
|
+# $(call py_action,check_binary,--target --networking $@)
|
|
+#endif
|
|
+#endif
|
|
+#endif
|
|
|
|
force-cargo-library-check:
|
|
$(call CARGO_CHECK) --lib $(cargo_target_flag) $(rust_features_flag)
|