Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (05283a5833fcab6acdfde3d0e2b88ca5a22e6ee3)
  • Date: Thu, 27 Feb 2025 18:47:41 +0000

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

cad/librecad/DETAILS | 5
-
cad/librecad/HISTORY | 5
+
cad/librecad/patches/0001-Fix-version.patch | 27
-----
cad/librecad/patches/0001-Issue-2023-fixed-a-null-pointer-issue.patch | 47
----------
crypto/libfido2/DETAILS | 1
5 files changed, 8 insertions(+), 77 deletions(-)

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

librecad 2.2.1.1

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

libfido2: Add Watch line

diff --git a/cad/librecad/DETAILS b/cad/librecad/DETAILS
index da09fa2..a8ed874 100755
--- a/cad/librecad/DETAILS
+++ b/cad/librecad/DETAILS
@@ -1,10 +1,9 @@
# Watch: https://github.com/LibreCAD/LibreCAD/tags
SPELL=librecad
- VERSION=2.2.1
- PATCHLEVEL=1
+ VERSION=2.2.1.1
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/LibreCAD/LibreCAD/archive/refs/tags/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:c8c65f2e0405f8193c37ce0a5a395320635138967d4f948b516453f48d286fe9f4afee6ac9edd93690a5c9977b4c072c7319b5a95b81bca82ad055f332a7f064
+
SOURCE_HASH=sha512:7fccbd697d4b48143681a7c0c5f988ff0e30e05453c6d3a8cb61496df01b5dd81ccd6205fe9dd560dd6c7cf92ff106eaf95fc27e897d712902ae7ec65d1a4ead
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/LibreCAD-${VERSION}"
WEB_SITE="https://librecad.org";
LICENSE[0]="GPL-2.0-or-later"
diff --git a/cad/librecad/HISTORY b/cad/librecad/HISTORY
index d79d614..4ba4a21 100644
--- a/cad/librecad/HISTORY
+++ b/cad/librecad/HISTORY
@@ -1,3 +1,8 @@
+2025-02-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.1.1
+ * patches/0001-Issue-2023-fixed-a-null-pointer-issue.patch,
+ patches/0001-Fix-version.patch: removed, no longer needed
+
2025-01-25 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: added version requirement for qtbase
* PRE_BUILD, patches/0001-Fix-version.patch: fixed version number
diff --git a/cad/librecad/patches/0001-Fix-version.patch
b/cad/librecad/patches/0001-Fix-version.patch
deleted file mode 100644
index 38fade0..0000000
--- a/cad/librecad/patches/0001-Fix-version.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 2665d9d08968d8e23fc9c8dc3f1ca7f354fcc0c6 Mon Sep 17 00:00:00 2001
-From: Ismael Luceno <ismael AT iodev.co.uk>
-Date: Sat, 25 Jan 2025 18:03:19 +0100
-Subject: [PATCH] Fix version
-
-Upstream-Status: Inappropriate
-Signed-off-by: Ismael Luceno <ismael AT sourcemage.org>
----
- librecad/src/src.pro | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/librecad/src/src.pro b/librecad/src/src.pro
-index 4d3fd44088e7..f67f105d77b1 100644
---- a/librecad/src/src.pro
-+++ b/librecad/src/src.pro
-@@ -10,7 +10,7 @@ DISABLE_POSTSCRIPT = false
- DEFINES += DWGSUPPORT
- DEFINES -= JWW_WRITE_SUPPORT
-
--LC_VERSION="2.2.1_rc4"
-+LC_VERSION="2.2.1"
- VERSION=$${LC_VERSION}
-
- # Store intermedia stuff somewhere else
---
-2.48.1
-
diff --git
a/cad/librecad/patches/0001-Issue-2023-fixed-a-null-pointer-issue.patch
b/cad/librecad/patches/0001-Issue-2023-fixed-a-null-pointer-issue.patch
deleted file mode 100644
index e839ac5..0000000
--- a/cad/librecad/patches/0001-Issue-2023-fixed-a-null-pointer-issue.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 05fb8451f07a95e22b470b6c1875f0072288ac91 Mon Sep 17 00:00:00 2001
-From: Dongxu Li <dongxuli2011 AT gmail.com>
-Date: Sat, 25 Jan 2025 08:00:11 -0500
-Subject: [PATCH] Issue #2023: fixed a null pointer issue
-
-(cherry picked from commit 2c3a939c254915468d2e57fa1d345338bda79a5b)
-(cherry picked from commit c0e77247b39236a68cdbd396043482cd7afda513)
-Upstream-Status: Backport
-Signed-off-by: Ismael Luceno <ismael AT sourcemage.org>
----
- librecad/src/lib/engine/rs_entitycontainer.cpp | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/librecad/src/lib/engine/rs_entitycontainer.cpp
b/librecad/src/lib/engine/rs_entitycontainer.cpp
-index dd36fc448d41..0cccf685734e 100644
---- a/librecad/src/lib/engine/rs_entitycontainer.cpp
-+++ b/librecad/src/lib/engine/rs_entitycontainer.cpp
-@@ -50,7 +50,7 @@
- namespace {
-
- // the tolerance used to check topology of contours in hatching
--constexpr double contourTolerance = 1e-8;
-+constexpr double contourTolerance = 5e-7;
-
- // For validate hatch contours, whether an entity in the contour is a closed
- // loop itself
-@@ -1188,7 +1188,7 @@ RS_Vector RS_EntityContainer::getNearestEndpoint(const
RS_Vector& coord,
- for (RS_Entity* en: entities){
-
- if (en->isVisible()
-- && !en->getParent()->ignoredOnModification()
-+ && (en->getParent()==nullptr ||
!en->getParent()->ignoredOnModification())
- ){//no end point for Insert, text, Dim
- point = en->getNearestEndpoint(coord, &curDist);
- if (point.valid && curDist<minDist) {
-@@ -1223,7 +1223,7 @@ RS_Vector RS_EntityContainer::getNearestEndpoint(const
RS_Vector& coord,
- // ++it;
-
- for(auto en: entities){
-- if (!en->getParent()->ignoredOnModification() ){//no end point for
Insert, text, Dim
-+ if (en->getParent() == nullptr ||
!en->getParent()->ignoredOnModification()) {//no end point for Insert, text,
Dim
- // std::cout<<"find nearest for entity
"<<i0<<std::endl;
- point = en->getNearestEndpoint(coord, &curDist);
- if (point.valid && curDist<minDist) {
---
-2.48.1
-
diff --git a/crypto/libfido2/DETAILS b/crypto/libfido2/DETAILS
index 16be82a..22c4904 100755
--- a/crypto/libfido2/DETAILS
+++ b/crypto/libfido2/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://developers.yubico.com/libfido2/Releases/
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=libfido2
VERSION=1.13.0


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (05283a5833fcab6acdfde3d0e2b88ca5a22e6ee3), Ismael Luceno, 02/27/2025

Archive powered by MHonArc 2.6.24.

Top of Page