nicoo
24caa79eb8
rippled: drop dead package.nix
file ( #342054 )
...
This came up while searching nixpkgs for SHA-1 hashes.
2024-09-17 17:28:53 +00:00
TomaSajt
6f1fb5741b
rippled: remove top-level with lib;
2024-06-30 12:52:20 +02:00
Sergei Trofimovich
a799f841be
rippled: fix gcc-13
build failure
...
Without the change the build fails on `master` as
https://hydra.nixos.org/build/246448950 :
In file included from /build/rippled/src/test/basics/base64_test.cpp:29,
from /build/rippled/build/CMakeFiles/rippled.dir/Unity/unity_23_cxx.cxx:4:
/build/rippled/src/ripple/basics/base64.h:65:20: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'?
65 | base64_encode(std::uint8_t const* data, std::size_t len);
| ^~~~~~~
| wint_t
2024-02-25 12:43:42 +00:00
h7x4
12315f53ff
treewide: add mainProgram
2023-11-24 21:01:03 +01:00
Weijia Wang
f749f900d4
rippled: 1.7.3 -> 1.9.4
2023-06-07 00:14:13 +03:00
Weijia Wang
1ebd98fe8c
rippled: mark as insecure
2023-05-26 00:54:15 +03:00
Vladimír Čunát
5033fffabe
treewide: avoid mixing abseil-cpp versions
...
The packages use some version through grpc;
adding in a different one is most likely not a good idea.
`rippled` has been failing to build for weeks already.
The other three packages build before and after this commit.
2022-10-30 09:44:34 +01:00
Martin Weinelt
0aee87185d
rippled: unpin protobuf
...
Fails the same three tests as on hydra, so no regression.
2022-10-03 15:16:51 +02:00
Felix Buehler
fb8a6c02bc
rippled: switch to fetchFromGitHub
2022-03-14 19:32:49 +01:00
Raghav Sood
ff6d13cdad
rippled: 1.7.0 -> 1.7.3
2021-11-21 18:19:59 +08:00
Felix Buehler
a56d117bdb
servers: replace name with pname&version
2021-07-26 20:15:46 +02:00
Gabriel Ebner
5fe63fc3fb
rippled: fix hashes
2021-05-22 16:57:32 +02:00
Raghav Sood
73438d7cd5
rippled: 1.6.0 -> 1.7.0
2021-04-15 07:30:38 +02:00
Sandro
362a2fb63f
Merge pull request #116531 from SuperSandro2000/grpc
2021-03-26 17:45:58 +01:00
Emery Hemingway
ee80707159
Trim ehmry from some package maintainers
...
I prefer not to be associated with anything blockchain related.
2021-03-23 10:24:00 +01:00
Sandro Jäckel
bfe371986f
rippled: remove packages which are no longer required after #116317
2021-03-16 16:32:48 +01:00
Sandro Jäckel
05936dfc00
rippled: remove unused inputs
2021-02-23 15:58:29 +01:00
Robert T. McGibbon
45e68ec5ed
rippled-validator-keys-tool: 20180927-d7774bc → 0.3.2
2021-02-14 12:55:34 -05:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
freezeboy
259056fae4
rippled: unbreak adding libnsl
2020-11-18 23:54:29 +01:00
Raghav Sood
68ddd0cd95
rippled: 1.5.0 -> 1.6.0
2020-08-20 14:47:49 +00:00
raghavsood
8eee3478ae
rippled: update maintainers
2020-07-06 10:00:09 +08:00
Raghav Sood
3fc86629ed
rippled: 1.5.0
2020-07-06 09:59:38 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jaka Hudoklin
2f0027f7dc
rippled: 1.2.1 -> 1.4.0
2020-01-12 19:23:31 +00:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Jaka Hudoklin
0d5b6e149d
Merge pull request #58351 from xtruder/pkgs/rippled/1.2.1
...
rippled: 1.2.0 -> 1.2.1
2019-03-27 17:13:16 +01:00
Jaka Hudoklin
dd9bebd737
rippled: 1.2.0 -> 1.2.1
2019-03-26 11:12:23 +01:00
Jaka Hudoklin
2e9390861a
rippled-validatior-keys-tool: init at d7774bcc
2019-02-15 19:47:50 +01:00
Jaka Hudoklin
6dde3a215a
rippled: 0.30.0-rc1 -> 1.2.0
2019-02-15 09:44:55 +01:00
Matthew Bauer
bfbfe941ab
treewide: use scons setup hook
...
Lots of packages can use it. Here is the list:
- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Emery Hemingway
3cf149c60d
rippled: mark build broken
2017-08-29 08:19:34 -05:00
Robin Gloster
79ac09ea06
ripple-rest: remove
...
marked as broken for > 1 yr, development is frozen and author recommends
moving to https://github.com/ripple/ripple-lib
2017-08-12 13:38:32 +02:00
Alexander Ried
3e0943d5ba
ripple-rest: mark as broken
...
development is frozen as of Nov 2015
author recommends migrating to RippleAPI
2016-05-21 18:04:17 +02:00
Emery Hemingway
2b6dcdfcd0
Rename 'emery' maintainer handle to 'ehmry', fixes #11493
...
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Jaka Hudoklin
a6c4c9df1f
rippled: 0.28.1 -> 0.30.0-rc1
2015-10-04 22:44:13 +02:00
Jaka Hudoklin
b570c644c9
Merge pull request #8223 from offlinehacker/pkgs/rippled/update
...
rippled: Update to 0.28.1
2015-06-08 16:49:39 +02:00
Jaka Hudoklin
161418537c
rippled: Update to 0.28.1
2015-06-08 14:15:07 +02:00
Jaka Hudoklin
2e5dbc4746
Add ripple rest module
2015-06-08 13:48:23 +02:00
Jaka Hudoklin
5c41b342d4
Merge pull request #7557 from offlinehacker/pkgs/rippled/update
...
rippled: update to 0.27.4
2015-04-25 15:45:02 +02:00
Jaka Hudoklin
b8ff249e8f
rippled: update to 0.27.4
2015-04-25 15:20:24 +02:00
Luca Bruno
5370dcccfe
rippled: broken on i686 linux
2015-04-16 18:16:14 +02:00
Jaka Hudoklin
75169aabc3
Add ripple data api package and nixos service
2015-03-26 20:02:39 +01:00
Jaka Hudoklin
12fde06cdd
rippled: update to 0.27.3-sp2
2015-03-18 20:31:05 +01:00
William A. Kennington III
3aa7f22228
rippled: Refactor and update to 0.26.2
2014-11-02 17:22:28 -08:00
William A. Kennington III
31220480d8
boost: Update depdendent packages
2014-09-21 17:20:59 -07:00