Overview
Comment: | Pickup Harpy tooling changes from upstream into externals. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
708aefc02a9fc19936836c3a51f50a65 |
User & Date: | mistachkin on 2020-11-11 05:38:05 |
Other Links: | manifest | tags |
Context
2020-11-20
| ||
03:09 | Pickup Harpy tooling changes from upstream into externals again. check-in: e1479ba7f5 user: mistachkin tags: trunk | |
2020-11-11
| ||
05:38 | Pickup Harpy tooling changes from upstream into externals. check-in: 708aefc02a user: mistachkin tags: trunk | |
2020-10-28
| ||
04:00 | Update generated documentation. check-in: eee7ac9ae9 user: mistachkin tags: trunk | |
Changes
Modified externals/Harpy/Tools/sign.eagle from [8ab3b95380] to [cf42c363f7].
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + - + | # ############################################################################### proc usage { error } { if {[string length $error] > 0} then {puts stdout $error} puts stdout "usage:\ |
︙ | |||
150 151 152 153 154 155 156 | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | - + | puts stdout [appendArgs \ "removed embedded certificate from file \"" $fileName \"] } } } |
︙ | |||
317 318 319 320 321 322 323 324 325 326 327 328 329 330 | 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 | + + + + + + + + + | # # NOTE: Default to "EagleEnterprisePluginRootPublic.snk" in the current # directory (which may not actually exist). # set publicKeyFile EagleEnterprisePluginRootPublic.snk } # # NOTE: Do we want to import the existing certificate first? # if {[llength $argv] >= 9} then { set importFirst [lindex $argv 8] } else { set importFirst false; # TODO: Good default? } # # NOTE: If the configuration file exists, load it now. # set configFileName [file join $path sign.settings.eagle] if {[file exists $configFileName]} then {source $configFileName} # |
︙ | |||
406 407 408 409 410 411 412 | 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 | + - + | # # NOTE: Attempt to re-sign the license certificate file. Skip # setting the Id as it should already be set correctly. # if {[certificate sign -encoding $encoding -settimestamp \ -setkey $certificate $privateKey] ne "SignedOk"} then { error [appendArgs \ "failed to create updated signature for " $fileType \ |
︙ | |||
439 440 441 442 443 444 445 | 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 | + + + - - + + + | # placed) based on the data file name. # set certificateFile [appendArgs $fileName .harpy] # # NOTE: Create an empty certificate object. # if {$importFirst} then { set certificate [certificate import -alias $certificateFile] } else { |
︙ | |||
490 491 492 493 494 495 496 | 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 | + + + + + + + + + - - - - - - + + + + + + + - - + + + - - - - + + + + + + + + + + + + + + + - + + | catch {certificate_hook phase2} # # NOTE: Attempt to sign the embedded file certificate and place # the Id, timestamp, public key token, and signature bytes # into the certificate we created above. # if {$importFirst} then { if {[certificate sign -encoding $encoding \ -setkey -hashflags {+Basic Embedded} $certificate \ $privateKey] ne "SignedOk"} then { error [appendArgs \ "failed to create updated embedded signature for " \ $fileType " \"" $fileName \"] } } else { |
︙ | |||
602 603 604 605 606 607 608 | 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 | + - - - - + + + + + + + + + + | "\" xmlns" [appendArgs \" [info newline] $spaces xmlns]] $data] writeCertificateFile $certificateFile $data # # NOTE: Show that we signed it. # if {$importFirst} then { |
︙ | |||
661 662 663 664 665 666 667 | 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 | - - - + + + + | catch {certificate_hook phase3} # # NOTE: Play nice and cleanup all the variables we created during the # whole the signing process. # unset -nocomplain fileName vendor embed duration entityType encoding \ |
Modified externals/Harpy/Tools/sign.eagle.asc from [b707e1fc09] to [ee4d34f80e].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - - - - - - - - + + + + + + + + + + + + + | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository |
Modified externals/Harpy/Tools/sign.eagle.harpy from [4044b693a2] to [94220c1af5].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | THE ASSOCIATED SOFTWARE MAY NOT WORK PROPERLY IF THIS FILE IS ALTERED. --> <Certificate xmlns="https://eagle.to/2011/harpy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Protocol>None</Protocol> <Vendor>Mistachkin Systems</Vendor> |
Modified externals/Harpy/Tools/sign.eagle.harpy.asc from [c9e4bbfe68] to [7d5ae2c923].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - - - - - - - - + + + + + + + + + + + + + | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository |