summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
Commit message (Collapse)AuthorAge
* gnu: Syncthing: Update to 0.14.54.Leo Famulari2018-12-05
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.54.
* gnu: go-github-com-client-golang-prometheus: Update to 0.9.1-0.7e9098b.Leo Famulari2018-12-04
| | | | | | * gnu/packages/syncthing.scm (go-github-com-client-golang-prometheus): Update to 0.9.1-0.7e9098b. [arguments]: Skip the test suite.
* gnu: go-github-com-syncthing-notify: Update to 0.0.0-3.116c45b.Leo Famulari2018-12-04
| | | | * gnu/packages/syncthing (go-github-com-syncthing-notify): Update to 0.0.0-3.116c45b.
* gnu: Syncthing: Update to 0.14.53.Leo Famulari2018-12-04
| | | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.53. [source]: Use bundled libraries. [inputs]: Remove field. [arguments]: Simplify the 'build' phase.
* gnu: go-gopkg.in-asn1-ber.v1: Fix tests for go-1.11.Pierre Neidhardt2018-11-12
| | | | * gnu/packages/syncthing.scm (go-gopkg.in-asn1-ber.v1): Fix tests for go-1.11.
* gnu: go-github-com-audriusbutkevicius-cli: Fix tests for go-1.11.Pierre Neidhardt2018-11-12
| | | | * gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-cli): Fix tests for go-1.11.
* gnu: go-github-com-prometheus-common-expfmt: Fix tests for go-1.11.Pierre Neidhardt2018-11-12
| | | | * gnu/packages/syncthing.scm (go-github-com-prometheus-common-expfmt): Fix tests for go-1.11.
* gnu: Syncthing: Update to 0.14.52.Leo Famulari2018-11-06
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.52.
* gnu: Move go-golang-org-x-crypto-union from syncthing.scm to golang.scmPierre Neidhardt2018-10-24
| | | | | * gnu/packages/syncthing.scm (go-golang-org-x-crypto-union): Delete. * gnu/packages/golang.scm (go-golang-org-x-crypto-union): Add.
* gnu: Move go-github-com-gogo-protobuf* from syncthing.scm to golang.scmPierre Neidhardt2018-10-24
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-gogo-protobuf, go-github-com-gogo-protobuf-protoc-gen-gogo, go-github-com-gogo-protobuf-union): Delete. * gnu/packages/golang.scm (go-github-com-gogo-protobuf, go-github-com-gogo-protobuf-protoc-gen-gogo, go-github-com-gogo-protobuf-union): Add.
* gnu: Syncthing: Update to 0.14.51.Leo Famulari2018-10-02
| | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.51. [arguments]: Adjust the 'increase-test-timeout' phase. [inputs]: Add go-gopkg.in-ldap.v2.
* gnu: go-github-com-thejerf-suture: Update to 3.0.0-0.bf6ee6a.Leo Famulari2018-10-02
| | | | | * gnu/packages/syncthing.scm (go-github-com-thejerf-suture): Update to 3.0.0-0.bf6ee6a.
* gnu: Add gopkg.in/ldap.v2.Leo Famulari2018-10-02
| | | | * gnu/packages/syncthing.scm (go-gopkg.in-ldap.v2): New variable.
* gnu: Add gopkg.in/asn1-ber.v1.Leo Famulari2018-10-02
| | | | * gnu/packages/syncthing.scm (go-gopkg.in-asn1-ber.v1): New variable.
* gnu: syncthing: Update to 0.14.50.Leo Famulari2018-09-11
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.50.
* gnu: go-github-com-syncthing-notify: Update to 0.0.0-2.b76b458.Leo Famulari2018-09-11
| | | | | * gnu/packages/syncthing.scm (go-github-com-syncthing-notify): Update to 0.0.0-2.b76b458.
* gnu: syncthing: Invoke build steps with INVOKE.Leo Famulari2018-08-19
| | | | * gnu/packages/syncthing.scm (syncthing)[arguments]: Use INVOKE.
* gnu: Remove go-github-com-edsrzf-mmap-go.Leo Famulari2018-08-07
| | | | * gnu/packages/syncthing.scm (go-github-com-edsrzf-mmap-go): Remove variable.
* gnu: syncthing: Update to 0.14.49.Leo Famulari2018-07-24
| | | | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.49. [source]: Remove obsolete patch. [inputs]: Remove go-github-com-kardianos-osext. * gnu/packages/patches/syncthing-fix-crash.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: go-github-com-syncthing-notify: Update to 0.0.0-1.cdf89c4.Leo Famulari2018-07-24
| | | | | * gnu/packages/syncthing.scm (go-github-com-syncthing-notify): Update to 0.0.0-1.cdf89c4.
* gnu: go-github-com-thejerf-suture: Update to 2.0.3-0.3f1fb62.Leo Famulari2018-07-24
| | | | | * gnu/packages/syncthing.scm (go-github-com-thejerf-suture): Update to 2.0.3-0.3f1fb62.
* gnu: Syncthing: Fix a crash bug.Leo Famulari2018-07-12
| | | | | | * 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.
* gnu: Move go-github-com-kardianos-osext to (gnu packages golang).Leo Famulari2018-06-20
| | | | | | | | 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.
* Merge branch 'master' into core-updatesRicardo Wurmus2018-06-06
|\
| * gnu: Update Syncthing to 0.14.48.Leo Famulari2018-06-05
| | | | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.48.
| * gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 0.0.0-2.abb8cba.Leo Famulari2018-06-05
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash-adler32): Update to 0.0.0-2.abb8cba.
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-06
|\|
| * gnu: syncthing: Update to 0.14.47.Leo Famulari2018-05-01
| | | | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.47.
| * gnu: syncthing: Use Syncthing's fork of the notify module.Leo Famulari2018-05-01
| | | | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-zillode-notify): Replace with ... (go-github-com-syncthing-notify): ... this new variable. (syncthing)[inputs]: Adjust accordingly.
| * gnu: syncthing: Adjust the union of standard library networking modules.Leo Famulari2018-05-01
| | | | | | | | | | | | | | 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.
| * gnu: go-github-com-kardianos-osext: Skip the tests.Leo Famulari2018-05-01
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-kardianos-osext)[arguments]: Disable the test suite.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\|
| * gnu: go-github-com-vitrun-qart-qr: Remove duplicate 'description' field.Mark H Weaver2018-04-21
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-vitrun-qart-qr)[description]: Remove duplicate 'description' field.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-21
|\|
| * gnu: Move the Go standard libraries to (gnu packages golang).Leo Famulari2018-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-10
|\|
| * gnu: syncthing: Update to 0.14.46.Leo Famulari2018-04-04
| | | | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.46.
| * gnu: go-github-com-zillode-notify: Update to 0.0.0-3.53dd687.Leo Famulari2018-04-04
| | | | | | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-zillode-notify): Update to 0.0.0-3.53dd687. [source]: Update URL. [arguments]: Update #:import-path.
* | gnu: Use invoke and return #t from all builders.Mark H Weaver2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge branch 'master' into core-updatesMark H Weaver2018-03-20
|\|
| * gnu: Fix more ‘filesystem’ spellings.Tobias Geerinckx-Rice2018-03-17
| | | | | | | | | | | | | | | | | | * 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.
* | gnu: All snippets report errors using exceptions, else return #t.Mark H Weaver2018-03-16
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: syncthing: Update to 0.14.45.Leo Famulari2018-03-06
| | | | | | | * 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.
* gnu: Remove go-github-com-templexxx-xor.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-templexxx-xor): Remove variable.
* gnu: Remove go-github-com-templexxx-cpufeat.Leo Famulari2018-03-06
| | | | | * gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): Remove variable.
* gnu: Remove go-github-com-tjfoc-gmsm-sm4.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): Remove variable.
* gnu: Remove go-github-com-klauspost-reedsolomon.Leo Famulari2018-03-06
| | | | | * gnu/packages/syncthing.scm (go-github-com-klauspost-reedsolomon): Remove variable.
* gnu: Remove go-github-com-klauspost-cpuid.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-klauspost-cpuid): Remove variable.
* gnu: Remove go-github-com-ccding-go-stun.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Remove variable.
* gnu: Remove go-github-com-xtaci-kcp-go.Leo Famulari2018-03-06
| | | | * gnu/packages/syncthing.scm (go-github-com-xtaci-kcp-go): Remove variable.