From noreply at github.com Wed Sep 23 10:58:37 2020 From: noreply at github.com (Lucas Holt) Date: Wed, 23 Sep 2020 07:58:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 0db226: Security update for UDF issue. Message-ID: Branch: refs/heads/stable/1.2 Home: https://github.com/MidnightBSD/src Commit: 0db22662a5c8dcdfb8b9a5f2f9963d80f4b21ee0 https://github.com/MidnightBSD/src/commit/0db22662a5c8dcdfb8b9a5f2f9963d80f4b21ee0 Author: Lucas Holt Date: 2020-09-23 (Wed, 23 Sep 2020) Changed paths: M UPDATING M sys/conf/newvers.sh M sys/fs/udf/udf_vfsops.c Log Message: ----------- Security update for UDF issue. udf: Validate the full file entry length Otherwise a corrupted file entry containing invalid extended attribute lengths or allocation descriptor lengths can trigger an overflow when the file entry is loaded. From noreply at github.com Wed Sep 23 10:59:38 2020 From: noreply at github.com (Lucas Holt) Date: Wed, 23 Sep 2020 07:59:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/1.2.10 Home: https://github.com/MidnightBSD/src From noreply at github.com Wed Sep 23 11:04:30 2020 From: noreply at github.com (Lucas Holt) Date: Wed, 23 Sep 2020 08:04:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] fb7977: udf: Validate the full file entry length Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: fb7977502f94d84d63bbbe7f75a79139d2791a40 https://github.com/MidnightBSD/src/commit/fb7977502f94d84d63bbbe7f75a79139d2791a40 Author: Lucas Holt Date: 2020-09-23 (Wed, 23 Sep 2020) Changed paths: M UPDATING M sys/fs/udf/udf_vfsops.c M sys/sys/param.h Log Message: ----------- udf: Validate the full file entry length Otherwise a corrupted file entry containing invalid extended attribute lengths or allocation descriptor lengths can trigger an overflow when the file entry is loaded. Commit: 44bdf2838ad691c9a4f060147297cd934631a178 https://github.com/MidnightBSD/src/commit/44bdf2838ad691c9a4f060147297cd934631a178 Author: Lucas Holt Date: 2020-09-23 (Wed, 23 Sep 2020) Changed paths: M UPDATING R lib/librt/Version.map M sbin/dmesg/dmesg.c M sys/conf/files M sys/dev/usb/quirk/usb_quirk.c M sys/dev/usb/usbdevs M sys/modules/netgraph/bluetooth/ubt/Makefile M sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c A sys/netgraph/bluetooth/drivers/ubt/ng_ubt_intel.c M sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h M targets/pseudo/userland/Makefile.depend M tools/build/mk/OptionalObsoleteFiles.inc M usr.sbin/bluetooth/Makefile A usr.sbin/bluetooth/iwmbtfw/Makefile A usr.sbin/bluetooth/iwmbtfw/iwmbt_dbg.h A usr.sbin/bluetooth/iwmbtfw/iwmbt_fw.c A usr.sbin/bluetooth/iwmbtfw/iwmbt_fw.h A usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.c A usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.h A usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8 A usr.sbin/bluetooth/iwmbtfw/iwmbtfw.conf A usr.sbin/bluetooth/iwmbtfw/main.c M usr.sbin/kldxref/Makefile M usr.sbin/kldxref/ef.c M usr.sbin/kldxref/ef.h M usr.sbin/kldxref/ef_amd64.c M usr.sbin/kldxref/ef_i386.c M usr.sbin/kldxref/ef_nop.c M usr.sbin/kldxref/ef_obj.c M usr.sbin/kldxref/ef_powerpc.c R usr.sbin/kldxref/ef_sparc64.c M usr.sbin/kldxref/fileformat M usr.sbin/kldxref/kldxref.8 M usr.sbin/kldxref/kldxref.c Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/src Compare: https://github.com/MidnightBSD/src/compare/8d10ab67465e...44bdf2838ad6 From noreply at github.com Thu Sep 24 10:42:43 2020 From: noreply at github.com (Lucas Holt) Date: Thu, 24 Sep 2020 07:42:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] f75510: Bring in a patch for SIOCGIFDATA Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: f75510b52b00ce4e8ccbed4274759944532d5c29 https://github.com/MidnightBSD/src/commit/f75510b52b00ce4e8ccbed4274759944532d5c29 Author: Lucas Holt Date: 2020-09-24 (Thu, 24 Sep 2020) Changed paths: M share/man/man9/ifnet.9 M sys/net/if.c M sys/sys/sockio.h Log Message: ----------- Bring in a patch for SIOCGIFDATA For interfaces that do not support SIOCGIFMEDIA (for which there are quite a few) the only fallback is to query the interface for if_data->ifi_link_state. While it's possible to get at if_data for an interface via getifaddrs(3) or sysctl, both are heavy weight mechanisms. SIOCGIFDATA is a simple ioctl to retrieve this fast with very little resource use in comparison. This implementation mirrors that of other similar ioctls in FreeBSD. Other BSD's support SIOCGIFDATA and I would like FreeBSD to as well. Obtained from Roy Marples, FreeBSD https://reviews.freebsd.org/D26538 Commit: 57be5c6bf3e70d227d00df08ce8d3b70d0da4201 https://github.com/MidnightBSD/src/commit/57be5c6bf3e70d227d00df08ce8d3b70d0da4201 Author: Lucas Holt Date: 2020-09-24 (Thu, 24 Sep 2020) Changed paths: M UPDATING Log Message: ----------- document SIOCGIFMEDIA add Compare: https://github.com/MidnightBSD/src/compare/44bdf2838ad6...57be5c6bf3e7 From noreply at github.com Sun Sep 27 15:57:07 2020 From: noreply at github.com (Lucas Holt) Date: Sun, 27 Sep 2020 12:57:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 844999: add llvm-symbolizer Message-ID: Branch: refs/heads/stable/1.2 Home: https://github.com/MidnightBSD/src Commit: 844999eae48fcbe6c4e19b292d18493ae512ee19 https://github.com/MidnightBSD/src/commit/844999eae48fcbe6c4e19b292d18493ae512ee19 Author: Lucas Holt Date: 2020-09-27 (Sun, 27 Sep 2020) Changed paths: M usr.bin/clang/Makefile A usr.bin/clang/llvm-symbolizer/Makefile A usr.bin/clang/llvm-symbolizer/llvm-symbolizer.1 Log Message: ----------- add llvm-symbolizer From noreply at github.com Sun Sep 27 15:58:44 2020 From: noreply at github.com (Lucas Holt) Date: Sun, 27 Sep 2020 12:58:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 9f7d71: added llvm-symbolizer Message-ID: Branch: refs/heads/stable/1.2 Home: https://github.com/MidnightBSD/src Commit: 9f7d71e2f3e22c74faec5a20aea5ceeba7f1c484 https://github.com/MidnightBSD/src/commit/9f7d71e2f3e22c74faec5a20aea5ceeba7f1c484 Author: Lucas Holt Date: 2020-09-27 (Sun, 27 Sep 2020) Changed paths: M UPDATING Log Message: ----------- added llvm-symbolizer Commit: fcb5083be2daf84f7ee9a0d6a2a5710b48966def https://github.com/MidnightBSD/src/commit/fcb5083be2daf84f7ee9a0d6a2a5710b48966def Author: Lucas Holt Date: 2020-09-27 (Sun, 27 Sep 2020) Changed paths: M sys/conf/newvers.sh Log Message: ----------- update version Compare: https://github.com/MidnightBSD/src/compare/844999eae48f...fcb5083be2da