summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
AgeCommit message (Collapse)Author
2018-07-12gnu: Syncthing: Fix a crash bug.Leo Famulari
* gnu/packages/patches/syncthing-fix-crash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/syncthing.scm (syncthing)[source]: Use it.
2018-06-20gnu: Move go-github-com-kardianos-osext to (gnu packages golang).Leo Famulari
This package will not be used in later versions of Syncthing but may be needed by other Go programs. * gnu/packages/syncthing.scm (go-github-com-kardianos-osext): Move to ... * gnu/packages/golang.scm: ... here.
2018-06-06Merge branch 'master' into core-updatesRicardo Wurmus
2018-06-05gnu: Update Syncthing to 0.14.48.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.48.
2018-06-05gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 0.0.0-2.abb8cba.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash-adler32): Update to 0.0.0-2.abb8cba.
2018-05-06Merge branch 'master' into core-updatesMarius Bakke
2018-05-01gnu: syncthing: Update to 0.14.47.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.47.
2018-05-01gnu: syncthing: Use Syncthing's fork of the notify module.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-zillode-notify): Replace with ... (go-github-com-syncthing-notify): ... this new variable. (syncthing)[inputs]: Adjust accordingly.
2018-05-01gnu: syncthing: Adjust the union of standard library networking modules.Leo Famulari
The removed package is no longer needed by Syncthing. * gnu/packages/syncthing.scm (go-golang-org-x-net-union): Remove go-golang-org-x-net-context.
2018-05-01gnu: go-github-com-kardianos-osext: Skip the tests.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-kardianos-osext)[arguments]: Disable the test suite.
2018-04-30Merge branch 'master' into core-updatesMark H Weaver
2018-04-21gnu: go-github-com-vitrun-qart-qr: Remove duplicate 'description' field.Mark H Weaver
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-qr)[description]: Remove duplicate 'description' field.
2018-04-21Merge branch 'master' into core-updatesMark H Weaver
2018-04-17gnu: Move the Go standard libraries to (gnu packages golang).Leo Famulari
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt, go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2, go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20, go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish, go-golang-org-x-crypto-xtea, go-golang-org-x-net-ipv4, go-golang-org-x-net-bpf, go-golang-org-x-net-context, go-golang-org-x-net-internal-iana, go-golang-org-x-net-ipv6, go-golang-org-x-net-proxy, go-golang-org-x-sys-unix, go-golang-org-x-text-transform, go-golang-org-x-text-unicode-norm, go-golang-org-x-time-rate): Move these packages ... * gnu/packages/golang.scm: ... to here.
2018-04-10Merge branch 'master' into core-updatesMark H Weaver
2018-04-04gnu: syncthing: Update to 0.14.46.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.46.
2018-04-04gnu: go-github-com-zillode-notify: Update to 0.0.0-3.53dd687.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-zillode-notify): Update to 0.0.0-3.53dd687. [source]: Update URL. [arguments]: Update #:import-path.
2018-03-27gnu: Use invoke and return #t from all builders.Mark H Weaver
* gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/avr.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm, gnu/packages/certs.scm, gnu/packages/check.scm, gnu/packages/code.scm, gnu/packages/commencement.scm, gnu/packages/dictionaries.scm, gnu/packages/docbook.scm, gnu/packages/emacs.scm, gnu/packages/embedded.scm, gnu/packages/fonts.scm, gnu/packages/games.scm, gnu/packages/gnome.scm, gnu/packages/gnu-doc.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm, gnu/packages/javascript.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/pkg-config.scm, gnu/packages/qt.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/sdl.scm, gnu/packages/statistics.scm, gnu/packages/syncthing.scm, gnu/packages/tex.scm, gnu/packages/web.scm, gnu/packages/wine.scm, gnu/packages/xfce.scm: In the builders of packages using 'trivial-build-system', use invoke where appropriate, raise exceptions on errors, and otherwise return #t.
2018-03-20Merge branch 'master' into core-updatesMark H Weaver
2018-03-17gnu: Fix more ‘filesystem’ spellings.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pyinotify)[description]: Spell ‘file system’ as ‘file system’. * gnu/packages/syncthing.scm (go-github-com-zillode-notify)[synopsis]: Likewise. (go-github-com-prometheus-procfs)[description]: Likewise. Minorly tweak grammar.
2018-03-16gnu: All snippets report errors using exceptions, else return #t.Mark H Weaver
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm, gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/fpga.scm, gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm, gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm, gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm, gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm, gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm, gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm, gnu/packages/pretty-print.scm, gnu/packages/profiling.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm, gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm, gnu/packages/scribus.scm, gnu/packages/sdl.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm, gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm, gnu/packages/terminals.scm, gnu/packages/texinfo.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/tls.scm, gnu/packages/unrtf.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: In all snippets, report errors using exceptions, or else return #t.
2018-03-06gnu: syncthing: Update to 0.14.45.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.45. [inputs]: Remove go-github-com-xtaci-kcp-go, go-github-com-ccding-go-stun, and go-github-com-xtaci-smux. Add go-github-com-pkg-errors.
2018-03-06gnu: Remove go-github-com-templexxx-xor.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-templexxx-xor): Remove variable.
2018-03-06gnu: Remove go-github-com-templexxx-cpufeat.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): Remove variable.
2018-03-06gnu: Remove go-github-com-tjfoc-gmsm-sm4.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): Remove variable.
2018-03-06gnu: Remove go-github-com-klauspost-reedsolomon.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-klauspost-reedsolomon): Remove variable.
2018-03-06gnu: Remove go-github-com-klauspost-cpuid.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-klauspost-cpuid): Remove variable.
2018-03-06gnu: Remove go-github-com-ccding-go-stun.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Remove variable.
2018-03-06gnu: Remove go-github-com-xtaci-kcp-go.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-xtaci-kcp-go): Remove variable.
2018-03-06gnu: Remove go-github-com-xtaci-smux.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-xtaci-smux): Remove variable.
2018-02-08gnu: Update syncthing to 0.14.44.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.44. [inputs]: Add go-github-com-prometheus-union and remove go-github-com-edsrzf-mmap-go. [source]: Delete bundled dependencies in a snippet. [arguments]: Remove the 'delete-bundled-source-code' phase.
2018-02-08gnu: go-github-com-zillode-notify: Update to 0.0.0-2.a8abcfb.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-zillode-notify): Update to 0.0.0-2.a8abcfb.
2018-02-08gnu: Add go-github-com-prometheus-union.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-prometheus-union): New variable.
2018-02-08gnu: Add go-github-com-client-golang-prometheus.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-client-golang-prometheus): New variable.
2018-02-08gnu: Add go-github-com-client-golang-prometheus-promhttp.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-client-golang-prometheus-promhttp): New variable.
2018-02-08gnu: Add go-github-com-prometheus-procfs.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs): New variable.
2018-02-08gnu: Add go-github-com-prometheus-common-expfmt.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-prometheus-common-expfmt): New variable.
2018-02-08gnu: Add go-github-com-matttproud-golang-protobuf-extensions-pbutil.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil): New variable.
2018-02-08gnu: Add go-github-com-prometheus-client-model-go.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-prometheus-client-model-go): New variable.
2018-02-08gnu Add go-github-com-golang-protobuf-proto.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-golang-protobuf-proto): New variable.
2018-02-08gnu: go-github-com-gogo-protobuf: Update to 0.5-2.160de10.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf): Update to 0.5-2.160de10.
2018-02-08gnu: Add go-github-com-beorn7-perks-quantile.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile): New variable.
2018-01-19gnu: Consistently Write ‘file system(s)’.Tobias Geerinckx-Rice
It is the GNU way. * doc/guix.texi (Build Systems, DNS Services): Write ‘file system(s)’. * gnu/build/vm.scm (create-ext-file-system, create-fat-file-system): Likewise. * gnu/packages/backup.scm (dirvish, rsnapshot)[description]: Likewise. * gnu/packages/check.scm (python-testpath)[description]: Likewise. * gnu/packages/disk.scm (pydf)[description]: Likewise. * gnu/packages/file-systems.scm (disorderfs)[synopsis, description]: Likewise. (glusterfs)[description]: Likewise. * gnu/packages/haskell.scm (ghc-directory, ghc-system-fileio-bootstrap) (ghc-system-fileio)[synopsis]: Likewise. (ghc-fsnotify)[description]: Likewise. * gnu/packages/linux.scm (proot)[description]: Likewise. (jmtpfs)[synopsis, description]: Likewise. * gnu/packages/mate.scm (caja, caja-extensions)[description]: Likewise. * gnu/packages/storage.scm (ceph)[description]: Likewise. * gnu/packages/sync.scm (lsyncd)[description]: Likewise. * gnu/packages/syncthing.scm (syncthing)[synopsis]: Likewise. (go-github-com-zillode-notify)[description]: Likewise. * gnu/services/nfs.scm (pipefs-service-type): Likewise. * guix/scripts/system.scm (perform-action): Likewise.
2018-01-10gnu: syncthing: Update to 0.14.43.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to v0.14.43.
2018-01-10gnu: Golang X text libraries: Update to 0.0.0-1.e19ae14.Leo Famulari
* gnu/packages/syncthing.scm (go-golang-org-x-text-transform, go-golang-org-x-text-unicode-norm): Update to 0.0.0-1.e19ae14.
2018-01-10gnu: Golang X net libraries: Update to 0.0.0-1.d866cfc.Leo Famulari
* gnu/packages/syncthing.scm (go-golang-org-x-net-ipv4, go-golang-org-x-net-bpf, go-golang-org-x-net-context, go-golang-org-x-net-internal-iana, go-golang-org-x-net-ipv6, go-golang-org-x-net-proxy): Update to 0.0.0-1.d866cfc.
2018-01-10gnu: Golang X crypto libraries: Update to 0.0.0-1.95a4943.Leo Famulari
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt, go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2, go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20, go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish, go-golang-org-x-crypto-xtea): Update to 0.0.0-1.95a4943.
2018-01-10gnu: go-github-com-xtaci-smux: Update to 1.0.6-0.c3e1824.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-xtaci-smux): Update to 1.0.6-0.c3e1824.
2018-01-10gnu: go-github-com-tjfoc-gmsm-sm4: Update to 0.0.0-1.98aa888.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): Update to 0.0.0-1.98aa888.
2018-01-10gnu: go-github-com-thejerf-suture: Update to 2.0.1-0.87e298c.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-thejerf-suture): Update to 2.0.1-0.87e298c.