38 Commits

Author SHA256 Message Date
8248b66062 Accepting request 1277176 from home:pgajdos
- build with gcc15
  + mgetty-gcc15.patch

OBS-URL: https://build.opensuse.org/request/show/1277176
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=58
2025-05-13 18:57:56 +00:00
a7d05fa296 Accepting request 1163132 from home:ateixeira:branches:Base:System
Add bugzilla reference for last change.

OBS-URL: https://build.opensuse.org/request/show/1163132
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=56
2024-03-27 19:07:59 +00:00
760d10861b Accepting request 1163120 from home:ateixeira:branches:Base:System
- Provide user(fax) in sendfax package.

OBS-URL: https://build.opensuse.org/request/show/1163120
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=55
2024-03-27 18:55:43 +00:00
37cedaaab6 Accepting request 1149777 from home:pgajdos:m
- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1149777
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=54
2024-03-01 12:40:23 +00:00
2f96b36c73 Accepting request 1043317 from home:pgajdos
- do not enable/disable parametrized service [bsc#914661c17]

OBS-URL: https://build.opensuse.org/request/show/1043317
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=52
2022-12-20 15:32:50 +00:00
6c76b0709f Accepting request 956872 from home:mnhauke
- Restore AutoPPP functionality by properly passing "-DAUTO_PPP"
  to CFLAGS.

OBS-URL: https://build.opensuse.org/request/show/956872
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=50
2022-03-03 10:15:27 +00:00
be716927f2 Accepting request 925361 from home:jsegitz:branches:systemdhardening:Base:System
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/925361
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=49
2021-10-16 09:50:48 +00:00
953451f1c9 Accepting request 901732 from home:mgerstner:branches:Base:System
- add faxq-libexec.patch: adjust buildsystem to move faxq-helper setuid binary
  to /usr/libexec (bsc#1171164)

  (build currently fails due to rpmlint2 fallout)

OBS-URL: https://build.opensuse.org/request/show/901732
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=48
2021-07-09 11:42:36 +00:00
2d02c5f3a6 Accepting request 895406 from home:wfrisch:branches:Base:System
Link /usr/bin/newslock as PIE (bsc#1184124).
  - Modified fixpie.patch

OBS-URL: https://build.opensuse.org/request/show/895406
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=46
2021-05-27 15:19:56 +00:00
566bff1ad0 Accepting request 879356 from home:msmeissn:branches:Base:System
- mgetty-fix-errlist.patch: just use strerror() here.

OBS-URL: https://build.opensuse.org/request/show/879356
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=44
2021-03-16 07:10:25 +00:00
a38aaaf611 Accepting request 808979 from home:mgerstner:branches:Base:System
- fix set_permissions invocation, a '%' was missing for the faxq-helper path,
  causing the path never to be adjusted correctly during %post.

OBS-URL: https://build.opensuse.org/request/show/808979
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=42
2020-05-28 06:57:17 +00:00
108f92526e - Fixed permission handling of faxq-helper. (bsc#1168170)
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=40
2020-03-31 11:24:43 +00:00
963ff3887d Accepting request 779400 from home:mcalabkova:branches:Base:System
- Update to version 1.2.1
  Changes from 1.1.37 to 1.2.0:
  * policy.h: default MAILER to "/usr/sbin/sendmail"
  * conf_mg.c, conf_mg.h, mgetty.c: new option "open-delay <msec>"
  * utmp.c, mg_utmp.h: apply FreeBSD port patches to adjust to 9.x
  * bug fixes based on static code analysis (mem leaks, buffer overruns)
  * mgetty.c: make "dialout!" logging more useful (log dialout command)
  * more bugfixes, features and code improvements
  * see ftp://mgetty.greenie.net/pub/mgetty/source/1.2/mgetty-1.1.37-1.2.0.diff.gz
  Changes from 1.2.0 to 1.2.1:
  * fax/faxrunq.in, fax/faxq.in: properly quote input from JOB files,
    avoid attack with shell metacharacters (CVE-2018-16741, bsc#1108752)
  * contrib/scrtsc.c: remove from distribution (CVE-2018-16742, bsc#1108762)
  * contrib/next-login/next-login.c: fix buffer overflow on username
    (CVE-2018-16743, bsc#1108761)
  * faxrec.c, policy.h: rework mail handling, avoid potential buffer
    overrun by means of "mail-to" config variable (CVE-2018-16744, bsc#1108757)
  * more bugfixes
  * see ftp://mgetty.greenie.net/pub/mgetty/source/1.2/mgetty-1.2.0-1.2.1.diff.gz
- Drop upstreamed patch 0001-Fix-build-failure-with-gcc-7.patch
- Reapplied patch mgetty-1.1.37-makefile.patch

OBS-URL: https://build.opensuse.org/request/show/779400
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=38
2020-02-26 15:29:52 +00:00
e24d7889ee Accepting request 767615 from home:msmeissn:branches:Base:System
- Fixed permission handling of faxq-helper.
  - It is fax:trusted       4750 in "secure" mode.
  - Also is being checked and set correctly now.

OBS-URL: https://build.opensuse.org/request/show/767615
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=36
2020-01-27 10:55:49 +00:00
f2e6559d08 (mgetty-1.1.36-callback.patch -> mgetty-1.1.37-callback.patch,
mgetty-1.1.36-makefile.patch -> mgetty-1.1.37-makefile.patch).

OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=34
2017-06-10 15:10:55 +00:00
d059ed8dfd Accepting request 501778 from home:sbrabec:branches:Base:System
- Update to version 1.1.37:
 * faxspool: implement "-t hh:mm-hh:mm" time-range syntax, add
   @DATE +<format>@ to faxheader processing
 * faxq: properly display queued jobs with time-range field
 * faxrunqd: correctly handle jobs running out of the end of their
   sent-time window.
   INCOMPATIBLE CHANGE: Changes handling of "-t hh:mm" to
   "from hh:mm to midnight"
 * microcom: improve read-from-device exception handling
 * sendfax: send NSF frame on reception,
   new option reset-after-fail
 * faxrunqd: enhance and clarify per-modem statistics
- New build fixes (mgetty-noroot.patch, mgetty-mkdir-p.patch).
- Update patches
  (mgetty-1.1.37-callback.patch, mgetty-1.1.37-makefile.patch).

OBS-URL: https://build.opensuse.org/request/show/501778
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=33
2017-06-10 15:04:43 +00:00
c00232ce00 Accepting request 501103 from home:scarabeus_iv:branches:Base:System
- Cleanup a bit with spec-cleaner
- Remove few rpmlint warnings and reduce the deps to contain only
  what is needed
- Add patch to build with gcc7 0001-Fix-build-failure-with-gcc-7.patch
  bsc#1041290

OBS-URL: https://build.opensuse.org/request/show/501103
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=32
2017-06-05 13:43:20 +00:00
d00bdfa99a Accepting request 477090 from home:kukuk:sysusers
- Add PreReq for group uucp to sendfax package

OBS-URL: https://build.opensuse.org/request/show/477090
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=30
2017-03-09 08:42:25 +00:00
6d14352667 Accepting request 362348 from home:pluskalm:branches:Base:System
- Use correct permissions for unit files (boo#968571)

OBS-URL: https://build.opensuse.org/request/show/362348
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=28
2016-03-03 09:19:38 +00:00
8d5f3cf567 Accepting request 283109 from home:pluskalm:branches:Base:System
- Require systemd-rpm-macros instead of systemd for building

OBS-URL: https://build.opensuse.org/request/show/283109
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=26
2015-01-28 12:13:14 +00:00
db4e822e80 Accepting request 282696 from home:pluskalm:branches:Base:System
- Add mgetty@.service and vgetty@.service (boo#914661)

OBS-URL: https://build.opensuse.org/request/show/282696
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=25
2015-01-28 11:02:27 +00:00
32ae154666 Accepting request 263192 from home:Ledest:bashisms
fix bashisms in faxback.sh script

OBS-URL: https://build.opensuse.org/request/show/263192
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=23
2014-12-11 10:23:15 +00:00
622ff57ef2 Accepting request 157421 from devel:ARM:AArch64:Factory
- lp64.patch: Add support for future LP64 platforms

OBS-URL: https://build.opensuse.org/request/show/157421
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=21
2013-03-10 12:24:46 +00:00
0c309ec74e - replace run_permissions call with set_permissions (bnc#764113)
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=19
2013-01-10 16:09:34 +00:00
Ismail Dönmez
86799bf922 Accepting request 133625 from home:coolo:branches:openSUSE:Factory
- add makeinfo as explicit buildrequire

OBS-URL: https://build.opensuse.org/request/show/133625
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=17
2012-09-11 12:58:02 +00:00
cf97f6c040 Accepting request 108609 from home:mweckbecker:branches:Base:System
- fixpie.patch: Use LDFLAGS instead of CFLAGS to make building with 
  PIE work properly

OBS-URL: https://build.opensuse.org/request/show/108609
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=15
2012-03-10 01:30:59 +00:00
68d9c2da05 Accepting request 101395 from home:prusnak:branches:Base:System
- build with PIE [bnc#743151]

OBS-URL: https://build.opensuse.org/request/show/101395
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=13
2012-01-24 17:21:21 +00:00
Stephan Kulow
2bb6b35edd - don't package files twice
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=10
2011-12-26 06:56:27 +00:00
b122de764b Accepting request 86415 from home:uli_suse:branches:Base:System
- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86415
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=8
2011-10-04 08:41:10 +00:00
f40e6d0f32 Accepting request 70158 from home:gjhe:branches:Base:System
fix bug#646280, adjust faxspool to use gs directly, do not use acroreader

OBS-URL: https://build.opensuse.org/request/show/70158
OBS-URL: https://build.opensuse.org/package/show/Base:System/mgetty?expand=0&rev=6
2011-05-13 17:17:12 +00:00
OBS User autobuild
4aa5ea689d Accepting request 46606 from Base:System
Copy from Base:System/mgetty based on submit request 46606 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/46606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mgetty?expand=0&rev=12
2010-08-30 10:29:05 +00:00
OBS User unknown
fc9cf01464 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mgetty?expand=0&rev=7 2008-11-07 14:25:01 +00:00
OBS User unknown
69745ffce9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mgetty?expand=0&rev=6 2008-10-09 10:05:32 +00:00
OBS User unknown
5959a36a16 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mgetty?expand=0&rev=5 2008-08-08 00:11:25 +00:00
OBS User unknown
bb13d6590a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mgetty?expand=0&rev=4 2007-07-10 17:02:23 +00:00
OBS User unknown
ae25d43509 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mgetty?expand=0&rev=3 2007-04-21 22:59:40 +00:00
OBS User unknown
e28bd4672d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mgetty?expand=0&rev=2 2007-03-30 14:30:37 +00:00
OBS User unknown
2ab289c2ca OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mgetty?expand=0&rev=1 2007-01-04 16:25:46 +00:00