Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b973e7650ebdde92e51aea2d91068d25bc2d1184)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b973e7650ebdde92e51aea2d91068d25bc2d1184)
  • Date: Sun, 19 Jul 2020 20:37:37 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

devel/radare2/DETAILS | 4 +--
devel/radare2/HISTORY | 4 +--
gnome2-libs/policykit/DEPENDS | 3 ++
gnome2-libs/policykit/HISTORY | 3 ++
http/firefox/BUILD | 6 ----
http/firefox/DEPENDS | 49
+++++++++++++++++++------------------
http/firefox/DETAILS | 4 +--
http/firefox/HISTORY | 22 ++++++++++++++++
http/firefox/PRE_BUILD | 2 +
http/firefox/mozconfig | 11 ++++++++
libs/gdbm/BUILD | 3 ++
libs/gdbm/HISTORY | 3 ++
python-pypi/python-cheroot/DETAILS | 4 +--
python-pypi/python-cheroot/HISTORY | 3 ++
python-pypi/python-sphinx/DETAILS | 4 +--
python-pypi/python-sphinx/HISTORY | 3 ++
16 files changed, 90 insertions(+), 38 deletions(-)

New commits:
commit b973e7650ebdde92e51aea2d91068d25bc2d1184
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-cheroot: version 8.3.1

commit fac8d7f5ed1f100f358ac21e35f67ec13d42893c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/radare2: version 4.5.0

commit 95a20360b59793b162b5bbee9e71b8b01aa7b7a0
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-sphinx: version 3.1.2

commit 4b4c3cde9fb0e28450e56ecdacb6af8eff5ccc1e
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

gnome2-libs/policykit: add dependency on libxslt

commit bf3ae19aa14d5b850a8c3e935c903c29d679a8b0
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

http/firefox: version 78.0.2

commit 4769f0afdfa8005be44f6e56acd1c5319d82a4d7
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/gdbm: work around linker error with gcc 10

diff --git a/devel/radare2/DETAILS b/devel/radare2/DETAILS
index bd6fa5b..663062a 100755
--- a/devel/radare2/DETAILS
+++ b/devel/radare2/DETAILS
@@ -2,10 +2,10 @@
SPELL=radare2
if [[ "$RADARE2_BRANCH" == "stable" ]]
then
- VERSION=4.4.0
+ VERSION=4.5.0
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_URL[0]="https://github.com/radare/radare2/archive/$VERSION.tar.gz";
-
SOURCE_HASH=sha512:6208d97f8333e72dfd04cccdb0234b60fb8979ca559b92532bf7e47d402f91e0c54678a83e6bafee65666fb7d6008b44b961600f24f9b3275cb2eec32490eaa5
+
SOURCE_HASH=sha512:84d4ffc28f499f4360f57f31ad1b1f4b2a14e7fcbde7198bfb9ec4a85ac6606ceb5b28602624d6419b14b1586afd50330ace6232a183d7bfb876fefe07ea7bf4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
else
VERSION=$(get_scm_version)
diff --git a/devel/radare2/HISTORY b/devel/radare2/HISTORY
index 68be85b..e31ff8c 100644
--- a/devel/radare2/HISTORY
+++ b/devel/radare2/HISTORY
@@ -1,5 +1,5 @@
-2020-04-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 4.4.0
+2020-07-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 4.5.0

2020-03-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.3.1
diff --git a/gnome2-libs/policykit/DEPENDS b/gnome2-libs/policykit/DEPENDS
index 446825b..d11ddf5 100755
--- a/gnome2-libs/policykit/DEPENDS
+++ b/gnome2-libs/policykit/DEPENDS
@@ -29,6 +29,9 @@ optional_depends docbook-xsl \
'--enable-man-pages' \
'--disable-man-pages' \
'to build manual pages' &&
+if is_depends_enabled $SPELL docbook-xsl; then
+ depends libxslt
+fi &&

depends glib2 &&
optional_depends elogind '--enable-libelogind' '--disable-libelogind'
'Elogind support'
diff --git a/gnome2-libs/policykit/HISTORY b/gnome2-libs/policykit/HISTORY
index 905c197..e12ff60 100644
--- a/gnome2-libs/policykit/HISTORY
+++ b/gnome2-libs/policykit/HISTORY
@@ -1,3 +1,6 @@
+2020-07-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS; add missing dependency on libxslt
+
2020-05-10 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: needs mozjs60

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 8bea4b8..93b5f7b 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -24,10 +24,6 @@ CXXFLAGS="${CXXFLAGS//-O[3s]/-O2}" &&
# harden
LDFLAGS="$LDFLAGS -Wl,-z,now" &&

-# for gcc 6
-CFLAGS+=" -fno-delete-null-pointer-checks" &&
-CXXFLAGS+=" -fno-delete-null-pointer-checks" &&
-
#
# fix symbol check in build scripts, firefox adds -s to LDFLAGS so we can
# remove it here without changing anything...
@@ -45,7 +41,7 @@ local gccminor=${gccver#*.} &&
gccminor=${gccminor%.*} &&

if [[ $gccmajor == "4" ]] && [[ $gccminor -ge "6" ]]; then
- CFLAGS="${CFLAGS//-mavx} -mno-avx"
+ CFLAGS="${CFLAGS//-mavx} -mno-avx" &&
CXXFLAGS="${CXXFLAGS//-mavx} -mno-avx"
fi

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index b58270b..079742d 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -3,12 +3,13 @@
depends autoconf-2.13 &&
depends -sub "CLANG" llvm &&
depends perl &&
-depends python &&
+depends python3 &&

-depends icu "--with-system-icu" &&
+#depends icu "--with-system-icu" &&

depends glib2 &&
-depends gtk+3 "--enable-default-toolkit=cairo-gtk3" &&
+depends gtk+3 "--enable-default-toolkit=cairo-gtk3" &&
+depends gtk+2 &&
depends atk &&
depends libx11 &&
depends libxext &&
@@ -17,8 +18,13 @@ depends libxt
&&
depends libxcomposite &&

depends pango &&
+depends fontconfig &&
+depends freetype2 &&
depends libxft &&

+depends tar &&
+depends unzip &&
+depends zip &&

#depends -sub TEE cairo "--enable-system-cairo" &&
depends gdk-pixbuf2 &&
@@ -30,7 +36,7 @@ depends libwebp "--with-system-webp"
&&

depends nspr "--with-system-nspr" &&

-local NSS_BRANCH="3.51" &&
+local NSS_BRANCH="3.54" &&
if spell_ok nss &&
is_version_less "$(installed_version nss)" "${NSS_BRANCH}"; then
depends -sub "${NSS_BRANCH}" nss "--with-system-nss"
@@ -46,9 +52,8 @@ depends libidl
&&
depends zip &&
depends zlib "--with-system-zlib" &&

-depends bzip2 "--with-system-bz2" &&
depends libevent "--with-system-libevent" &&
-#depends libvpx "--with-system-libvpx" &&
+depends libvpx "--with-system-libvpx" &&
depends libffi "--enable-system-ffi" &&
depends libnotify &&
depends pixman "--enable-system-pixman" &&
@@ -58,15 +63,8 @@ depends cbindgen
&&

depends nodejs &&

-optional_depends startup-notification \
- "--enable-startup-notification" \
- "--disable-startup-notification" \
- "for startup notifications" &&
-
-optional_depends gconf2 \
- "--enable-gconf" \
- "--disable-gconf" \
- "for gconf support" &&
+depends startup-notification &&
+depends gconf2 &&

optional_depends wireless_tools \
"--enable-necko-wifi" \
@@ -87,6 +85,11 @@ depends alsa-lib "--enable-alsa" &&
# '--disable-wave --disable-ogg --disable-webm
--disable-dash' \
# 'for audio/video support' &&

+optional_depends JACK \
+ "--enable-jack" \
+ "--disable-jack" \
+ "use JACK for audio support" &&
+
if is_depends_enabled $SPELL alsa-lib; then
# Firefox tries to use ogg/ogg.h even with --disable-ogg given
#optional_depends libogg \
@@ -103,10 +106,7 @@ if is_depends_enabled $SPELL alsa-lib; then
depends yasm
fi &&

-optional_depends dbus-glib \
- "--enable-dbus" \
- "--disable-dbus" \
- "for dbus support" &&
+depends dbus-glib "--enable-dbus" &&

# Firefox is currently borked and does not compile without OpenGL headers
#optional_depends OPENGL \
@@ -133,7 +133,10 @@ suggest_depends_2 firefox-smglwiki "" "" \
# "--without-system-harfbuzz" \
# "for system harfbuzz" &&
#
-#optional_depends dav1d \
-# "--enable-av1 --with-system-av1" \
-# "--disable-av1" \
-# "for AV1 video support"
+optional_depends dav1d \
+ "--enable-av1" \
+ "--disable-av1" \
+ "for AV1 video support" &&
+if is_depends_enabled $SPELL dav1d; then
+ depends nasm
+fi
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 2e962dc..005832c 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
- VERSION=76.0.1
- SECURITY_PATCH=143
+ VERSION=78.0.2
+ SECURITY_PATCH=146
SOURCE="${SPELL}-${VERSION}.source.tar.xz"

SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELL}/releases/${VERSION}/source/${SOURCE}";
SOURCE2="${SOURCE}.asc"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index cb6c9aa..911a970 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,25 @@
+2020-07-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, PRE_BUILD, mozconfig: version 78.0.2
+
+On branch master
+Your branch is ahead of 'origin/master' by 1 commit.
+ (use "git push" to publish your local commits)
+
+Changes not staged for commit:
+ (use "git add <file>..." to update what will be committed)
+ (use "git restore <file>..." to discard changes in working directory)
+ modified: BUILD
+ modified: DEPENDS
+ modified: DETAILS
+ modified: HISTORY
+ modified: PRE_BUILD
+ modified: mozconfig
+
+Untracked files:
+ (use "git add <file>..." to include in what will be committed)
+ .HISTORY.swp
+
+no changes added to commit (use "git add" and/or "git commit -a")
2020-05-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 76.0.1
* DEPENDS: remove unexpected &&
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 3752626..f6e1951 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -15,6 +15,8 @@ if [[ "$FIREFOX_STRIP" == "y" ]]; then
echo 'ac_add_options --disable-debug-symbols'
else
echo 'ac_add_options --disable-install-strip'
+ echo 'ac_add_options --disable-strip'
+ echo 'ac_add_options --enable-debug-symbols'
fi >> .mozconfig &&

if [[ "$FIREFOX_SDK" == "n" ]]; then
diff --git a/http/firefox/mozconfig b/http/firefox/mozconfig
index 12c89c9..79b6c69 100644
--- a/http/firefox/mozconfig
+++ b/http/firefox/mozconfig
@@ -5,6 +5,14 @@
# Options for client.mk.
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build
+
+# The following option unsets Telemetry Reporting. With the Addons Fiasco,
+# Mozilla was found to be collecting user's data, including saved passwords
and
+# web form data, without users consent. Mozilla was also found shipping
updates
+# to systems without the user's knowledge or permission.
+# The following command to permanently disables telemetry reporting in
Firefox.
+unset MOZ_TELEMETRY_REPORTING
+
#mk_add_options AUTOCONF=autoconf2.13

# Options for 'configure' (same as command-line options).
@@ -14,3 +22,6 @@ ac_add_options --disable-crashreporter
ac_add_options --prefix=${INSTALL_ROOT}/usr
ac_add_options --enable-release
ac_add_options --enable-optimize="${CXXFLAGS} -fno-fast-math -fpermissive"
+ac_add_options --enable-rust-simd
+
+ac_add_options --with-unsigned-addon-scopes=app,system
diff --git a/libs/gdbm/BUILD b/libs/gdbm/BUILD
index 566e631..fc7c176 100755
--- a/libs/gdbm/BUILD
+++ b/libs/gdbm/BUILD
@@ -1,3 +1,6 @@
OPTS="--enable-libgdbm-compat $OPTS" &&

+CFLAGS+=" -fcommon" &&
+CXXFLAGS+=" -fcommon" &&
+
default_build
diff --git a/libs/gdbm/HISTORY b/libs/gdbm/HISTORY
index 4cb1728..38baecb 100644
--- a/libs/gdbm/HISTORY
+++ b/libs/gdbm/HISTORY
@@ -1,3 +1,6 @@
+2020-07-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD: work around linker error with gcc 10
+
2018-10-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.18.1

diff --git a/python-pypi/python-cheroot/DETAILS
b/python-pypi/python-cheroot/DETAILS
index ee0ea33..c195422 100755
--- a/python-pypi/python-cheroot/DETAILS
+++ b/python-pypi/python-cheroot/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-cheroot
- VERSION=8.3.0
+ VERSION=8.3.1
SOURCE="cheroot-$VERSION.tar.gz"
SOURCE_URL[0]=http://pypi.io/packages/source/c/cheroot/$SOURCE
-
SOURCE_HASH=sha512:29ff39f043b1a08b9ef653a41761ac4b97de4141cf15c5394f95736d28f7fad4c501d666fe7ff61f40c55b087d022784c7fe09c995c901040b7f2a8ed16b7d14
+
SOURCE_HASH=sha512:5aed493904d7e60118ae4b9498c10d48da553b3cbc1d713e3e870d771a7b669988d55bb0aa3223436cacdbc2249538be759a9145cf655603fbe5b88ee10e94dd
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cheroot-${VERSION}"
WEB_SITE="https://github.com/cherrypy/cheroot";
LICENSE[0]=BSD
diff --git a/python-pypi/python-cheroot/HISTORY
b/python-pypi/python-cheroot/HISTORY
index 44ee59f..38c63d0 100644
--- a/python-pypi/python-cheroot/HISTORY
+++ b/python-pypi/python-cheroot/HISTORY
@@ -1,3 +1,6 @@
+2020-07-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 8.3.1
+
2020-02-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 8.3.0

diff --git a/python-pypi/python-sphinx/DETAILS
b/python-pypi/python-sphinx/DETAILS
index e5ac963..c632747 100755
--- a/python-pypi/python-sphinx/DETAILS
+++ b/python-pypi/python-sphinx/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-sphinx
- VERSION=3.1.1
+ VERSION=3.1.2
SOURCE="Sphinx-${VERSION}.tar.gz"
SOURCE_URL[0]=https://pypi.python.org/packages/source/S/Sphinx/${SOURCE}
-
SOURCE_HASH=sha512:0c97cab085b1d8152cefde73a7e2116e83426a1ff071c8be9b37ae8e8cf82e9abefacad2cb37a86e1754fbdf57a8dc05ee3041d7dde506fa103babb82c380293
+
SOURCE_HASH=sha512:d1b55a603ea4a76d2315e170b8ba7858caf1658660e9983034918bd265c505f0e5157ab9d9cebc970261646ae0959e1cf75562b01b73bf3a380e712393a735b9
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Sphinx-${VERSION}"
WEB_SITE="https://www.sphinx-doc.org";
LICENSE[0]=PYTHON
diff --git a/python-pypi/python-sphinx/HISTORY
b/python-pypi/python-sphinx/HISTORY
index 2674d07..e655eb4 100644
--- a/python-pypi/python-sphinx/HISTORY
+++ b/python-pypi/python-sphinx/HISTORY
@@ -1,3 +1,6 @@
+2020-07-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.1.2
+
2020-07-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.1.1




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b973e7650ebdde92e51aea2d91068d25bc2d1184), Florian Franzmann, 07/19/2020

Archive powered by MHonArc 2.6.24.

Top of Page