pijul nest
guest [sign in]

Version 0.30.8/0.19.4, and solving conflicts

[?]
Dec 3, 2020, 4:52 PM
TFYJ3P2AJXRWFYSG6MV7SVN6SOKMO2H2YZD7M6PYQJO6KGYBDCOAC

Dependencies

  • [2] PDTFLA4Y Version 0.30.7
  • [3] XCNFFN6Z Thrussh-keys, version 0.19.3
  • [4] G3N4WNI6 Avoid polling the reading future again after disconnection
  • [5] E2SB74SV Version 0.30.3
  • [6] V3BRP7LQ Avoid polling the reading future again after disconnection
  • [7] CQSPFH4H Version 0.30.4
  • [8] 634OYCNM Tokio 0.3
  • [9] ELRPPXSG Fixing conflicts
  • [10] VYDCQWSF Version 0.30.6
  • [11] 7FRJYUI6 Reboot because of a bad change
  • [12] MFMCIUMJ Fixing authentication with RSA
  • [13] KNLLUDOI Correct usage of `tokio::select!`

Change contents

  • replacement in thrussh-keys/Cargo.toml at line 3
    [5.157057][3.0:19]()
    version = "0.19.3"
    [5.157057]
    [5.157076]
    version = "0.19.4"
  • edit in thrussh/src/server/mod.rs at line 490
    [5.807][4.0:31]()
    let mut is_reading = true;
  • edit in thrussh/src/server/mod.rs at line 495
    [5.869][4.32:68]()
    is_reading = false;
  • edit in thrussh/src/server/mod.rs at line 530
    [5.966][4.69:104]()
    is_reading = true;
  • edit in thrussh/src/server/mod.rs at line 577
    [5.1036][4.105:325]()
    if !is_reading {
    reading.set(start_reading(
    stream_read,
    buffer,
    session.common.cipher.clone(),
    ));
    is_reading = true
    }
  • edit in thrussh/src/server/mod.rs at line 585
    [5.1083][4.326:354]()
    is_reading = false;
  • replacement in thrussh/Cargo.toml at line 5
    [5.426214][2.0:19]()
    version = "0.30.7"
    [5.426214]
    [5.426233]
    version = "0.30.8"
  • replacement in thrussh/Cargo.toml at line 47
    [5.1684][5.1684:1708]()
    thrussh-keys = "0.19.1"
    [5.1684]
    [5.427105]
    thrussh-keys = "0.19.4"