lp:ubuntu/raring/systemtap

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/raring/systemtap
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

24. By Timo Juhani Lindfors

* New upstream release (Closes: #690404, #701365, #701365)
  (LP: #803549, #1130626, #1075772).
* Drop patches that are part of the new upstream release:
  - manpage-syntax1.diff
  - spelling-fixes1.diff
  - spelling-fixes2.diff
  - manpage-paths1.diff
  - fix.CVE-2012-0875.diff
* Add patches that fix various lintian warnings. These have all
  been accepted upstream so we can get rid of them in the next
  release (thanks Frank Ch. Eigler!):
  - 0001-man-stap.1-escape-minus-sign-properly.patch
  - 0002-man-stap.1-fix-typo.patch
  - 0003-man-stapprobes.3stap-escape-minus-sign-properly.patch
  - 0005-Add-missing-usr-bin-env-stap-to-some-examples.patch
  - 0006-man-stappaths.7-properly-escape-dot-in-the-beginning.patch
  - 0008-man-escape-quote-properly-in-header.patch
  - 0001-configure.ac-remove-temporary-file-after-test.patch
  - 0002-Makefile.am-remove-temporary-symlinks-in-distclean.patch
  - 0003-configure-Makefile-regenerate.patch
  - 0001-tapset-test-adieu.patch
  - 0001-Makefile.am-don-t-install-html-.tmpl-files.patch
  - 0002-Makefile.in-regenerate.patch
  - 0001-manpager-fix-warnings-by-adding-breaks-between-SEE-A.patch
* Add patch to partially fix #604453:
  - 0001-blacklist-more-unsafe-functions.patch
* Backport patch to support unreadable System.map on Ubuntu:
  - 0001-translator-tolerate-unavailable-System.map.patch
* Add patch to suggest reading README.Debian if anything
  fails. Usability testing shows that surprisingly few users
  will find it otherwise :-) This patch can not be forwarded
  upstream but it is very simple.
  - suggest-readme.debian.diff
* Upload to experimental since wheezy is frozen.
* Drop systemtap-grapher binary package as it has been
  removed by upstream. Remove its build-dependencies
  libgtkmm-2.4-dev, libboost-dev and libglademm-2.4-dev as well.
* Add powerpcspe to the architecture list (Closes: #700161).
* Ship stap-prep to help users figure out what
  debug symbol and header packages they need to install and mention
  this in README.Debian.
* Add patches to make stap-prep work on Debian:
  - 0001-Prepare-stap-prep-for-support-for-non-rpm-systems.patch
  - 0002-stap-prep-add-support-for-deb-based-systems.patch
  - 0003-man-add-man-page-for-stap-prep-1.patch
  - 0004-man-stap.1-add-reference-to-stap-prep-1.patch
  - 0001-install-stap-prep.1-man-page.patch
  - 0002-man-Makefile.in-regenerate.patch
* Add patch to improve error messages:
  - 0001-Suggest-running-stap-prep-after-all-failures.patch
* Enable emacs addon that makes editing .stp files easier.
* Ensure that build log shows full build commands.
* Bump Standards-Version to 3.9.4, no changes were needed.

23. By Chris J Arges

Add fix-stap-compile.diff and uprobes-name-change.diff to address
usability issues with systemtap and the newer kernel. This fixes
issues when trying to compile with stap and adjusts for name changes
in the kernel (7b2d81d48a2d8e37efb6ce7b4d5ef58822b30d89). These are
both pulled from upstream commits (LP: #1054274).

22. By Timo Juhani Lindfors

* Explicitly list supported architectures of systemtap-sdt-dev.
* Bump Standards-Version to 3.9.3, no changes were needed
* Apply upstream fix for CVE-2012-0875 (Closes: #660886, #660929)

21. By Leo Iannacone

* Merge from debian unstable (LP: #876855). Remaining changes:
  - Refreshed no-werror.patch. Remove -Werror from CFLAGS to avoid
    new variable-set-but-not-used errors when building.
* Drop changes:
  - Updated-__ip_sock_daddr-for-2.6.38-kernels.patch it was a patch picked
    from upstream, and this version has those changes
  - debian/patches/fix-compile-warning: Fix for failure to compile tapsets
    due to kernel change. Now in upstream.
  - adding-ifdef-CLONE_STOPPED-to-stop-module-compilatio.patch patch was
    taken from upstream.

20. By Ubuntu <email address hidden>

* debian/patches/fix-compile-warning: Apply upstream fix for failure to
  compile tapsets due to kernel change. (LP: #838205)
* debian/patches/no-werror.patch: Remove -Werror from CFLAGS to avoid
  new variable-set-but-not-used errors when building.

19. By Steve Langasek

* Merge from Debian unstable, remaining changes:
  debian/patches/Updated-__ip_sock_daddr-for-2.6.38-kernels.patch,
  debian/patches/adding-ifdef-CLONE_STOPPED-to-stop-module-compilatio.patch:
  patches taken from upstream.
* Dropped changes, included in Debian:
  - debian/rules, debian/systemtap-runtime.postinst: restrict executable
    access to group stapusr to match upstream intent.
* Dropped changes, superseded upstream:
  - Added upstream patches for kernels 2.6.37/2.6.38, identified after
    running testsuite
  - debian/patches/CVE-2010-4170+CVE-2010-4171.patch: staprun module
    loading/unloading security fixes.

18. By Frederic Turgis

Added upstream patches for kernels 2.6.37/2.6.38, identified after
running testsuite (LP: #721771)

17. By Steve Beattie

[ Lorenzo De Liso ]
* SECURITY UPDATE: staprun module loading/unloading security fixes
  (LP: #677226)
  - debian/patches/CVE-2010-4170+CVE-2010-4171.patch
  - CVE 2010-4170
  - CVE 2010-4171

[ Steve Beattie ]
* debian/rules, debian/systemtap-runtime.postinst: restrict
  executable access to group stapusr to match upstream intent

16. By Ritesh Raj Sarraf

* New Upstream Release
* Refresh patches:
  + manpage-and-spelling-error-fixes.patch
  + dont-build-pdfdocs.diff
  + new-elfutils.diff
* Drop patch:
  + no-make-distclean-for-man.diff
  + stapex-docdir-path.diff
* Add libavahi-client-dev build dependency
* Update Standards Version to 3.9.1
  + Use Breaks instead of Conflicts
* Explain about kernel feature dependency and availability (Closes: #591893)

15. By Eugeniy Meshcheryakov

* New upstream release
  - too many changes, upload to experimental for now
* Fix Vcs-Browser url
* Update debian/copyright
* Pass --disable-publican to configure, not usable in Debian
* Removed patches:
  - no-PROCFLAGS.diff - fixed upstream
  - no-xmto.diff - let's try to use xmlto..., build depend on it
  - stap-env.diff - no longer needed
  - SystemTap-1.0-limit-printf-arguments.patch - fixed upstream
  - SystemTap-1.0-limit-dwarf-expression-stack-size.patch - fixed upstream
  - SystemTap-1.0-unwind-table-size-checks.patch - fixed upstream
* Updated patches:
  - dont-build-pdfdocs.diff
  - grapher-libs.diff
* Build-depend on libboost-dev and libglademm-2.4-dev, needed for grapher
* New patches:
  - dont-remove-scripts.diff - do not remove scripts on clean
  - examples-shebangs.diff - add missing shebangs to examples
  - xmlto-test.diff - use html format to test xmlto, txt format requires
    additional build-dependencies

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/natty/systemtap
This branch contains Public information 
Everyone can see this information.

Subscribers