~canonical-ci-engineering/ubuntu-ci-services-itself/jenkins

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-09-25 11:01:53 UTC
  • Revision ID: package-import@ubuntu.com-20120925110153-vyh5udpwtm0n7px7
Tags: 1.447.2+dfsg-2
* Fix multiple security issues in Jenkins core (Closes: #688298):
  - d/p/security/CVE-2012-4438_CVE-2012-4439.patch: Cherry picked
    fixes from 1.466.2 release to resolve remote code execution
    and XSS security vulnerabilities.
  - d/rules: Tweaked handling of groovy -> java source file copy to
    accommodate the file created by the above patch.
  - Fixes: CVE-2012-4438, CVE-2012-4439

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        [ ! -f dummy.keystore ] || rm dummy.keystore
58
58
        rm -rf debian/*.upstart
59
59
        rm -rf debian/plugin-debian.pom
60
 
        rm -rf core/src/main/java/jenkins/util
 
60
        rm -rf core/src/main/java/jenkins/util/ServerTcpPort.java
61
61
 
62
62
get-orig-source:
63
63
        uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
73
73
        done
74
74
        # Hack in java files from groovy source folder - no idea why they are there
75
75
        # might be maven3 related.
76
 
        mkdir -p core/src/main/java/jenkins/util
77
76
        cp core/src/main/groovy/jenkins/util/ServerTcpPort.java core/src/main/java/jenkins/util
78
77
 
79
78
dummy.keystore: