-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community/liboping: Use debian version of the patch
Fixes even more format string issues. See octo/liboping#60 (comment)
- Loading branch information
Showing
2 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Maintainer: Natanael Copa <[email protected]> | ||
pkgname=liboping | ||
pkgver=1.10.0 | ||
pkgrel=0 | ||
pkgrel=1 | ||
pkgdesc="A C library to generate ICMP echo requests" | ||
url="http://verplant.org/liboping/" | ||
arch="all" | ||
|
@@ -34,5 +34,5 @@ package() { | |
|
||
sha512sums=" | ||
f1e9984cf0c1df89b29f7bc657c19a5439019db7643680744d8f353664b6a53070581f40b51e72f896c7df88799c6868257f6308e1a9d84b4d2a0666491214d8 liboping-1.10.0.tar.bz2 | ||
e6d47dee256f525deb8f1ba5725d383dc1a7ff27e1d5f6138aeda989cf282a165efc3510afad1140d7a1a5e92760317d22d7753ba75d76c30ade9154316195de fix-format-string.patch | ||
4fe4b25e6213406f224086ed83fcd4dac7996766545e4a18c73def1035fc7729e2dc4a7d8abfe8cdf48484e1d9af59abfc7483aa1e5f59a0aa316d647490bad2 fix-format-string.patch | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters