File: changelog

package info (click to toggle)
patchelf 0.18.0-1.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,464 kB
  • sloc: cpp: 5,481; sh: 940; makefile: 194; ansic: 44; asm: 20
file content (173 lines) | stat: -rw-r--r-- 5,701 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
patchelf (0.18.0-1.4) unstable; urgency=medium

  * Non-maintainer upload.
  * d/rules: Temporarily disable rename-dynamic-symbols.sh test on
    mips64el due to FTBFS (see Debian bug 1102299).

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 19 Apr 2025 17:19:55 -0400

patchelf (0.18.0-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * d/p/partially-revert-fix-page-size-on-alpha.patch: New patch;
    partially revert the fix backported in
    fix-replace-add-needed-armhf.patch due to test failures on other
    architectures.  This is also an attempt to fix an FTBFS that's
    affecting mips64el.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 19 Apr 2025 15:12:56 -0400

patchelf (0.18.0-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * d/p/{fix-repeated-updates,fix-replace-add-needed}-armhf.patch:
    Backport upstream fixes to address test failures with
    fix-repeated-updates and fix-repeated-updates. (Closes: #1091236)

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 05 Apr 2025 15:32:50 -0400

patchelf (0.18.0-1.1) unstable; urgency=medium

  * Non-maintainer upload
  * Relax LOAD entries condition in repeated-updates test to
    avoid FTBFS on mips64el (Closes: #1059752)

 -- Graham Inggs <ginggs@debian.org>  Thu, 29 Feb 2024 14:54:38 +0000

patchelf (0.18.0-1) unstable; urgency=medium

  [ Felipe Sateler ]
  * New upstream release
  * Remove test files on clean (Closes: #1046039)

  [ Helmut Grohne ]
  * Mark patchelf Multi-Arch: foreign (Closes: #1026121)

  [ Felipe Sateler ]
  * Add lintian-override for test binaries

 -- Felipe Sateler <fsateler@debian.org>  Fri, 18 Aug 2023 00:04:34 -0400

patchelf (0.14.3-1) unstable; urgency=medium

  [ Felipe Sateler ]
  * New upstream release (Closes: #1001287)
    - Drop all patches, merged upstream

 -- Felipe Sateler <fsateler@debian.org>  Sun, 12 Dec 2021 13:30:06 -0300

patchelf (0.12-1) unstable; urgency=medium

  * New upstream version
  * Refresh patches for new release

 -- Felipe Sateler <fsateler@debian.org>  Sat, 29 Aug 2020 12:03:40 -0400

patchelf (0.11-2) unstable; urgency=medium

  * The brown paper bag release
  * Update docs to install README.md instead of README

 -- Felipe Sateler <fsateler@debian.org>  Sun, 14 Jun 2020 12:10:14 -0400

patchelf (0.11-1) unstable; urgency=medium

  * New upstream version 0.11
    - More modern C++ has avoided a memory leak (Closes: #816468)
    - force-rpath is now consistently used (Closes: #816467)
  * Set field Upstream-Contact in debian/copyright.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Drop patches picked from upstream
  * Fix set-rpath corrupting binaries on mips.
    Pick a couple of proposed upstream patches to address the mips set-rpath
    failures.
    (Closes: #821435)

 -- Felipe Sateler <fsateler@debian.org>  Sat, 13 Jun 2020 14:41:30 -0400

patchelf (0.10-2) unstable; urgency=medium

  * Use secure URI in Homepage field.
  * Update standards version, no changes needed.
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Name.
  * Upload to unstable.

 -- Felipe Sateler <fsateler@debian.org>  Sat, 27 Jul 2019 08:34:41 -0400

patchelf (0.10-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field

  [ Felipe Sateler ]
  * New upstream version
    - Refresh patches
  * Bump Standards-Version (no changes needed)
  * Release to experimental due to freeze

 -- Felipe Sateler <fsateler@debian.org>  Thu, 18 Apr 2019 20:13:49 -0400

patchelf (0.9+52.20180509-1) unstable; urgency=medium

  [ Felipe Sateler ]
  * Package an upstream git snapshot
    - Makes some binaries strippable after patching (Closes: #903396)
  * no-rpath-prebuild: force pagesize to 4096 on prebuilt binaries.
    They all have that page size, and the host-detected one might be
    different.
  * Update watchfile
    - Use format version 4
    - Use github as source page
  * Migrate to salsa for hosting
  * Bump debhelper compat to 11.
    Also switch to the debhelper-compat virtual package
  * Bump Standards-Version
  * Enable hardening flags

  [ Drew Parsons ]
  * add new patch adjust_startPage_issue127_commit1cc234fea.patch from
    upstream Issue #127. Fixes build-time tests.

 -- Felipe Sateler <fsateler@debian.org>  Fri, 28 Sep 2018 17:20:09 -0300

patchelf (0.9-1) unstable; urgency=medium

  * New upstream release
    - Drop all patches, applied upstream
    - No longer breaks hardlinks (Closes: #759497)
  * Force pagesize for no-rpath-prebuild test: We know the page size,
    and it may be different from system one

 -- Felipe Sateler <fsateler@debian.org>  Mon, 29 Feb 2016 17:32:24 -0300

patchelf (0.8-4) unstable; urgency=medium

  * Disable no-rpath.sh test, as it may fail when the binary is of foreign
    architecture. Really Closes: #799880

 -- Felipe Sateler <fsateler@debian.org>  Sun, 15 Nov 2015 16:05:13 -0300

patchelf (0.8-3) unstable; urgency=medium

  * Pick upstream commit to use a dynamic page size. Fixes FTBFS on ppc64el.
    Closes: #799880

 -- Felipe Sateler <fsateler@debian.org>  Thu, 12 Nov 2015 20:29:11 -0300

patchelf (0.8-2) unstable; urgency=medium

  * Document --remove-needed in manpage
  * Fix typo in manpage. Closes: #742468
     Thanks Gianluigi Tiesi

 -- Felipe Sateler <fsateler@debian.org>  Fri, 28 Mar 2014 15:28:41 -0300

patchelf (0.8-1) unstable; urgency=low

  * Initial release (Closes: #742049)

 -- Felipe Sateler <fsateler@debian.org>  Tue, 18 Mar 2014 12:57:47 -0300