Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wireguard: 0.0.20161230 -> 0.0.20170105 #21666

Closed
wants to merge 1 commit into from
Closed

wireguard: 0.0.20161230 -> 0.0.20170105 #21666

wants to merge 1 commit into from

Conversation

zx2c4
Copy link
Contributor

@zx2c4 zx2c4 commented Jan 5, 2017

Version bump that contains some new tools. From src/tools/INSTALL:

Installation Makefile Target
============================

    # make install

This command takes into account several environment variables:

  * PREFIX               default: /usr
  * DESTDIR              default:
  * BINDIR               default: $(PREFIX)/bin
  * LIBDIR               default: $(PREFIX)/lib
  * MANDIR               default: $(PREFIX)/share/man
  * BASHCOMPDIR          default: $(PREFIX)/share/bash-completion/completions
  * RUNSTATEDIR          default: /var/run
  * PKG_CONFIG           default: pkg-config

  * WITH_BASHCOMPLETION  default: [auto-detect]
  * WITH_WGQUICK         default: [auto-detect]
  * WITH_SYSTEMDUNITS    default: [auto-detect]

The first section is rather standard. The second section is not:

  * WITH_BASHCOMPLETION decides whether or not bash completion files for the
    tools are installed. This is just a nice thing for people who have bash.
    If you don't have bash, or don't want this, set the environment variable
    to `no'. If you'd like to force its use, even if bash-completion isn't
    detected in DESTDIR, then set it to `yes'.

  * WITH_WGQUICK decides whether or not the wg-quick(8) script is installed.
    This is a very quick and dirty bash script for reading a few extra
    variables from wg(8)-style configuration files, and automatically
    configures the interface. If you don't have bash, you probably don't want
    this at all. Likewise, if you already have a working network management
    tool or configuration, you probably want to integrate wg(8) or the direct
    WireGuard API into your network manager, rather than using wg-quick(8).
    But for folks who like simple quick&dirty scripts, this is nice. If you'd
    like to force its use, even if bash isn't detected in DESTDIR, then set it
    to `yes'.

  * WITH_SYSTEMDUNITS decides whether or not systemd units are installed for
    wg-quick(8). If you don't use systemd, you certainly don't want this, and
    should set it to `no'. If systemd isn't auto-detected, but you still would
    like to install it, set this to `yes'.

Version bump that contains some new tools.
@mention-bot
Copy link

@zx2c4, thanks for your PR! By analyzing the history of the files in this pull request, we identified @womfoo, @Mic92 and @ericsagnes to be potential reviewers.

@Mic92 Mic92 closed this in 1ba9a3c Jan 5, 2017
grahamc pushed a commit that referenced this pull request Feb 14, 2017
Version bump that contains some new tools.

fixes #21666

(cherry picked from commit 1ba9a3c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants