summary refs log tree commit diff
path: root/pkgs/tools/networking/srelay
Commit message (Collapse)AuthorAge
* treewide: mark packages broken that never built on PLATFORMRick van Schijndel2022-12-13
| | | | | | | | | | | | | | | | | | | Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken Tool is still WIP but this is one of the first results. I manually audited the results and removed some results that were not valid. Note that some of these packages maybe should have more constrained platforms set instead of broken set, but I think not being perfectly correct is better than just keep trying to build all these things and never succeeding. Some observations: - Some darwin builds require XCode tools - aarch64-linux builds sometimes suffer from using gcc9 - gcc9 is getting older and misses some new libraries/features - Sometimes tools try to do system detection or expect some explicit settings for platforms that are not x86_64-linux
* srelay: fix build with libxcryptFranz Pletz2022-10-09
|
* tools/networking: replace name with pname&versionFelix Buehler2021-08-04
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* srelay: 0.4.8b6 -> 0.4.8Ryan Mulligan2018-02-27
| | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 0.4.8 with grep in /nix/store/0wb5vj0zlgl16yfzs26r11f3r7767w4v-srelay-0.4.8 - found 0.4.8 in filename of file in /nix/store/0wb5vj0zlgl16yfzs26r11f3r7767w4v-srelay-0.4.8
* srelay: switch sf downloads to mirror://J Phani Mahesh2016-08-20
| | | | | This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net
* Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"Joachim Fasting2016-08-20
| | | | | | | This reverts commit 217594fd1d0b4cc36c98c1605b73ccb50ce57bc8, reversing changes made to 8e8a89d8a8f9d801f9e17d48325d06f20743b364. Turns out it wasn't ready afterall ...
* srelay: switch sf downloads to mirror://J Phani Mahesh2016-08-20
|
* srelay: init at 0.4.8b6 (#16833)Jookia2016-07-11