civodul

civodul извршује push са ознаком v0.5.0 на cwebber/guile-gcrypt

пре 1 месец

civodul извршује push на master у cwebber/guile-gcrypt

  • 1b637955d4 build: Bump version to 0.5.0. * configure.ac: Bump to 0.5.0.

пре 1 месец

civodul извршује push на master у cwebber/guile-gcrypt

  • 6a38942a43 Update NEWS.
  • d5c2e238e2 mac: Add new hmac algorithms. * gcrypt/mac.scm (mac-algorithm): Add new hmac algorithms.
  • 7fb6be104a hash: Add new algorithms. * gcrypt/hash.scm (hash-algorithm): Add.
  • 951666fb4b build: Require Autoconf >= 2.69. * configure.ac: Add ‘AC_PREREQ’.
  • d161e31064 doc: Document ‘hash-data->bytevector’. * guile-gcrypt.texi (Public-Key Cryptography): Document ‘hash-data->bytevector’.
  • Поређење ових 6 комита »

пре 1 месец

civodul затвара захтев за спајање cwebber/guile-gcrypt#9

Tokenisation changes

пре 1 месец

civodul коментарише на задатаку cwebber/guile-gcrypt#9

Tokenisation changes

Hey Chris,

пре 1 месец

civodul извршује push на master у cwebber/guile-gcrypt

  • f5854cd276 pk-crypto: Don't return symbols from hash-data->bytevector. Call canonical-sexp-nth-data with #:possibly-token? #f to avoid ever returning a symbol for the hash. * gcrypt/pk-crypto.scm (hash-data->bytevector): Call canonical-sexp-nth-data with #:symbolize-tokens? #f for the hash. * tests/pk-crypto.scm ("hash-data->bytevector"): New test. Modified-by: Ludovic Courtès <ludo@gnu.org>
  • eb01bf3afd pk-crypto: ‘canonical-sexp-nth-data’ takes #:possibly-token? parameter. * gcrypt/pk-crypto.scm (canonical-sexp-nth-data): Add #:possibly-token?.
  • 3964eabf03 pk-crypto: Limit token-string? to ASCII. Since I think this provides behaviour more consistent with the specification. * gcrypt/pk-crypto.scm (token-string?): Limit the digits and letters to a subset of ASCII.
  • Поређење ових 3 комита »

пре 1 месец

civodul коментарише на задатаку guile-zlib/guile-zlib#8

compatibility with zlib-ng

Just tagged `v0.2.2`!

пре 8 месеци

civodul извршује push са ознаком v0.2.2 на guile-zlib/guile-zlib

пре 8 месеци

civodul извршује push на master у guile-zlib/guile-zlib

пре 8 месеци

civodul затвара задатак guile-zlib/guile-zlib#8

compatibility with zlib-ng

пре 8 месеци

civodul коментарише на задатаку guile-zlib/guile-zlib#8

compatibility with zlib-ng

Hey @vagrant,

пре 8 месеци

civodul извршује push на master у guile-zlib/guile-zlib

  • ce304dd309 test: Increase write size for write test. The "gzip output port, error" test writes 65536 of likely uncompressible bytes and expects that the zlib library writes it immediately to the fd. This happens with zlib but does not happen with zlib-ng as it caches this amount and does not write (yet). The test fails as the error is not observed. Once the fd is "dropped" the fd is closed by the garbage collector and the error is thrown but not caught by the test. This is my understanding and I just learned that guile exists. Increase the number of written bytes so that zlib-ng als writes immediately to the fd and throws the error. Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Signed-off-by: Ludovic Courtès <ludo@gnu.org>

пре 8 месеци

civodul извршује push на master у guile-zlib/guile-zlib

  • 7eb66708fb Fix uncompress for native 32-bit systems. * zlib.scm (uncompress): Use the sizeof an unsigned-long for all size calculations instead of forcing 64-bit integers. Signed-off-by: Ludovic Courtès <ludo@gnu.org>

пре 8 месеци

civodul извршује push са ознаком v0.2.1 на guile-zlib/guile-zlib

пре 1 година

civodul извршује push на master у guile-zlib/guile-zlib

  • cfaf683579 maint: Bump to 0.2.1. * configure.ac: Bump to 0.2.1.
  • 6c764876a1 Add missing ‘round’ call in ‘uncompress’. * zlib.scm (uncompress): Add ‘round’ call for initial ‘length’ value. * tests/zlib.scm ("uncompress: input size times 1.5 is a fraction"): New test. * NEWS: Update.
  • Поређење ових 2 комита »

пре 1 година

civodul извршује push са ознаком v0.2.0 на guile-zlib/guile-zlib

пре 1 година

civodul затвара задатак guile-zlib/guile-zlib#7

500 when get issue

пре 1 година

civodul коментарише на задатаку guile-zlib/guile-zlib#7

500 when get issue

Hi @a_v_p,

пре 1 година

civodul извршује push на master у guile-zlib/guile-zlib

  • a3a730621d maint: Bump to 0.2.0. * configure.ac: Bump to 0.2.0.
  • 1ae908b46a Update NEWS.
  • 9000573b57 Use ‘catch #t’ instead of ‘dynamic-wind’. * zlib.scm (call-with-zlib-port): New procedure. (call-with-gzip-input-port): Use it instead of ‘dynamic-wind’. (call-with-gzip-output-port, call-with-zlib-input-port) (call-with-zlib-output-port): Likewise.
  • 00d141988e maint: Turn off auto-compilation when invoking ‘guild compile’. This avoids the dreaded warning: ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /gnu/store/…-guile-3.0.9/bin/guild ;;; WARNING: compilation of /gnu/store/…-guile-3.0.9/bin/guild failed: ;;; failed to create path for auto-compiled file "/gnu/store/…-guile-3.0.9/bin/guild" * Makefile.am (.scm.go): Set GUILE_AUTO_COMPILE=0.
  • Поређење ових 4 комита »

пре 1 година

civodul извршује push на master у guile-zlib/guile-zlib

  • c4fdf6f411 Adjust use of ‘set-port-encoding!’ for Guile 2.0 portability. Fixes a regression on Guile 2.0 introduced in commit 5ee750969b90246857c26bb917cfcbae9135f6d4. * zlib.scm (set-port-encoding!*): New procedure. (make-gzip-input-port, make-gzip-output-port) (make-zlib-input-port, make-zlib-output-port): Use it instead of ‘set-port-encoding!’.
  • 43e6bd506e build: Display individual test names on ‘make check’. * Makefile.am (AM_SCM_LOG_DRIVER_FLAGS): Change to ‘--brief=no’.
  • d30913ee63 tests: Skip test that relies on ‘call-with-output-bytevector’ on Guile 2.x. * tests/zlib.scm: Skip test when ‘call-with-output-bytevector’ is missing. Give the test a name.
  • Поређење ових 3 комита »

пре 1 година