Skip to content

Commit

Permalink
Release v2.1.3, switch to mirrors.kernel.org Ubuntu package mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
io12 committed Feb 5, 2020
1 parent 9580480 commit 36fbe86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pwninit"
version = "2.1.2"
version = "2.1.3"
authors = ["Benjamin Levy <blevy@protonmail.com>"]
edition = "2018"
description = "automate starting binary exploit challenges"
Expand Down
6 changes: 3 additions & 3 deletions src/libc_deb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ use snafu::OptionExt;
use snafu::ResultExt;
use snafu::Snafu;

/// URL for new Ubuntu glibc packages. This is of the few Ubuntu mirrors that
/// uses HTTPS.
pub static PKG_URL_NEW: &str = "https://lug.mtu.edu/ubuntu/pool/main/g/glibc";
/// URL for new Ubuntu glibc packages. This is one of the few Ubuntu mirrors
/// that uses HTTPS.
pub static PKG_URL_NEW: &str = "https://mirrors.edge.kernel.org/ubuntu/pool/main/g/glibc";

/// URL for old Ubuntu glibc packages. Note that "old package" doesn't
/// necessarily correspond to "old glibc version." This is one of the few Ubuntu
Expand Down

0 comments on commit 36fbe86

Please sign in to comment.