summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
Commit message (Collapse)AuthorAge
* gnu: fossil: Update to 2.2.ng02017-08-16
| | | | | | * gnu/packages/version-control.scm (fossil): Update to 2.2. [source]: Add uri for older versions. [arguments]: Enable previously disabled test.
* gnu: cgit: Don't build cgit's special 'git:src' input.Leo Famulari2017-08-15
| | | | | | | | | | This special version of Git is only used within the build process of cgit. We don't need to build it otherwise, so the package is removed with this commit. * gnu/packages/version-control.scm (cgit)[inputs]: Replace the git@2.10 package with an origin reference of the source code. (git@2.10): Remove variable.
* gnu: cvs: Fix CVE-2017-12836.Leo Famulari2017-08-14
| | | | | | * gnu/packages/patches/cvs-2017-12836.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (cvs)[source]: Use it.
* gnu: git@2.10: Update to 2.10.4 [fixes CVE-2017-1000117].Marius Bakke2017-08-14
| | | | | | | ...also disable tests, since they broke after c9f4f56b24801718d89c2520b. * gnu/packages/version-control.scm (git@2.10): Update to 2.10.4. [arguments]: New field.
* gnu: mercurial: Update to 4.2.3 [fixes CVE-2017-1000116].Leo Famulari2017-08-10
| | | | * gnu/packages/version-control.scm (mercurial): Update to 4.2.3.
* gnu: git: Update to 2.14.1 [fixes CVE-2017-1000117].Leo Famulari2017-08-10
| | | | * gnu/packages/version-control.scm (git): Update to 2.14.1.
* gnu: subversion: Update to 1.8.19 [fixes CVE-2017-9800].Leo Famulari2017-08-10
| | | | | * gnu/packages/version-control.scm (subversion): Update to 1.8.19. [source]: Add alternate URL.
* gnu: git: Update to 2.14.0.Marius Bakke2017-08-05
| | | | * gnu/packages/version-control.scm (git): Update to 2.14.0.
* gnu: git: Enable tests.Marius Bakke2017-08-04
| | | | | * gnu/packages/version-control.scm (git)[arguments]: Remove #:tests?. Add 'patch-tests' phase.
* gnu: git: Update to 2.13.4.Marius Bakke2017-08-01
| | | | * gnu/packages/version-control.scm (git): Update to 2.13.4.
* gnu: libgit2: Enable SHA-1 collision detection.Leo Famulari2017-08-01
| | | | | * gnu/packages/version-control.scm (libgit2)[arguments]: Enable '-DUSE_SHA1DC' in #:configure-flags.
* gnu: libgit2: Add "debug" output.Ludovic Courtès2017-07-31
| | | | * gnu/packages/version-control.scm (libgit2)[outputs]: New field.
* gnu: libgit2: Update to 0.26.0.Ludovic Courtès2017-07-31
| | | | | | | * gnu/packages/version-control.scm (libgit2): Update to 0.26.0. Remove "libgit2-use-after-free.patch". * gnu/packages/patches/libgit2-use-after-free.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: subversion: Update to 1.8.18.Leo Famulari2017-07-27
| | | | * gnu/packages/version-control.scm (subversion): Update to 1.8.18.
* gnu: git: Update to 2.13.3.Marius Bakke2017-07-13
| | | | * gnu/packages/version-control.scm (git): Update to 2.13.3.
* gnu: Add java-jgit-4.2.Ricardo Wurmus2017-07-09
| | | | * gnu/packages/version-control.scm (java-jgit-4.2): New variable.
* gnu: Add java-jgit.Ricardo Wurmus2017-07-09
| | | | * gnu/packages/version-control.scm (java-jgit): New variable.
* gnu: git: Update to 2.13.2.Marius Bakke2017-06-25
| | | | * gnu/packages/version-control.scm (git): Update to 2.13.2.
* gnu: Remove unnecessary module import.Ludovic Courtès2017-06-22
| | | | | | This is a followup to d2885c83929b66a0cf98e740372bddb7e8787631. * gnu/packages/version-control.scm: Remove needless module import.
* gnu: cvs-fast-export: Update to 1.43.Efraim Flashner2017-06-21
| | | | | | * gnu/packages/version-control.scm (cvs-fast-export): Update to 1.43. [arguments]: Add phases to not build architecture-specific optimized code and to force python-2. Disable parallel building.
* gnu: subversion: Don't create 'perllocal.pod'.Marius Bakke2017-06-18
| | | | | * gnu/packages/version-control.scm (subversion)[arguments]: Add "NO_PERLLOCAL=1" to Makefile.PL arguments in "install-perl-bindings" phase.
* gnu: git: Prevent creating 'perllocal.pod'.Marius Bakke2017-06-18
| | | | | * gnu/packages/version-control.scm (git)[arguments]<#:phases>: Rename 'patch-makefile-shebangs' to 'patch-makefiles'. Add substitution.
* gnu: mercurial: Update to 4.2.1.eacces2017-06-11
| | | | | | * gnu/packages/version-control.scm (mercurial): Update to 4.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git: Update to 2.13.1.Marius Bakke2017-06-05
| | | | * gnu/packages/version-control.scm (git): Update to 2.13.1.
* gnu: libgit2: Fix Clar test framework.Sergei Trofimovich2017-06-04
| | | | | | | | | | | | | | | | | | | This commit reverts 'patch' hack introduced in a48a1071a686b250bf8b7982ca0ce8dda1d93c61 and fixes bug in the Clar test framework. Patch is proposed to Clar upstream as <https://github.com/vmg/clar/pull/78>. * gnu/local.mk: Add libgit2-0.25.1-mtime-0.patch. * gnu/packages/patches/libgit2-0.25.1-mtime-0.patch: New file. * gnu/packages/version-control.scm (libgit2)[arguments]: Remove 'apply-patch' phase. [inputs]: Remove "patch". [source]: Add 'patches' field. Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add 'git-remote-gcrypt' packageAndré Miranda2017-05-30
| | | | | | * gnu/packages/version-control.scm (git-remote-gcrypt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git@2.10: Update to 2.10.3 [fixes CVE-2017-8386].Mark H Weaver2017-05-11
| | | | * gnu/packages/version-control.scm (git@2.10): Update to 2.10.3.
* gnu: git: Update to 2.13.0.Leo Famulari2017-05-09
| | | | * gnu/packages/version-control.scm (git): Update to 2.13.0.
* gnu: Add missing copyright line.Clément Lassieur2017-05-03
| | | | | * gnu/packages/version-control.scm: Add missing copyright line for commit db88b5a.
* gnu: gitolite: Avoid references to the store in authorized_keys.Clément Lassieur2017-05-03
| | | | | * gnu/packages/version-control.scm (gitolite)[arguments]: Substitute '$glshell' with 'gitolite-shell' in ssh-authkeys.
* gnu: Use HTTPS on 2f30.org.Tobias Geerinckx-Rice2017-04-21
| | | | | | | * gnu/packages/suckless.scm (spoon, xbattmon, wificurse, skroll, sbm) (prout, noice, fortify-headers, colors)[source, home-page]: Use HTTPS. (human)[home-page]: Likewise. * gnu/packages/version-control.scm (stagit)[source, home-page]: Likewise.
* gnu: version-control: Use HTTPS where possible.Tobias Geerinckx-Rice2017-04-21
| | | | | * gnu/packages/version-control.scm (git)[home-page]: Use HTTPS. (cvs)[source, home-page]: Likewise.
* gnu: git-crypt: Double-space Texinfo mark-up.Tobias Geerinckx-Rice2017-04-21
| | | | | * gnu/packages/version-control.scm (git-crypt)[description]: Use two spaces where one would suffice.
* gnu: diffstat: Use @command mark-up.Tobias Geerinckx-Rice2017-04-21
| | | | | * gnu/packages/version-control.scm (diffstat)[synopsis, description]: Use @command.
* gnu: diffstat: Update to 1.61.Tobias Geerinckx-Rice2017-04-21
| | | | | * gnu/packages/version-control.scm (diffstat): Update to 1.61. [source]: Add http://invisible-mirror.net mirror.
* gnu: neon: Use @enumerate mark-up.Tobias Geerinckx-Rice2017-04-21
| | | | * gnu/packages/version-control.scm (neon)[description]: Use @enumerate.
* gnu: neon: Update to 0.30.2.Tobias Geerinckx-Rice2017-04-21
| | | | * gnu/packages/version-control.scm (neon): Update to 0.30.2.
* gnu: cgit: Update to 1.1.Vasile Dumitrascu2017-04-21
| | | | | | | | | * gnu/packages/version-control.scm (cgit): Update to 1.1. (git@2.9): Rename to... (git@2.10): ... this. Update to 2.10. (cgit)[inputs]: Replace git@2.9 with git@2.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add darcs.ng02017-04-10
| | | | | | * gnu/packages/version-control.scm (darcs): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: myrepos: Use 'modify-phases' syntax.Efraim Flashner2017-04-07
| | | | | * gnu/packages/version-control.scm (myrepos)[arguments]: Use 'modify-phases' syntax.
* gnu: myrepos: Update to 1.20170129.Efraim Flashner2017-04-07
| | | | | | | * gnu/packages/version-control.scm (myrepos): Update to 1.20170129. [source]: Source tarballs have been removed from Github, use git-download to download from upstream repository. [home-page]: Use https.
* Merge branch 'master' into core-updatesMarius Bakke2017-03-30
|\ | | | | | | Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
| * gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice2017-03-30
| | | | | | | | All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
* | Merge branch 'master' into core-updatesLeo Famulari2017-03-27
|\|
| * gnu: libgit2: Patch use-after-free.Ludovic Courtès2017-03-28
| | | | | | | | | | | | | | * gnu/packages/patches/libgit2-use-after-free.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (libgit2)[inputs]: Add it. [arguments] <#:phases>: Add 'apply-patch' phase.
| * gnu: git: Update to 2.12.2.Marius Bakke2017-03-25
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.12.2.
* | gnu: rcs: Fix build against gcc-5.4.0.Sergei Trofimovich2017-03-23
| | | | | | | | | | | | | | | | * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/patches/rcs-5.9.4-noreturn.patch: New file. * gnu/packages/version-control.scm (rcs)[source]: Applied patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-22
|\|
| * gnu: Adjust asciidoc-related build options.Kei Kebreau2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and 3078821d1380c26c738be6b5d430c595327d401f make many package inputs and build configurations related to asciidoc obsolete. * gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml, libxml2 and libxslt. * gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml. (perf)[inputs]: Remove docbook-xml and libxslt. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt. * gnu/packages/version-control.scm (cgit)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. (cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2, and libxslt. (tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag. (i3-wm)[inputs]: Remove docbook-xml. [native-inputs]: Add libxml2.
| * gnu: git: Update to 2.12.1.Marius Bakke2017-03-21
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.12.1.