Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fa426f10427f33a563f0ed3a733ba0b25e960c6e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fa426f10427f33a563f0ed3a733ba0b25e960c6e)
  • Date: Wed, 30 Nov 2022 10:57:27 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics-libs/glu/BUILD | 2 ++
graphics-libs/glu/DETAILS | 4 ++--
graphics-libs/glu/HISTORY | 4 ++++
graphics-libs/mesa/CONFIGURE | 2 +-
graphics-libs/mesa/HISTORY | 3 +++
net/tor/DETAILS | 4 ++--
net/tor/HISTORY | 3 +++
utils/lsof/DETAILS | 4 ++--
utils/lsof/HISTORY | 3 +++
9 files changed, 22 insertions(+), 7 deletions(-)

New commits:
commit fa426f10427f33a563f0ed3a733ba0b25e960c6e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

glu 9.0.2

commit b5d806be7e411e3265ecaaa885ddae6e41fe185d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mesa: Add Crocus Gallium3D driver

commit d21247707bc9ec1a8c798e48c96fbd190cfe5a42
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tor 0.4.7.11

commit b7d0b07fdc41c5fb5c1b0114a8906fe3f129d43c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lsof 4.96.4

diff --git a/graphics-libs/glu/BUILD b/graphics-libs/glu/BUILD
new file mode 100755
index 0000000..b72f068
--- /dev/null
+++ b/graphics-libs/glu/BUILD
@@ -0,0 +1,2 @@
+OPT+=" --disable-static" &&
+default_build
diff --git a/graphics-libs/glu/DETAILS b/graphics-libs/glu/DETAILS
index 7b9a8c1..f62789b 100755
--- a/graphics-libs/glu/DETAILS
+++ b/graphics-libs/glu/DETAILS
@@ -1,9 +1,9 @@
SPELL=glu
- VERSION=9.0.1
+ VERSION=9.0.2
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL="ftp://ftp.freedesktop.org/pub/mesa/glu/$SOURCE";
-
SOURCE_HASH=sha512:8a6dae5b4bd63efb96d15f23ccda4ad9c2ffaa964897e5fa63d1e58360d8d4e6732c5efd2109dba04155d5fc457ab1718a65cf9b544ce0d452679ba988d04018
+
SOURCE_HASH=sha512:2517d7406bb643d12c017a95dcb5d8716f307344332638bcbdf274a90752a7c22165d34745f1b082ed916bb07d40e62d1d1d67d96426225be63166f3480d6f64
WEB_SITE=http://www.mesa3d.org
ENTERED=20120901
LICENSE[0]=GPL
diff --git a/graphics-libs/glu/HISTORY b/graphics-libs/glu/HISTORY
index 1d92d95..beb22eb 100644
--- a/graphics-libs/glu/HISTORY
+++ b/graphics-libs/glu/HISTORY
@@ -1,3 +1,7 @@
+2022-11-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 9.0.2
+ * BUILD: disabled static libraries
+
2019-08-14 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 9.0.1

diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index c3bd9ab..200b918 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -31,7 +31,7 @@ if list_find "$MESA_DRM" RADEON;then
AVAILABLE_GALLIUM+=" r300 r600 radeonsi"
fi &&
if list_find "$MESA_DRM" INTEL;then
- AVAILABLE_GALLIUM+=" i915 iris"
+ AVAILABLE_GALLIUM+=" i915 iris crocus"
AVAILABLE_VULKAN+=" intel"
fi &&
if list_find "$MESA_DRM" NOUVEAU;then
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index f39c674..b32528b 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-11-30 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE: added the Crocus Gallium3D driver
+
2022-11-21 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: added glvnd=true to vdepends as well so it won't get lost

diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index edde600..33570cf 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -1,10 +1,10 @@
SPELL=tor
- VERSION=0.4.6.10
+ VERSION=0.4.7.11
SECURITY_PATCH=16
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL=(https://www.torproject.org/dist/$SOURCE
http://ftp.sourcemage.us/mirror/$SOURCE)
-
SOURCE_HASH=sha256:94ccd60e04e558f33be73032bc84ea241660f92f58cfb88789bda6893739e31c
+
SOURCE_HASH=sha512:318377916880310438aa9804d1ea0154c5416d6b13988c4ff7f2e65fd38c94e2cd6c53252fd76a4dcb488f452837468e19197bf5feee4020e3c1927a76ed2937
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
LICENSE[0]=BSD
WEB_SITE=http://www.torproject.org/
diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index 30ad7d4..81c1ea5 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,3 +1,6 @@
+2022-11-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.4.7.11
+
2022-03-19 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.4.6.10
switched to SOURCE_HASH
diff --git a/utils/lsof/DETAILS b/utils/lsof/DETAILS
index 027d492..85bf1c3 100755
--- a/utils/lsof/DETAILS
+++ b/utils/lsof/DETAILS
@@ -1,6 +1,6 @@
SPELL=lsof
- VERSION=4.96.3
-
SOURCE_HASH=sha512:ad17a73590ffb154a13b8b5de8ada738ce343fcc833012b2a5e9b3bda587785b09ae8bf090a99fba8e84b788c2a6d61eaa7359f939bfa68d2423e604801e2a98
+ VERSION=4.96.4
+
SOURCE_HASH=sha512:06f8005e1eb72324c1fd603d8b8287a61ad6fdec182e9da833991a8915aaa69c416af1564d3b1087cb08b3504ef9b15cdffec7051605e89d945d6750ec8da985
SOURCE=${SPELL}_${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-$VERSION
WEB_SITE=https://github.com/lsof-org/lsof
diff --git a/utils/lsof/HISTORY b/utils/lsof/HISTORY
index 4e95375..92a6616 100644
--- a/utils/lsof/HISTORY
+++ b/utils/lsof/HISTORY
@@ -1,3 +1,6 @@
+2022-11-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 4.96.4
+
2022-09-17 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 4.96.3




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fa426f10427f33a563f0ed3a733ba0b25e960c6e), Ismael Luceno, 11/30/2022

Archive powered by MHonArc 2.6.24.

Top of Page