Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit d7aec48

Browse files
author
Walker Funk
committed
RPM signing feature w/ added license info
Signed-off by: Walker Funk <walker.funk@tridsys.com>
1 parent 2ae053c commit d7aec48

File tree

13 files changed

+48
-0
lines changed

13 files changed

+48
-0
lines changed

bundles/org.eclipse.packagedrone.repo.adapter.rpm/src/org/eclipse/packagedrone/repo/adapter/rpm/Constants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*
88
* Contributors:
99
* IBH SYSTEMS GmbH - initial API and implementation
10+
* Walker Funk - Trident Systems Inc. - rpm signing components
1011
*******************************************************************************/
1112
package org.eclipse.packagedrone.repo.adapter.rpm;
1213

bundles/org.eclipse.packagedrone.repo.adapter.rpm/src/org/eclipse/packagedrone/repo/adapter/rpm/internal/RpmExtractor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Contributors:
99
* IBH SYSTEMS GmbH - initial API and implementation
1010
* Bachmann electronic GmbH - #86 Adding 'release' rpm metadata tag
11+
* Walker Funk - Trident Systems Inc. rpm rsa signature extraction
1112
*******************************************************************************/
1213
package org.eclipse.packagedrone.repo.adapter.rpm.internal;
1314

bundles/org.eclipse.packagedrone.repo.adapter.rpm/src/org/eclipse/packagedrone/repo/adapter/rpm/internal/RpmSignerAspectFactory.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
/*******************************************************************************
2+
* Copyright (c) 2019 Trident Systems, Inc.
3+
* This software was developed with U.S government funding in support of the above
4+
* contract. Trident grants unlimited rights to modify, distribute and incorporate
5+
* our contributions to Eclipse Package Drone bound by the overall restrictions from
6+
* the parent Eclipse Public License v1.0 available at
7+
* http://www.eclipse.org/legal/epl-v10.html
28
*
9+
* Contributors:
10+
* Walker Funk - Trident Systems Inc. - initial implementation
311
*******************************************************************************/
412
package org.eclipse.packagedrone.repo.adapter.rpm.internal;
513

bundles/org.eclipse.packagedrone.repo.adapter.rpm/src/org/eclipse/packagedrone/repo/adapter/rpm/internal/RpmSignerVirtualizer.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
/*******************************************************************************
2+
* Copyright (c) 2019 Trident Systems, Inc.
3+
* This software was developed with U.S government funding in support of the above
4+
* contract. Trident grants unlimited rights to modify, distribute and incorporate
5+
* our contributions to Eclipse Package Drone bound by the overall restrictions from
6+
* the parent Eclipse Public License v1.0 available at
7+
* http://www.eclipse.org/legal/epl-v10.html
28
*
9+
* Contributors:
10+
* Walker Funk - Trident Systems Inc. - initial implementation
311
*******************************************************************************/
412
package org.eclipse.packagedrone.repo.adapter.rpm.internal;
513

bundles/org.eclipse.packagedrone.repo.adapter.rpm/src/org/eclipse/packagedrone/repo/adapter/rpm/yum/internal/YumChannelAggregator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*
88
* Contributors:
99
* IBH SYSTEMS GmbH - initial API and implementation
10+
* Walker Funk - Trident Systems Inc. - limit repo to only signed rpms when signing enabled
1011
*******************************************************************************/
1112
package org.eclipse.packagedrone.repo.adapter.rpm.yum.internal;
1213

bundles/org.eclipse.packagedrone.repo.channel.apm/src/org/eclipse/packagedrone/repo/channel/apm/ModifyContextImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*
88
* Contributors:
99
* IBH SYSTEMS GmbH - initial API and implementation
10+
* Walker Funk - Trident Systems Inc. - added system call to clear function to delete empty directories
1011
*******************************************************************************/
1112
package org.eclipse.packagedrone.repo.channel.apm;
1213

bundles/org.eclipse.packagedrone.repo.channel.impl/src/org/eclipse/packagedrone/repo/channel/impl/ChannelServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*
88
* Contributors:
99
* IBH SYSTEMS GmbH - initial API and implementation
10+
* Walker Funk - Trident Systems Inc. - added system call to delete function to delete empty directories
1011
*******************************************************************************/
1112
package org.eclipse.packagedrone.repo.channel.impl;
1213

bundles/org.eclipse.packagedrone.repo.signing.pgp/src/org/eclipse/packagedrone/repo/signing/pgp/internal/AbstractSecretKeySigningService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*
88
* Contributors:
99
* IBH SYSTEMS GmbH - initial API and implementation
10+
* Walker Funk - Trident Systems Inc. - rpm signing components
1011
*******************************************************************************/
1112
package org.eclipse.packagedrone.repo.signing.pgp.internal;
1213

bundles/org.eclipse.packagedrone.repo.signing/src/org/eclipse/packagedrone/repo/signing/SigningService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*
88
* Contributors:
99
* IBH SYSTEMS GmbH - initial API and implementation
10+
* Walker Funk - Trident Systems Inc. - rpm signing components
1011
*******************************************************************************/
1112
package org.eclipse.packagedrone.repo.signing;
1213

bundles/org.eclipse.packagedrone.utils.rpm/src/org/eclipse/packagedrone/utils/rpm/build/PayloadStreamer.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
/*******************************************************************************
2+
* Copyright (c) 2019 Trident Systems, Inc.
3+
* This software was developed with U.S government funding in support of the above
4+
* contract. Trident grants unlimited rights to modify, distribute and incorporate
5+
* our contributions to Eclipse Package Drone bound by the overall restrictions from
6+
* the parent Eclipse Public License v1.0 available at
7+
* http://www.eclipse.org/legal/epl-v10.html
28
*
9+
* Contributors:
10+
* Walker Funk - Trident Systems Inc. - initial implementation
311
*******************************************************************************/
412
package org.eclipse.packagedrone.utils.rpm.build;
513

0 commit comments

Comments
 (0)