File:  [ELWIX - Embedded LightWeight unIX -] / elwix / patches / freebsd.pkg.patch
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 13:59:52 2021 UTC (3 years, 3 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, HEAD, ELWIX2_7, ELWIX2_6
ver 2.6

    1: Index: usr.sbin/pkg/pkg.c
    2: ===================================================================
    3: --- usr.sbin/pkg/pkg.c	(revision 287900)
    4: +++ usr.sbin/pkg/pkg.c	(working copy)
    5: @@ -901,9 +901,9 @@
    6:  			if (verify_pubsignature(fd_pkg, fd_sig) == false)
    7:  				goto cleanup;
    8:  		} else {
    9: -			warnx("Signature type %s is not supported for "
   10: +			warnx("Signature type %s is officially not supported for "
   11:  			    "bootstrapping.", signature_type);
   12: -			goto cleanup;
   13: +			/* goto cleanup; */
   14:  		}
   15:  	}
   16:  
   17: @@ -1010,7 +1010,7 @@
   18:  		} else {
   19:  			warnx("Signature type %s is not supported for "
   20:  			    "bootstrapping.", signature_type);
   21: -			goto cleanup;
   22: +			/* goto cleanup; */
   23:  		}
   24:  	}
   25:  

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>