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: Add nmrpflash. 93d3cfec32bbbe1dfbe0be686b371973545b35b8 Danny Milosavljevic 2020-10-10 16:13:51
gnu: Add perl-opengl. 4ec2190b9f3d111e3be0d69679f8d5ff05f59926 Andreas Enge 2020-10-05 22:43:45
gnu: stumpwm: Fix the Texinfo manual. afed1b94f7902d3bd2cb2f49f6d2a6e9118cd345 Tobias Geerinckx-Rice 2020-10-10 12:01:36
services: hurd-vm: Add 'gdb-minimal' to the default OS. cf197bff6ae1aec76ca05288a09a3631e46077e7 Ludovic Courtès 2020-10-09 21:57:31
gnu: source-highlight: Allow cross-compilation. 2f4b51ab22b312b11656f70e2dd08290592358d3 Ludovic Courtès 2020-10-09 21:31:18
gnu: boost: Allow compilation on/to GNU/Hurd. 7b7b468ea401caca306f01c679d39ee09ef99be7 Ludovic Courtès 2020-10-09 21:18:09
Revert "gnu: guix: Update to commit 5918cb5." a279f7c61c61d821d481c6c241372bd5bd1dcf67 Maxim Cournoyer 2020-10-09 21:54:21
system: hurd: Add diffutils, patch, gawk, tar, gzip, bzip2, xz, and lzip. d56d79b17630aa6849503db6c6f3a2a649c6ca33 Jan (janneke) Nieuwenhuizen 2020-10-09 21:12:43
system: hurd: Include 'guile-3.0-latest' in '%base-packages/hurd'. 1103f878054a3da5c579b1144defd0014abff775 Jan (janneke) Nieuwenhuizen 2020-10-09 21:02:52
system: hurd: Add PAM support with shadow and sudo. 16f8ea064cde3ee4ef36212cdbdef90e98ba6914 Jan (janneke) Nieuwenhuizen 2020-10-09 20:55:46
gnu: guix: Update to commit 5918cb5. f08587682a631d3fe30159af838c6766dd65205b Maxim Cournoyer 2020-10-09 21:23:22
doc: Sync the client and daemon --rounds options documentation. 5918cb5341ecd76304eef2cb529e20896b56f4e5 Maxim Cournoyer 2020-10-09 20:50:01
nix: Honor '--rounds' when also using '--check'. 0fa0e8df60b0b005a8d9499562464c5a66218a5b Maxim Cournoyer 2020-10-09 20:12:15
gnu: linux-libre 4.19: Update to 4.19.150. 7ee4d47d1ad0463f3d0e05505ad49f091101383e Leo Famulari 2020-10-08 17:36:04
gnu: linux-libre 5.4: Update to 5.4.70. d9dfa10acb8b543e75efcc7b180fd56d6b3ded60 Leo Famulari 2020-10-08 17:33:52
gnu: linux-libre: Update to 5.8.14. 06a796df30cdeb08dd4ce2f584430e2223ed7e70 Leo Famulari 2020-10-08 17:29:41
gnu: sudo: Remove support for Python plug-ins. 165e0918da54643bfaf9a6cb6b866f8692e9f8f9 Jan (janneke) Nieuwenhuizen 2020-10-07 16:49:29
doc: Document missing openssh configure option. 9c1b8390ba36c0b9e3d5580b0f00206255f9b9a8 Efraim Flashner 2020-10-09 13:45:12
gnu: emacs-ivy-posframe: Update to 0.5.1. 49c5a7468aaad31b8093ae52d4684ed2f09a1c8e Nicolas Goaziou 2020-10-09 12:48:13
gnu: catch2: Update to 2.13.2. 4e395c74c81b8be3bcc26cb9d135fdd92e8b3497 Tobias Geerinckx-Rice 2020-10-08 17:16:29
Commit 93d3cfec32bbbe1dfbe0be686b371973545b35b8 - gnu: Add nmrpflash.
* gnu/packages/admin.scm (nmrpflash): New variable.
Author: Danny Milosavljevic
Author date (UTC): 2020-10-10 16:13
Committer name: Danny Milosavljevic
Committer date (UTC): 2020-10-10 16:14
Parent(s): 4ec2190b9f3d111e3be0d69679f8d5ff05f59926
Signer:
Signing key: E71A35542C30BAA5
Signing status: E
Tree: 8f07fce23e12d471916e8030f9e22c568a4e2bf2
File Lines added Lines deleted
gnu/packages/admin.scm 41 0
File gnu/packages/admin.scm changed (mode: 100644) (index d20becda3b..ce505f08a3)
... ... the system configuration; hosts only works when using the Guix package manager
4076 4076 on a foreign distro. @command{hosts} works with existing hosts files and on a foreign distro. @command{hosts} works with existing hosts files and
4077 4077 entries, providing commands to add, remove, comment, and search.") entries, providing commands to add, remove, comment, and search.")
4078 4078 (license license:expat))) (license license:expat)))
4079
4080 (define-public nmrpflash
4081 (package
4082 (name "nmrpflash")
4083 (version "0.9.14")
4084 (source
4085 (origin
4086 (method git-fetch)
4087 (uri
4088 (git-reference
4089 (url "https://github.com/jclehner/nmrpflash.git")
4090 (commit (string-append "v" version))))
4091 (sha256
4092 (base32 "1fdjrxhjs96rdclbkld57xarf592slhkp79h46z833npxpn12ck1"))
4093 (file-name (git-file-name name version))))
4094 (build-system gnu-build-system)
4095 (native-inputs
4096 `(("pkg-config" ,pkg-config)))
4097 (inputs
4098 `(("libnl" ,libnl)
4099 ("libpcap" ,libpcap)))
4100 (arguments
4101 `(#:tests? #f ; None exist
4102 #:make-flags
4103 (list (string-append "CC=" ,(cc-for-target))
4104 (string-append "PREFIX=" (assoc-ref %outputs "out")))
4105 #:phases
4106 (modify-phases %standard-phases
4107 (delete 'configure)
4108 (add-before 'install 'prepare-install
4109 (lambda* (#:key outputs #:allow-other-keys)
4110 (mkdir-p (string-append (assoc-ref outputs "out") "/bin"))
4111 #t)))))
4112 (home-page "https://github.com/jclehner/nmrpflash")
4113 (synopsis "Netgear unbrick utility")
4114 (description "This package provides a utility to flash a new firmware
4115 image to a Netgear device. It has been tested on Netgear EX2700, EX6120,
4116 EX6150v2, DNG3700v2, R6100, R6220, R7000, D7000, WNR3500, R6400, R6800,
4117 R8000, R8500, WNDR3800, but is likely to be compatible with many other
4118 Netgear devices.")
4119 (license license:gpl3+)))
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