X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fopkg%2Fpatches%2F002-remove-gpg-warning;h=482a705b09414870d391031e4d5ef3e2fa427832;hb=136e608800cdf0f02b063719ac70b5d66fe5787c;hp=27973e103df35df80c49862e13409c32ecdc38f8;hpb=d9af4395f45b894e60d622046c131419db22971a;p=openwrt.git diff --git a/package/opkg/patches/002-remove-gpg-warning b/package/opkg/patches/002-remove-gpg-warning index 27973e103d..482a705b09 100644 --- a/package/opkg/patches/002-remove-gpg-warning +++ b/package/opkg/patches/002-remove-gpg-warning @@ -1,22 +1,24 @@ ---- opkg-4564/libopkg/opkg_download.c-orig 2008-10-29 22:38:18.000000000 -0500 -+++ opkg-4564/libopkg/opkg_download.c 2008-10-29 22:39:13.000000000 -0500 -@@ -335,7 +335,6 @@ - - return status; - #else -- opkg_message (conf, OPKG_NOTICE, "Signature check for %s was skipped because GPG support was not enabled in this build\n"); - return 0; - #endif - } ---- opkg-4564/libopkg/opkg_cmd.c-orig 2008-10-29 22:38:25.000000000 -0500 -+++ opkg-4564/libopkg/opkg_cmd.c 2008-10-29 22:39:49.000000000 -0500 -@@ -287,9 +287,6 @@ +diff -urN opkg-4993/libopkg/opkg_cmd.c opkg-4993.new/libopkg/opkg_cmd.c +--- opkg-4993/libopkg/opkg_cmd.c 2009-05-17 18:15:50.000000000 +0200 ++++ opkg-4993.new/libopkg/opkg_cmd.c 2009-05-17 18:19:50.000000000 +0200 +@@ -289,9 +289,6 @@ unlink (tmp_file_name); free (tmp_file_name); free (url); -#else -- opkg_message (conf, OPKG_NOTICE, "Signiture check for %s skipped " +- opkg_message (conf, OPKG_NOTICE, "Signature check for %s skipped " - "because GPG support was not enabled in this build\n", src->name); #endif free(list_file_name); } +diff -urN opkg-4993/libopkg/opkg_download.c opkg-4993.new/libopkg/opkg_download.c +--- opkg-4993/libopkg/opkg_download.c 2009-05-17 18:20:17.000000000 +0200 ++++ opkg-4993.new/libopkg/opkg_download.c 2009-05-17 18:19:10.000000000 +0200 +@@ -374,7 +374,6 @@ + + return status; + #else +- opkg_message (conf, OPKG_NOTICE, "Signature check for %s was skipped because GPG support was not enabled in this build\n"); + return 0; + #endif + }