public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Eric Smith <eric@brouhaha.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ckermit] epel9: Update to latest upstream. Removed use of HAVE_BAUDBOY (#747923).
Date: Fri, 18 Sep 2026 13:52:07 GMT [thread overview]
Message-ID: <178973952740.1.10328867476226395079.rpms-ckermit-25f1ecc6cae5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ckermit
Branch : epel9
Commit : 25f1ecc6cae5c54f7ddce62b8265e271f9bea8fd
Author : Eric Smith <eric@brouhaha.com>
Date : 2011-11-09T13:38:56-08:00
Stats : +36/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ckermit/c/25f1ecc6cae5c54f7ddce62b8265e271f9bea8fd?branch=epel9
Log:
Update to latest upstream. Removed use of HAVE_BAUDBOY (#747923).
---
diff --git a/README.fedora b/README.fedora
new file mode 100644
index 0000000..bfa41ac
--- /dev/null
+++ b/README.fedora
@@ -0,0 +1,22 @@
+If unprivileged users attempt to access a serial port, e.g.
+/dev/ttyS<n> or /dev/ttyUSB<n>, they will normally get an error
+message such as:
+
+ Sorry, write access to UUCP lockfile directory denied.
+
+This message is actually due to permissions on the device, not the
+lockfile directory.
+
+If it is desired to allow specific unprivileged users to use ckermit
+to access serial ports, add those users to the "dialout" group. One
+way to accomplish this is using a command line such as:
+
+ sudo usermod -a -G dialout <username>
+
+This will apply to future logins by that user.
+
+If you want to make the serial ports accessible to all users without
+adding them to the dialout group (not recommended), you can change the
+permissions of the serial device to 666, e.g.,
+
+ sudo chmod 666 /dev/ttyS<n>
diff --git a/ckermit.spec b/ckermit.spec
index 9fde959..86e1f82 100644
--- a/ckermit.spec
+++ b/ckermit.spec
@@ -1,4 +1,4 @@
-%global patchlevel 301
+%global patchlevel 302
Summary: The quintessential all-purpose communications program
Name: ckermit
@@ -11,13 +11,14 @@ License: BSD with advertising and MIT
# BSD four-clause (w/ advertising)
# MIT Old Style (no advertising without permission)
Group: Applications/Communications
-Source0: ftp://kermit.columbia.edu/kermit/archives/cku%{patchlevel}.tar.gz
+Source0: ftp://ftp.kermitproject.org/kermit/archives/cku%{patchlevel}.tar.gz
Source1: ckermit.ini
Source2: cku-%{name}.local.ini
Source3: cku-%{name}.modem.generic.ini
Source4: cku-%{name}.locale.ini
Source5: cku-%{name}.phone
-URL: http://www.columbia.edu/kermit/ck90.html
+Source6: README.fedora
+URL: http://www.kermitproject.org/ck90.html
BuildRequires: pam-devel
BuildRequires: pkgconfig
BuildRequires: openssl-devel >= 0.9.7
@@ -40,10 +41,11 @@ communication tasks.
%prep
%setup -q -c
+cp %{SOURCE6} .
%build
%{__make} linux \
- KFLAGS="-O0 $RPM_OPT_FLAGS -Wall -DOPENSSL_097 -Dsdata=s_data -DHAVE_BAUDBOY -DHAVE_OPENPTY -D'krb5_init_ets(__ctx)='" \
+ KFLAGS="-O0 $RPM_OPT_FLAGS -Wall -DOPENSSL_097 -Dsdata=s_data -DHAVE_OPENPTY -D'krb5_init_ets(__ctx)='" \
K4LIB= \
K4INC= \
K5LIB=-lutil \
@@ -85,8 +87,16 @@ rm -rf %{buildroot}
%{_mandir}/man1/kermit.1*
%doc COPYING.TXT
%doc ckc%{patchlevel}.txt
+%doc README.fedora
%changelog
+* Wed Nov 09 2011 Eric Smith <eric@brouhaha.com> - 9.0.302-1
+- removed definition of HAVE_BAUDBOY from make invocation (#747923)
+- updated to latest upstream (no changes that affect Fedora, but
+ cku301 tarball is no longer available
+- updated URL and Source tags for kermitproject.org
+- added README.fedora
+
* Mon Jul 11 2011 Eric Smith <eric@brouhaha.com> - 9.0.301-1
- updated to final release
next reply other threads:[~2026-09-18 13:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-18 13:52 Eric Smith [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-09-18 13:52 [rpms/ckermit] epel9: Update to latest upstream. Removed use of HAVE_BAUDBOY (#747923) Eric Smith
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178973952740.1.10328867476226395079.rpms-ckermit-25f1ecc6cae5@fedoraproject.org \
--to=eric@brouhaha.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox