maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: nmap: Update to 7.91. 3c452a35ef6e34ec9221114713c11fe912adebd5 Tobias Geerinckx-Rice 2020-10-13 12:53:04
gnu: txr: Update to 244. 7b554d690fc12b5011fe168cafaa2447f7d0b304 Guillaume Le Vaillant 2020-10-13 11:41:37
gnu: Add rust-termios-0.2. 39225ffea27d160cc96fbd057abe0604cc781fb6 John Soo 2020-06-17 22:26:07
gnu: rust-toml-0.5: Update to 0.5.7. edbbb95ed239bd04c818ac81f5a3ab98819de34b Efraim Flashner 2020-10-13 07:53:51
gnu: rust-glob-0.3: Skip tests. 43b6bad7b3ca4544759609d1d67e5920b9f02bc1 Efraim Flashner 2020-10-13 07:45:57
gnu: rust-getopts-0.2: Don't skip build. 1c054e3f717968b0c40ff0faabd654a2bc19be3d Efraim Flashner 2020-10-13 07:42:20
gnu: rust-fxhash-0.2: Don't skip build. 8d71613ca7e3e0c94d7bcf526fa24af59c4888c7 Efraim Flashner 2020-10-13 07:40:30
gnu: rust-arrayref-0.3: Update to 0.3.6. cc6ff9c53717b5524a6fea852cd9035b5f273856 Efraim Flashner 2020-10-13 07:28:25
gnu: rust-arrayref-0.3: Don't skip build. 8b71a2a614f29d8612160a6b96455bcc60b8a61d Efraim Flashner 2020-10-13 07:27:53
gnu: rust-brotli-decompressor-2.3: Remove minor version from name. 23a50353eb594f69e270857f6c30393d4e53333c Efraim Flashner 2020-10-13 06:54:29
gnu: rust-brotli-decompressor-2.3: Skip tests. c4693a92d25f7fb05da87824c63af8289fdc3f70 Efraim Flashner 2020-10-13 06:52:46
gnu: rust-tokio-rustls-0.13: Skip network tests. 6263dc3bc00cb8339623fb0973bb2da85fb26e12 Efraim Flashner 2020-10-13 06:38:11
gnu: rust-tokio-rustls-0.14: Skip network tests. 6c522a53bdb3ef43debe2ca9f13bbc354504e827 Efraim Flashner 2020-10-13 06:36:57
gnu: newsboat: Update to 2.21. 3cdcdcf539827819dfb6357e47404cdb4bec268a Efraim Flashner 2020-10-13 06:28:30
gnu: rust-unicode-width-0.1: Update to 0.1.8. 673de819ff31ef7837753fbc83176233f668ae83 Efraim Flashner 2020-10-13 06:05:54
gnu: Add emacs-py-isort. ddd61916ce864b473a115d39d73b233978914c3d Joseph LaFreniere 2020-10-13 07:21:56
gnu: libcanberra: Fix crashes on wayland. ec82d58526c27a9ca26f6c5e39cec90a48cbc1cc Julien Lepiller 2020-10-11 01:58:50
news: Add entry for '--with-c-toolchain'. a2ed00f79fd5bf69c6cca3fa7bdc62726bf848fa Ludovic Courtès 2020-10-12 16:22:17
guix build: Add '--with-c-toolchain'. abd7a474615353149a44f4504f0b4b248dcc0716 Ludovic Courtès 2020-09-28 16:56:00
packages: Add 'package-with-c-toolchain'. 46135ce4cefab9e164d75697d7ea0c8359b842e4 Ludovic Courtès 2020-09-28 15:36:42
Commit 3c452a35ef6e34ec9221114713c11fe912adebd5 - gnu: nmap: Update to 7.91.
* gnu/packages/admin.scm (nmap): Update to 7.91.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-13 12:53
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-13 13:02
Parent(s): 7b554d690fc12b5011fe168cafaa2447f7d0b304
Signer:
Signing key: 0DB0FF884F556D79
Signing status: E
Tree: 2bc25c224c7a43374a56109cf48d752fee80abdd
File Lines added Lines deleted
gnu/packages/admin.scm 2 2
File gnu/packages/admin.scm changed (mode: 100644) (index f0ae1209eb..e3db9a2fd7)
... ... done with the @code{auditctl} utility.")
2585 2585 (define-public nmap (define-public nmap
2586 2586 (package (package
2587 2587 (name "nmap") (name "nmap")
2588 (version "7.90")
2588 (version "7.91")
2589 2589 (source (origin (source (origin
2590 2590 (method url-fetch) (method url-fetch)
2591 2591 (uri (string-append "https://nmap.org/dist/nmap-" version (uri (string-append "https://nmap.org/dist/nmap-" version
2592 2592 ".tar.bz2")) ".tar.bz2"))
2593 2593 (sha256 (sha256
2594 2594 (base32 (base32
2595 "1s20i84m9bci70lrl0p2j7h3kpbi9snmvyhc3lzc9s3mh92w6msm"))
2595 "001kb5xadqswyw966k2lqi6jr6zz605jpp9w4kmm272if184pk0q"))
2596 2596 (modules '((guix build utils))) (modules '((guix build utils)))
2597 2597 (snippet (snippet
2598 2598 '(begin '(begin
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main