This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/src/xbps(master ✗) time xbps-uhelper digest /tmp/testfile | |
78cb14b60e49246fa5db70e63b44272367a7eb8acb16bc18d62eec682787915d | |
xbps-uhelper digest /tmp/testfile 3.12s user 0.52s system 99% cpu 3.644 total | |
~/src/xbps(master ✗) time LD_PRELOAD=lib/libxbps.so.2.0.0 xbps-uhelper digest /tmp/testfile | |
78cb14b60e49246fa5db70e63b44272367a7eb8acb16bc18d62eec682787915d | |
LD_PRELOAD=lib/libxbps.so.2.0.0 xbps-uhelper digest /tmp/testfile 2.73s user 0.10s system 99% cpu 2.832 total | |
~/src/xbps(master ✗) git diff|cat | |
diff --git a/lib/util_hash.c b/lib/util_hash.c | |
index 6306dfb..a374c33 100644 | |
--- a/lib/util_hash.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/transaction_ops.c b/lib/transaction_ops.c | |
index 7dd52e4..38bfda6 100644 | |
--- a/lib/transaction_ops.c | |
+++ b/lib/transaction_ops.c | |
@@ -62,10 +62,10 @@ static int | |
trans_find_pkg(struct xbps_handle *xhp, const char *pkg, bool reinstall) | |
{ | |
xbps_dictionary_t pkg_pkgdb = NULL, pkg_repod = NULL; | |
- xbps_array_t unsorted, replaces; | |
- const char *repoloc, *repopkgver, *instpkgver, *reason; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/transaction_ops.c b/lib/transaction_ops.c | |
index 7dd52e4..75ef7fd 100644 | |
--- a/lib/transaction_ops.c | |
+++ b/lib/transaction_ops.c | |
@@ -62,10 +62,11 @@ static int | |
trans_find_pkg(struct xbps_handle *xhp, const char *pkg, bool reinstall) | |
{ | |
xbps_dictionary_t pkg_pkgdb = NULL, pkg_repod = NULL; | |
- xbps_array_t unsorted, replaces; | |
- const char *repoloc, *repopkgver, *instpkgver, *reason; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/common/shlibs b/common/shlibs | |
index 05b4da1..a28ea51 100644 | |
--- a/common/shlibs | |
+++ b/common/shlibs | |
@@ -745,7 +745,7 @@ libXevie.so.1 libXevie-1.0.2_1 | |
libatspi.so.0 at-spi2-core-1.91.91_1 | |
libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1 | |
libmutter.so.0 mutter-3.4.1_1 | |
-libvte2_90.so.9 vte3-0.28.0_1 | |
+libvte-2.91.so.0 vte3-0.38.0_1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration file for XBPS. | |
# | |
# - Lines starting with # are ignored. | |
# - Values are set after the equal sign, and don't accept blanks nor newlines. | |
# Set root directory, by default set to /. This expects an absolute path. | |
#rootdir=/ | |
# Set cache directory, if starts with / it's an absolute path, | |
# otherwise it's relative to rootdir. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
<svg | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:cc="http://creativecommons.org/ns#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:svg="http://www.w3.org/2000/svg" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/common/environment/setup/install.sh b/common/environment/setup/install.sh | |
index 86394ea..081f051 100644 | |
--- a/common/environment/setup/install.sh | |
+++ b/common/environment/setup/install.sh | |
@@ -13,10 +13,22 @@ _noglob_helper() { | |
} | |
# Apply _noglob to v* commands | |
-for cmd in vinstall vcopy vmove vmkdir vbin vman vdoc vconf vsconf vlicense; do | |
+for cmd in vinstall vcopy vmove vmkdir vbin vman vdoc vconf vsconf vlicense vsv; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting Build | |
Settings evaluated using settings file '/home/tox/dev/src/prae/qabel-core/settings.gradle'. | |
Projects loaded. Root project using build file '/home/tox/dev/src/prae/qabel-core/build.gradle'. | |
Included projects: [root project 'qabel-core'] | |
Evaluating root project 'qabel-core' using build file '/home/tox/dev/src/prae/qabel-core/build.gradle'. | |
All projects evaluated. | |
Selected primary task 'check' | |
Tasks to be executed: [task ':compileJava', task ':processResources', task ':classes', task ':compileTestJava', task ':processTestResources', task ':testClasses', task ':test', task ':check'] | |
:compileJava (Thread[main,5,main]) started. | |
:compileJava |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/src/prae/qabel-desktop(master ✗) java -jar build/libs/qabel-desktop.jar --module ../qabel-helloworld-module/build/libs/qabel-helloworld-module-0.1.jar:de.qabel.helloworld.QblHelloWorldModule | |
Exception in thread "main" java.lang.ExceptionInInitializerError | |
at de.qabel.core.crypto.QblPrimaryKeyPair.<init>(QblPrimaryKeyPair.java:23) | |
at de.qabel.core.crypto.QblKeyFactory.generateQblPrimaryKeyPair(QblKeyFactory.java:83) | |
at de.qabel.desktop.QblMain.loadContacts(QblMain.java:48) | |
at de.qabel.desktop.QblMain.main(QblMain.java:37) | |
Caused by: java.lang.SecurityException: JCE cannot authenticate the provider BC | |
at javax.crypto.Cipher.getInstance(Cipher.java:642) | |
at javax.crypto.Cipher.getInstance(Cipher.java:580) | |
at de.qabel.core.crypto.CryptoUtils.<init>(CryptoUtils.java:69) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=> Using `/home/tox/dev/src/void-packages/hostdir/binpkgs/gnome3.14' as local repository. | |
[*] Updating `http://repo.voidlinux.eu/current/x86_64-repodata' ... | |
[*] Updating `http://repo.voidlinux.eu/current/nonfree/x86_64-repodata' ... | |
[*] Updating `http://repo.voidlinux.eu/current/multilib/x86_64-repodata' ... | |
[*] Updating `http://repo.voidlinux.eu/current/multilib/nonfree/x86_64-repodata' ... | |
=> Using `/host/binpkgs/gnome3.14' as local repository. | |
=> mutter-3.14.1_1: required dependencies: | |
[host] pkg-config>=0: found pkg-config-0.28_3 in http://repo.voidlinux.eu/current. | |
[host] intltool>=0: found intltool-0.50.2_2 in http://repo.voidlinux.eu/current. | |
[host] gnome-doc-utils>=0: found gnome-doc-utils-0.20.10_2 in http://repo.voidlinux.eu/current. |