482a705b09414870d391031e4d5ef3e2fa427832
[openwrt/svn-archive/archive.git] / package / opkg / patches / 002-remove-gpg-warning
1 diff -urN opkg-4993/libopkg/opkg_cmd.c opkg-4993.new/libopkg/opkg_cmd.c
2 --- opkg-4993/libopkg/opkg_cmd.c 2009-05-17 18:15:50.000000000 +0200
3 +++ opkg-4993.new/libopkg/opkg_cmd.c 2009-05-17 18:19:50.000000000 +0200
4 @@ -289,9 +289,6 @@
5 unlink (tmp_file_name);
6 free (tmp_file_name);
7 free (url);
8 -#else
9 - opkg_message (conf, OPKG_NOTICE, "Signature check for %s skipped "
10 - "because GPG support was not enabled in this build\n", src->name);
11 #endif
12 free(list_file_name);
13 }
14 diff -urN opkg-4993/libopkg/opkg_download.c opkg-4993.new/libopkg/opkg_download.c
15 --- opkg-4993/libopkg/opkg_download.c 2009-05-17 18:20:17.000000000 +0200
16 +++ opkg-4993.new/libopkg/opkg_download.c 2009-05-17 18:19:10.000000000 +0200
17 @@ -374,7 +374,6 @@
18
19 return status;
20 #else
21 - opkg_message (conf, OPKG_NOTICE, "Signature check for %s was skipped because GPG support was not enabled in this build\n");
22 return 0;
23 #endif
24 }