diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-11 01:41:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-11 01:41:34 -0500 |
| commit | fc39c62a8944e95c0ecccfc9781763822b23e66c (patch) | |
| tree | 11feafa0dbddccf6fcd9dabb290b0ce5faafec36 /sys-auth | |
| parent | 98068fb4a1502cade02134b1834439134ca4eed1 (diff) | |
| download | baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.tar.gz baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.tar.xz baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.zip | |
Adding metadata
Diffstat (limited to 'sys-auth')
| -rw-r--r-- | sys-auth/microsoft-identity-broker/Manifest | 3 | ||||
| -rw-r--r-- | sys-auth/microsoft-identity-broker/files/lsb-release-ubuntu-24.04 | 4 | ||||
| -rw-r--r-- | sys-auth/microsoft-identity-broker/files/lsb-release-ubuntu-26.04 | 4 | ||||
| -rw-r--r-- | sys-auth/microsoft-identity-broker/files/os-release-ubuntu-26.04 (renamed from sys-auth/microsoft-identity-broker/files/os-release-ubuntu-24.04) | 10 | ||||
| -rw-r--r-- | sys-auth/microsoft-identity-broker/files/wrapper | 2 | ||||
| -rw-r--r-- | sys-auth/microsoft-identity-broker/microsoft-identity-broker-3.0.1.ebuild | 92 | ||||
| -rw-r--r-- | sys-auth/microsoft-identity-broker/microsoft-identity-broker-3.0.2-r1.ebuild (renamed from sys-auth/microsoft-identity-broker/microsoft-identity-broker-3.0.2.ebuild) | 14 |
7 files changed, 20 insertions, 109 deletions
diff --git a/sys-auth/microsoft-identity-broker/Manifest b/sys-auth/microsoft-identity-broker/Manifest index cbfd03b8f72b..1024ea49cfdc 100644 --- a/sys-auth/microsoft-identity-broker/Manifest +++ b/sys-auth/microsoft-identity-broker/Manifest @@ -1,2 +1 @@ -DIST microsoft-identity-broker_3.0.1-noble_amd64.deb 3354366 BLAKE2B 98082da085f69e73d2a76edeaaf4d6b26f992d38f295ac60f4e9eff908f07812adb0fc9acd481aedeee7afb8c3de430fcffd1731d9badf5fccde7a1b763eef8e SHA512 4e826840eb2ddb80d7dbb58b5d1e96e4bd4f1c2bbb7c5c520c35d7e7d3ed43173ecb509f087b4043dce0fa9c8545116c9eb39f9b4a1528e9d068689b4d5149f0 -DIST microsoft-identity-broker_3.0.2-noble_amd64.deb 3370332 BLAKE2B ef9254d95eff2edde75065120315228b8e9b236ac9e2cefe6cf31dbedf823c44c23510642a7126f0f145910127b39e6d9b81afd991518294b613b1679edfffcb SHA512 3fdfb77b81bba8fdcdf4d337b941752b30b62477502cb2bad833525b8d565e97ce057dbeacd8a60de90b50f5fcaa51e1109581d17a704dd849211701eb92e8fd +DIST microsoft-identity-broker_3.0.2-resolute_amd64.deb 1991442 BLAKE2B 744bba9abae750598982847ef1489c84a4fd64e7cf78feeee7a4250760f749bd42d675c65c8055659414b6c7819f1e5fbbe64965e81c58d73d44134e7d2dbaa1 SHA512 6b34e7335881c40ceac08f3f5057c3b87bdc6f118a33bef86266389a7cd81c737f756823c604516bbdd11d216b2aac4393c0903122c960cd5c9e40f0044fe094 diff --git a/sys-auth/microsoft-identity-broker/files/lsb-release-ubuntu-24.04 b/sys-auth/microsoft-identity-broker/files/lsb-release-ubuntu-24.04 deleted file mode 100644 index 9a4f96d29959..000000000000 --- a/sys-auth/microsoft-identity-broker/files/lsb-release-ubuntu-24.04 +++ /dev/null @@ -1,4 +0,0 @@ -DISTRIB_ID=Ubuntu -DISTRIB_RELEASE=24.04 -DISTRIB_CODENAME=noble -DISTRIB_DESCRIPTION="Ubuntu 24.04.2 LTS" diff --git a/sys-auth/microsoft-identity-broker/files/lsb-release-ubuntu-26.04 b/sys-auth/microsoft-identity-broker/files/lsb-release-ubuntu-26.04 new file mode 100644 index 000000000000..68b04833d27d --- /dev/null +++ b/sys-auth/microsoft-identity-broker/files/lsb-release-ubuntu-26.04 @@ -0,0 +1,4 @@ +DISTRIB_ID=Ubuntu +DISTRIB_RELEASE=26.04 +DISTRIB_CODENAME=resolute +DISTRIB_DESCRIPTION="Ubuntu 26.04.1 LTS" diff --git a/sys-auth/microsoft-identity-broker/files/os-release-ubuntu-24.04 b/sys-auth/microsoft-identity-broker/files/os-release-ubuntu-26.04 index 5697add4442d..f550ca679ec9 100644 --- a/sys-auth/microsoft-identity-broker/files/os-release-ubuntu-24.04 +++ b/sys-auth/microsoft-identity-broker/files/os-release-ubuntu-26.04 @@ -1,13 +1,13 @@ -PRETTY_NAME="Ubuntu 24.04.2 LTS" +PRETTY_NAME="Ubuntu 26.04.1 LTS" NAME="Ubuntu" -VERSION_ID="24.04" -VERSION="24.04.2 LTS (Noble Numbat)" -VERSION_CODENAME=noble +VERSION_ID="26.04" +VERSION="26.04.1 LTS (Resolute Racoon)" +VERSION_CODENAME=resolute ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" -UBUNTU_CODENAME=noble +UBUNTU_CODENAME=resolute LOGO=ubuntu-logo diff --git a/sys-auth/microsoft-identity-broker/files/wrapper b/sys-auth/microsoft-identity-broker/files/wrapper index 888ffa23edfe..0a7d10087a0c 100644 --- a/sys-auth/microsoft-identity-broker/files/wrapper +++ b/sys-auth/microsoft-identity-broker/files/wrapper @@ -4,6 +4,6 @@ exec bwrap \ --bind / / \ --dev-bind /dev /dev \ --ro-bind /etc/microsoft/identity-broker/etc/lsb-release /etc/lsb-release \ - --ro-bind /etc/microsoft/identity-broker/etc/os-release /etc/os-release \ + --ro-bind /etc/microsoft/identity-broker/usr/lib/os-release /usr/lib/os-release \ -- \ /opt/microsoft/identity-broker/libexec/"${0##*/}" "${@}" diff --git a/sys-auth/microsoft-identity-broker/microsoft-identity-broker-3.0.1.ebuild b/sys-auth/microsoft-identity-broker/microsoft-identity-broker-3.0.1.ebuild deleted file mode 100644 index b6c5f4bea44f..000000000000 --- a/sys-auth/microsoft-identity-broker/microsoft-identity-broker-3.0.1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop prefix systemd unpacker xdg - -FAKE_OS="ubuntu-24.04" -DESCRIPTION="Microsoft Authentication Broker to access a corporate environment" -HOMEPAGE="https://learn.microsoft.com/intune/" -SRC_URI="https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/${PN:0:1}/${PN}/${PN}_${PV%_p*}-noble_amd64.deb" -S="${WORKDIR}" -LICENSE="microsoft-proprietary Apache-2.0 BSD-2 MIT" -SLOT="0" -KEYWORDS="-* ~amd64" -RESTRICT="bindist mirror" - -RDEPEND=" - app-accessibility/at-spi2-core:2 - app-crypt/libsecret - app-crypt/p11-kit - dev-libs/glib:2 - dev-libs/openssl:0/3 - net-libs/libsoup:3.0 - net-libs/webkit-gtk:4.1/0 - net-misc/curl - sys-apps/bubblewrap - sys-apps/dbus - sys-apps/util-linux - x11-libs/cairo - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/pango - virtual/zlib -" - -QA_PREBUILT="*" -DIR="/opt/microsoft/identity-broker" -DB="microsoft-identity-device-broker" - -pkg_setup() { - local pv - for pv in ${REPLACING_VERSIONS}; do - if ver_test ${pv} -lt 2.0.3; then - ewarn "You are upgrading to an entirely new implementation. It is highly recommended" - ewarn "to unregister this system before upgrading. After upgrading, run" - ewarn "\`dsreg --cleanup\` and \`sudo dsreg --cleanup\` before registering again." - break - fi - done -} - -src_unpack() { - unpack_deb ${A} -} - -src_install() { - dobin usr/bin/dsreg - doman usr/share/man/man1/dsreg.1 - - exeinto "${DIR}"/bin - newexe $(prefixify_ro "${FILESDIR}"/wrapper) ${PN} - dosym ${PN} "${DIR}"/bin/${DB} - - exeinto "${DIR}"/libexec - doexe "${DIR#/}"/bin/{${PN},${DB}} - - insinto /usr/share - doins -r usr/share/dbus-1 - - systemd_dounit usr/lib/systemd/system/${DB}.service - - # DOS line endings? Yes, Chewi lol'd too. ;) - tr -d "\r" < usr/share/applications/${PN}.desktop | newmenu - ${PN}.desktop - doicon -s 256 usr/share/icons/hicolor/256x256/apps/${PN}.png - - keepdir /etc/microsoft/identity-broker/{certs,private} - fperms 0700 /etc/microsoft/identity-broker/{certs,private} - - insinto /etc/microsoft/identity-broker/etc - newins "${FILESDIR}/lsb-release-${FAKE_OS}" lsb-release - newins "${FILESDIR}/os-release-${FAKE_OS}" os-release -} - -pkg_postinst() { - xdg_pkg_postinst - - elog "This version is designed for GNOME Keyring. To use it with KWallet, run:" - elog " busctl --user call org.freedesktop.secrets /org/freedesktop/secrets org.freedesktop.Secret.Service SetAlias so login /org/freedesktop/secrets/collection/kdewallet" - elog "To undo this change, run:" - elog " busctl --user call org.freedesktop.secrets /org/freedesktop/secrets org.freedesktop.Secret.Service SetAlias so login /" -} diff --git a/sys-auth/microsoft-identity-broker/microsoft-identity-broker-3.0.2.ebuild b/sys-auth/microsoft-identity-broker/microsoft-identity-broker-3.0.2-r1.ebuild index 6e213ee6775a..032baeeca1f7 100644 --- a/sys-auth/microsoft-identity-broker/microsoft-identity-broker-3.0.2.ebuild +++ b/sys-auth/microsoft-identity-broker/microsoft-identity-broker-3.0.2-r1.ebuild @@ -5,10 +5,10 @@ EAPI=8 inherit desktop prefix systemd unpacker xdg -FAKE_OS="ubuntu-24.04" +FAKE_OS="ubuntu-26.04" DESCRIPTION="Microsoft Authentication Broker to access a corporate environment" HOMEPAGE="https://learn.microsoft.com/intune/" -SRC_URI="https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/${PN:0:1}/${PN}/${PN}_${PV%_p*}-noble_amd64.deb" +SRC_URI="https://packages.microsoft.com/ubuntu/26.04/prod/pool/main/${PN:0:1}/${PN}/${PN}_${PV%_p*}-resolute_amd64.deb" S="${WORKDIR}" LICENSE="microsoft-proprietary Apache-2.0 BSD-2 MIT" SLOT="0" @@ -52,6 +52,9 @@ pkg_setup() { src_unpack() { unpack_deb ${A} + cp "${FILESDIR}"/lsb-release-${FAKE_OS} lsb-release || die + cp "${FILESDIR}"/os-release-${FAKE_OS} os-release || die + cp "${FILESDIR}"/wrapper . || die } src_install() { @@ -59,7 +62,7 @@ src_install() { doman usr/share/man/man1/dsreg.1 exeinto "${DIR}"/bin - newexe $(prefixify_ro "${FILESDIR}"/wrapper) ${PN} + newexe $(prefixify_ro wrapper) ${PN} dosym ${PN} "${DIR}"/bin/${DB} exeinto "${DIR}"/libexec @@ -78,8 +81,9 @@ src_install() { fperms 0700 /etc/microsoft/identity-broker/{certs,private} insinto /etc/microsoft/identity-broker/etc - newins "${FILESDIR}/lsb-release-${FAKE_OS}" lsb-release - newins "${FILESDIR}/os-release-${FAKE_OS}" os-release + doins lsb-release + insinto /etc/microsoft/identity-broker/usr/lib + doins os-release dodoc usr/share/doc/${PN}/CHANGELOG.md } |
