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

ipv6calc: 2.1.1 -> 2.2.0 #71630

Merged
merged 3 commits into from Oct 22, 2019
Merged

ipv6calc: 2.1.1 -> 2.2.0 #71630

merged 3 commits into from Oct 22, 2019

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ipv6calc/versions.

meta.description for ipv6calc is: '"Calculate/manipulate (not only) IPv6 addresses"'.

meta.homepage for ipv6calc is: '"http://www.deepspace6.net/projects/ipv6calc.html"

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

3 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
ipv6calc

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/z0gywgpmm93mg4316cclj2r66pn3d5s4-ipv6calc-2.2.0 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A ipv6calc https://github.com/r-ryantm/nixpkgs/archive/a2b030de9b890c6adba1890a0ed779c66efbc2d2.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/z0gywgpmm93mg4316cclj2r66pn3d5s4-ipv6calc-2.2.0
ls -la /nix/store/z0gywgpmm93mg4316cclj2r66pn3d5s4-ipv6calc-2.2.0/bin

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipv6calc/versions
+ use postPatch hook instead of overriding patchPhase
Copy link
Contributor

@c0bw3b c0bw3b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small issue with the man pages location here. I'm on it.

$ tree results/ipv6calc
results/ipv6calc
├── bin
│   ├── ipv6calc
│   ├── ipv6loganon
│   ├── ipv6logconv
│   └── ipv6logstats
├── lib
│   ├── libipv6calc_db_wrapper.so.2.2.0
│   └── libipv6calc.so.2.2.0
├── nix
│   └── store
│       └── ma5nxwgim6m379w14ck54alk4ddnzn7x-ipv6calc-2.2.0
│           └── share
│               └── man
│                   └── man8
│                       ├── ipv6calc.8
│                       ├── ipv6loganon.8
│                       ├── ipv6logconv.8
│                       └── ipv6logstats.8

+ define install dirs using configure flags
Copy link
Contributor

@c0bw3b c0bw3b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Builds and runs

$ ./results/ipv6calc/bin/ipv6calc --version
ipv6calc: version 2.2.0 DB_AS_REG DB_IPV4_REG DB_IPV6_REG DB_CC_REG DB_IEEE DB_IPV4_INFO DB_IPV6_INFO ANON_ZEROISE ANON_ANONYMIZE

@c0bw3b c0bw3b merged commit 1e60567 into NixOS:master Oct 22, 2019
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this pull request Oct 22, 2019
* ipv6calc: 2.1.1 -> 2.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipv6calc/versions

* ipv6calc: add https source url
+ use postPatch hook instead of overriding patchPhase

* ipv6calc: replace legacy geoip with maxminddb
+ define install dirs using configure flags

(cherry picked from commit 1e60567)
@r-ryantm r-ryantm deleted the auto-update/ipv6calc branch November 1, 2019 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants